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.
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!
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?