Home Forums WoodMart support forum Add to cart & Variations Above short description

Add to cart & Variations Above short description

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

    jackheather69
    Participant

    Hello,

    Can you please advise on how I can move ‘add to cart’ and any variations above the short description on my product pages?

    Attached photo for clarity.

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #245619

    Hello,

    I saw the screenshot you attached.

    Try to add the following code snippet to the functions.php file in the child theme.

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15 );

    Best Regards.

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