No content to show
User Activity
Thank you for the support. I'm adding more information about my issue. <script>
document.addEventListener('DOMContentLoaded', function () {
function isIE() {
const ua = window.navigator.userAgent;
const msie = ua....
11-05-2023
Hello, On the Shopify product page, I have different price variants, and I would like to be able to retrieve the price of the variant selected by the user. How can I do that? This is my code at the moment in main-product.liquid and I'm using Dawn t...