Move product tag - by Carta Print - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: Carta Print
    Carta Print
    Participant
    February 14, 2018 at 19:19

    Good evening, how can I move the product tags and the code under the product description?

    example

    6 Answers
    Avatar: Carta Print
    Carta Print
    Participant
    February 14, 2018 at 19:23

    example: tonernostop.it/Cartuccia%20Nero%20compatibilie%20con%20hp%2021%20XL%20%20%20Tonernostop.it.png

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 15, 2018 at 08:31

    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

    Avatar: Carta Print
    Carta Print
    Participant
    February 16, 2018 at 10:36

    img example tonernostop.it/immagine.png
    product: https://tonernostop.it/prodotto/21-xl/

    Avatar: Carta Print
    Carta Print
    Participant
    February 16, 2018 at 10:37
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 16, 2018 at 10:55

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 16, 2018 at 11:22

    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

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.