Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't support when product have multiple sizes #5

Open
jigarsangoi opened this issue Mar 20, 2019 · 3 comments
Open

Plugin doesn't support when product have multiple sizes #5

jigarsangoi opened this issue Mar 20, 2019 · 3 comments

Comments

@jigarsangoi
Copy link

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

@rossiter10
Copy link

@jigarsangoi Did you ever implement this? I'm looking to do something similar.

@jigarsangoi
Copy link
Author

@rossiter10 Yes I have it

@DmitriyKulagin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants