imsujan276 / shopify_flutter

A flutter package that works as a bridge between your Shopify Store and Flutter Application
https://pub.dev/packages/shopify_flutter
MIT License
26 stars 27 forks source link

Product should be added into the mechandise which is ProductVariant #99

Closed abubakarflutter closed 1 month ago

abubakarflutter commented 1 month ago

image

imsujan276 commented 1 month ago

The product variant comes within the product so, adding a product inside the variant again looks like a cycle. It should ba handled from the logical end

abubakarflutter commented 4 weeks ago

But that ProductVariant doesn't include the actual Product Title, If we access the title it gives the variant title which is different than the Product title itself. BTW, I've added it in my repo. If it will require by any other person. I'll create PR