Customized Personalised Gifts for Men & Women

Cart

  Product Price Quantity Subtotal
Placeholder Monthly Plan
Vendor:
119.00
Remove
119.00
119.00

Cart totals

Subtotal 119.00
Total 119.00

Shopping Cart1

Placeholder
Monthly Plan
Vendor:
Subtotal: 119.00
// Safely inject the pricing popup HTML down in the site footer matrix to avoid loops add_action( 'wp_footer', 'rk_safely_render_artist_popup_footer' ); function rk_safely_render_artist_popup_footer() { // Only display it on the main account/login template area if ( is_account_page() && ! is_user_logged_in() ) { echo '
'; echo do_shortcode('[artist_pricing_popup]'); echo '
'; } } document.addEventListener('DOMContentLoaded', function() { const buttons = document.querySelectorAll('.woocommerce-form-register__submit'); buttons.forEach((btn,index)=>{ if(index > 0){ btn.style.display = 'none'; } }); });