Moving "add sample to cart" button
-
Hi there!
I would like to move the product sample button without hacking into the plugin itself.
I tried to add this to my functions.php but it didn’t work:
remove_action('woocommerce_after_add_to_cart_form', 'product_sample_button'); add_action('woocommerce_after_add_to_cart_button', 'product_sample_button');
Anyone any better ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Moving "add sample to cart" button’ is closed to new replies.