This topic has 7 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Good evening, how can I move the product tags and the code under the product description?
example: tonernostop.it/Cartuccia%20Nero%20compatibilie%20con%20hp%2021%20XL%20%20%20Tonernostop.it.png
Hello,
I hope you are well today and thank you for your question.
Please provide link to one of your product and screenshot for better understanding the desired result.
Thanks in advance.
Regards
img example tonernostop.it/immagine.png
product: https://tonernostop.it/prodotto/21-xl/
images example https://tonernostop.it/immagine.png
Hello,
Unfortunately, there is no such option and this is requested additional customization in files.
If you do not want to see product tags in this position, you may hide them, add css code in Theme Options > Styling > Custom css:
.single-product .product-information .product_meta {
display: none;
}
Regards
P.S. We can give some tips about changes that you need to do in files to achieve the desired result:
xstore-child/functions.php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
add_action('et_single_product_meta', 'woocommerce_template_single_meta', 10);
xstore-child/woocommerce/content-single-product.php (copy content from origin theme)
http://prntscr.com/ifigxe
<?php do_action('et_single_product_meta'); ?>
Please note that such customizations in files are not covered under our Support Policy.
Regards
You must be logged in to reply to this topic.Log in/Sign up