Is there a way for me to add div wrapper around the Price and add text before the Price? So code would be something like
<div class=”something”>
<h2 class=”something”>Pay Now:</div>
<!– price is part of Product Purchase Button code –>
<p class=”price”>
<span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>675.00</span>
</p>
</div>
Or perhaps you can share the Product Purchase Button code with me so I can build a shortcode and modify as needed.
THANKS!
Hey whtmsting1,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
I am not asking you to do it for me – just to share the code block for the Product Purchase Button. Is that possible? I am capable of doing it on my own.
Nevermind – I find it on my own.