You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin doesn't support product with multiple sizes. Normally user create ProductAttribute named as size & add product sizes into product in nopCommerce.
The problem I found out because, even we insert product data with sizes you will fetch only first size for feed and rest of them are skipped. It's due to ProductId (int as datatype) in GoogleProductRecord. you need to add 1 more column name as "Grouped_Product_Id" as datatype int & change datatype of ProductId to string.
Hi, @jigarsangoi
If you have a ready-made implementation of this function, then we are ready to consider it. Please submit a pull request so we can get started.
This plugin doesn't support product with multiple sizes. Normally user create ProductAttribute named as size & add product sizes into product in nopCommerce.
The problem I found out because, even we insert product data with sizes you will fetch only first size for feed and rest of them are skipped. It's due to ProductId (int as datatype) in GoogleProductRecord. you need to add 1 more column name as "Grouped_Product_Id" as datatype int & change datatype of ProductId to string.
you can follow this link
I'm also working on this feature so please let me know if you want my contribution
The text was updated successfully, but these errors were encountered: