Seguidores recientes
Todd Benton ha comprado un coffee .
Hey John,
This code is great: https://wcsuccessacademy.com/woocommerce-bulk-dynamic-pricing-without-plugins/
However, I would like some help customizing it for my theme. The table doesn't show up. I tested it with the Storefront theme, and it works there but I don't know how to make the customizations to make it work with the Pro theme from https://theme.co.
Can you give me a hand? I'll buy you more than a coffee. Thanks.
Tom ha comprado 2 coffees .
Works beautifully. Thank you so much for your codes! This worked much better than the POS paid plugin we got.
Wasn't able to edit my comment so here goes for helping others:
Edited the code for Youtube Shorts and added a class to add a play icon onto the thumbnail:
videoArray[i] = videoArray[i].replace("https://www.youtube.com/shorts/", "https://i.ytimg.com/vi/");
$(this).attr('src', videoArray[i]+'/hq2.jpg');
$(this).addClass("wc-video-player");