• Resolved mojiemita

    (@mojiemita)


    Hi all ,

    how can i move the product details in front of image that i set for my product??

    that link i post here show one of my books and i want to move details like “AMAZON

    in front of product .

    thank you all.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter mojiemita

    (@mojiemita)

    I did it, Function.php

    remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 60 );

Viewing 1 replies (of 1 total)
  • The topic ‘make item details in front of the image’ is closed to new replies.