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

Add to cart doesn't add Shopify line item properties #38

Open
tobymarsden opened this issue Oct 24, 2019 · 2 comments
Open

Add to cart doesn't add Shopify line item properties #38

tobymarsden opened this issue Oct 24, 2019 · 2 comments

Comments

@tobymarsden
Copy link

This line doesn't include any line item properties from the product form, which stops the theme from working with all product options and file upload apps, and also makes it difficult to add line item property fields within the theme.

A better approach might be to serialize the form.

@lexvz
Copy link

lexvz commented Nov 26, 2019

Hi there,

I am experiencing the same issue. Did you manage to resolve it?

Thanks!

@tobymarsden
Copy link
Author

@lexvz Yes, I don't have the code to hand but I just serialized the form (I think $('#form_buy').serialize()). This was a store belonging to a customer of my app so I made the minimum changes required to avoid causing any other issues, but it's worked fine for them.

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

2 participants