ValTodorov
Tourist
Contact Me
Status
Offline
Last Activity
‎11-29-2019 07:10 AM
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
7
Posts
Post Kudos
0
Likes

Community Badges

I'm trying to update inventory quantity at a single store shop with a private app. I'm using the PHP library https://github.com/phpclassic/php-shopify Here's my code: $config = array( 'ApiVersi...
When one clicks on the Vendor link in a given Product page, a page with a side-bar emptied of content is displayed: https://comfort1shoes.myshopify.com/collections/vendors?q=Vionic Then, even worse...
No content to show

User Activity

Thanks to Mircea, I was able to make it work. Capturing the meta data in product-template.liquid worked exactly as described by him. Then in the selectCallback function in sections.js.liquid I had to add:$('.material span', $product).text(metaData[va...
Jason, thanks for the tips. As you wrote "push them into the existing product object", I tried to add$('.foo', $product).text(variant.metafields.specs.material);in selectCallback afterselectCallback = function(variant, selector) { var $product = $(...
In the same way as the product variants SKUs can be displayed, I'd like to display our product variants metafield called "material". It's stored in variant.metafields.specs.material. How can I achieve this? I was following https://help.shopify.com/en...
This widget could not be displayed.
This widget could not be displayed.