This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hi , i have two question:
1.-Hi i would like the efect when you have two images in a product that when you pass over, then the image change for the another one
2.- I would like to have a select into a product to choose differents size and prices.
Hello,
1. Theme Options > Shop > Products style > Image hover effect > Swap.
2. To create products with variations read WC docs https://docs.woocommerce.com/document/variable-product/
To enable variation swatches watch tutorial https://youtu.be/XO-PDvhPypc
Regards
thank you, just more doubts:
how to edit the icons next to the product i leave a video:
https://www.loom.com/share/e4f3c30230e94b2c849d7509e166686e
I want to delete the SKU, how i can do it?
and i can’t translate the “add to wishlist” i can’t find in loco translate
than you
1) http://prntscr.com/n9kpnd http://prntscr.com/n9kpsy https://youtu.be/1Nu49dskD1Q
2) You can use this code to hide the SKU:
.product_meta .sku_wrapper {
display: none;
}
3) Dashboard > YITH > Wishlist > “Add to Wishlist” text.
Regards
You must be logged in to reply to this topic.Log in/Sign up