Home Forums WoodMart support forum ADD TO CART button position

ADD TO CART button position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27998

    Jess
    Participant

    How to move?

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

    Artem Temos
    Keymaster

    Hi,

    Try to put this code snippet to the functions.php file in the child theme to move it

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

    Regards

    #28022

    Jess
    Participant

    works, thank you so much!

    #28060

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘ADD TO CART button position’ is closed to new replies.