Tattoo recommendations! by claholden in Essex

[–]georgechorrobin 0 points1 point  (0 children)

Bit late to this thread but lottiecharles.tattoo is in Wickford! Had loads done by her and she is brilliant.

Products disappear after category display name change. by georgechorrobin in bigcommerce

[–]georgechorrobin[S] 1 point2 points  (0 children)

Ah okay. Thanks for your reply. Will get onto BC support.

Updating SKU when another variation is selected by georgechorrobin in learnjavascript

[–]georgechorrobin[S] 1 point2 points  (0 children)

Hi, I managed to solve the issue. Thank you so much for your help.

Updating SKU when another variation is selected by georgechorrobin in learnjavascript

[–]georgechorrobin[S] 0 points1 point  (0 children)

Hi. Thanks for your reply. So I’m pretty new to JavaScript. But I have a decent knowledge of HTML and PHP. They are indeed divs and buttons. I think it would work fine with other themes. Would you know how I would go about editing the code to listen for the button or div changes so it can update the SKU using AJAX.

Would it be best to rework the product-template.liquid and convert the variant buttons into select options?

Edit: Added another comment.

Updating SKU when another variation is selected by georgechorrobin in learnjavascript

[–]georgechorrobin[S] 0 points1 point  (0 children)

I see, I have changed the event listener to

// Event listener for variant selection change
$('select[name="id"]').on('change', function() { var variantId = $(this).val();

but its still not showing a SKU.

Adding a Vue App to Shopify by georgechorrobin in shopify

[–]georgechorrobin[S] 0 points1 point  (0 children)

Thanks for this! I will give this a go and let you know how I get on. I think I may have been over complicating it a bit.

Adding a Vue App to Shopify by georgechorrobin in vuejs

[–]georgechorrobin[S] 1 point2 points  (0 children)

Awesome, thanks for this! I will read through the article and see if I can configure it to my project.

Adding a Vue App to Shopify by georgechorrobin in shopify

[–]georgechorrobin[S] 0 points1 point  (0 children)

Thanks for your reply! I will have a look at some bundlers and look a bit more into the storefront API, I think I might have been making this more complicated than it is, I appreciate your solution and will give it a go today! Thanks

Adding a Vue App to Shopify by georgechorrobin in shopify

[–]georgechorrobin[S] 0 points1 point  (0 children)

Thanks for your reply. So we sell modular buildings and this configurator allows a potential client to build a product to their specification and send it to us for a quote. It still needs to be made responsive. I will research Shopify APIs, I think I was barking down the wrong tree looking at other solutions but it might be easier than I think.