This topic has 2 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #163062
     nurrohmat
    Participant

    Hi, can you help me out to customize the display of single product page?

     

    I want to move description and review under the product image.

     

    Thanks.

    #163212
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163417
     Radu
    Moderator

    Hi,

    For having description outside the tabs under product image use the next function

    COPY CODE
    
    function woocommerce_product_description_outside_tabs() {
    ?>
    <div>
        <?php the_content(); ?>
    </div>
    <?php
    }
    
    add_action('woocommerce_after_single_product','woocommerce_product_description_outside_tabs' );
    

    For any other customizations the responsible templates are located here:
    /wp-content/themes/kleo/woocommerce/ and for the single product page the responsible file is : /wp-content/themes/kleo/woocommerce/content-single-product.php

    To can have changes over theme update you should copy the files into child theme in the same location ( wp-content/themes/kleo-child/woocommerce/ )

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?