Wix Stores Is Now Part of Wix Code

You asked, we’re delivering. One of the most requested features for Wix Code is the ability to work with Wix Apps. Starting today, if you have Wix Stores on your site, your store’s Collections and Products are available as collections in your Wix Code database.

This means you’ll be able to use data binding to customize how you display your products and give your visitors more opportunities to see what you have to offer. We also have APIs that let you get information about your products and for working with your site’s store from the backend.

Here are some docs to get you started:

24 Likes

You are the Best!!!

Wow… :slight_smile:

Awesome! Next up should be Wix Forum :slight_smile:

Nice!!! + 1 to you are the best

Very good. So now it is possible to create our own product search?

Meia, correct! You can follow along this video to help you get started on how to create a search:

There are many many many ways … but this is just 1 way.

You can also learn how to create custom pages, add products to cart and more in this video.

Now has enough feature to customize the design as well.
I liked it, I can not wait to use it. :smile:

Create dynamic pages in Wix Stores API now! Look here for a video.


http://www.wixshow.com/videos

When will the code for the store checkout page be released?

You are the best!!!

This is awesome progress!

The only thing now is for you to include “Collections” as a column in the products table.

Can sombody help me? I need a simple line under the price and I would like to implement this with WIX CODE. How do I do that? Thanks

Hey Florian, take a loook at my video a couple of posts up, there you can design your product page anywat you want.

Hi, do you think it will be possibile now to display pre-filtered shoop? for ex. I hit the link to display shop page with all t-shirts in “L” size, and “L” is [x] on the filter after page is displayed?
Thanks! K.

Hey
Because Data Collections for Collections and Products is reachable from Dynamic Pages as Datasets you can make anything you want like the filter thing. You can create url to your shop that goes like https://www.shopdomain.com/products/t-shirts/large and that url would display all t-shirts in size large.

Hi, yes, this is the thing, displaying some items depending on the option from multiple collections… and having it still looking like a shop, so you can deselect options /select more options.
This is great that this is possible but there is still so much codding.
It really seems to be quite basic thing to add to GUI - like “filter on load”.
Anyway, it’s awesome tool finally giving some flexibility.
Thanks, K!

Hi, great integration!
I can’t find on the docs a way to get elements on a product page.

Ex: get the price element on the product page to hide it while some condition.

Thanks for any clarification!!

Hey
I want to use the Wix Cart API’s to create a payments gateway for users. I want to essentially get the customers ID and order details in the cart. Is there any API call I can make in order to do that?