Hi how can I add a div right below the add to cart button?
Thank you.
Add a div right below the add to cart button?
3 posts from 3 voices-
Posted 10 months ago #
-
Hey!
Search for the "avia_add_to_cart" function in propulsion/woocommerce-config/config.php and add your code after following two lines:
do_action( 'avia_add_to_cart', $post, $product ); echo "</div>";Regards,
PeterPosted 9 months ago # -
Hi,
What kind of product are you using? Variable, simple, group etc? Usually you can find them on, plugins > woocommerce > templates > single-product > add-to-cart folder.
Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














