Hey @Guido
The price element is not available yet
Hi,
kindly note that I tried the following code, but it didn’t work
I couldn’t find getProduct() function
$w.onReady( function () {
//TODO: write your page related code here…
$w(‘#productPage1’).getProduct()
.then( (product) => {
let productName = product.name;
let productDescription = product.description;
// see example product object below
} )
. catch ( (error) => {
console.log(error);
} );
});
@Andreas, what do you mean when you say the Data Collections for Collections and Products are available? Have you found a way to connect the products with the collections that they are a part of?
I’ve had to manually hide the Category names into the AdditionalProductInfo array, and search for them with my filter.
Hi Everybody! I’m Netalee from Wix Stores team.
I am super excited to see some works with Store’s new abilities if been made already
Thanks!
Is it possible to add order details to a data collection when an order is made with wix stores?
Hi, in our future plans
Any idea how long it will take to implement this feature?
Few months…
Any chance of adding a Wix Events API?
Hi,
please, can any one help me?
kindly note that I tried the following code, but it didn’t work
$w.onReady( function () {
//TODO: write your page related code here…
$w(’ #productPage1 ').getProduct()
.then( (product) => {
let productName = product.name ;
let productDescription = product.description;
// see example product object below
} )
. catch ( (error) => {
console.log(error);
} );
});
it seems that $w select the product page as IFrame not as a product.
so I couldn’t find getProduct() function
I use suggested menu by wixcode editor to select product page id, so I think there are no spelling mistakes. but when I continue the editor doesn’t suggest getProduct function at all.
So question. Is it possible to grey out/disable particular product page elements via code… such as quantity or color options etc that may be applicable to some products but not others (unique one off products vs. mass market products). Think a used/discount book store that may receive one off items via auctions or special buys, collectibles, etc, and may also have 100s of other mass market books in stock.
Hey Omid
The best way to customize the Product Page according to me is to right click the Data Collection Store/Products and Create a Dynamic Page of that and then you have to use the Dataset and getCurrentPage function to retrieve the product data.
But the great thing is that can do basically anything you want on the product, quantity, colors or anything. I have done that and it works awesome.
I’m trying to build a Index page for my store using a dynamic page and I cannot figure it out how to do it cause there is no way to add a Reference Field to connect the Collections Dataset and the Products Dataset. Is there a workaround?
como faço para baixar o código wix
Ludio, como assim baixar?
@Luido,
Voce nao precisa baixar o codigo wix. E incluido na distribucao por tudo mundo.
Nao verdade se como falar o portugues :). Com licensa
@Luido and company, can you please try to write in English so others can read and hel you or benefit from your solutions?
@Andreas, good point.
@Luido asked how he could download Wix Code, to which @Meia basically asked how he did it. I replied to them that it’s not something you download, that it’s included in Wix for everyone.
Hi
Is it possible to add custom fields to ‘Products’ collection?
Is there a way to control which page the user/shopper is taken to after making the purchase. I actually need this feature for “Paid Membership Plan” which takes the user to Home page but I want them to go to a specific page.
Thanks