Changing elements in single products page
-
Hi, Im trying to change the location of my price tag which is right under the product name to below the short-description, specifically next to the ‘add to card’ button.
I had tried using hooks like this:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
add_action( ‘woocommerce_single_variation’, ‘woocommerce_template_single_price’, 5 );
However no luck. Is there a better way to do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Changing elements in single products page’ is closed to new replies.