Hi,
I need to add a H2 title with the words “How Many Number of Rooms” below the “Pay Deposit” button and above the “Add to Cart” button here – https://banchi.com/product/test-composite-product
How can I do that?
Thanks!
Hey MikeTandySwag,
Here are the hooks which are available for you in WooCommerce, maybe you could use one of them? https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Best regards,
Rikard
Nice Link Rikard – thanks
btw: if no hook fits to your position – your deposit has a unique ID (#yith-wcdp-add-deposit-to-cart) so you can do it with jQuery too via append
Hi,
Thank you! I would just want it to show up on that one product, so how could I do it with jQuery via append?
Thanks!
or if it is a post with post ID (be carefull it is a class) like: .postid-2553
how to add a custom script to enfold – see here: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section
I was able to resolve the problem. Thank you for the help!