it doesn’t change the image when you select the color
-
it doesn’t change the image when you select the color
I have the astra pro theme active and when I am on the store page of my website, and I select a color of a product, the image of that color does not change, it seems that there is a conflict since when I select the color of another product it just changes color From the previous one, this happens in the PC version and in the mobile version. On the other hand, when I select a color on the store page, the button that is configured by php in “QUOTE” changes to “ADD TO CART.” I would like to know if you can help me with this because the website changes when I change color. color on the I need store page that does not change that button on the store page and remains with the function of redirecting to the product page (use this php function inserted in the functionsphp file of my astrachild child theme: add_filter(‘ woocommerce_product_add_to_cart_text’, ‘custom_add_to_cart_text’, 10);
function custom_add_to_cart_text() {
return ‘QUOTE’;
}” . I hope you can help me, thanks in advance.The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.