Home Forums WoodMart support forum Moving Price on the product page

Moving Price on the product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307369

    yaron_elh
    Participant

    How do I move the price on the product page from (screenshot)

    I already have a child theme,

    #307465

    Hello,

    Please try adding the following Code Snippet in the Child theme’s functions.php.

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)