Skip to content

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

@jigarsangoi

Description

@jigarsangoi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions