DIY Products Online India | Design & Customize Your Own Products

Cart

  Product Price Quantity Subtotal
Placeholder 3 months Plan
Vendor:
289.00
Remove
289.00
289.00

Cart totals

Subtotal 289.00
Total 289.00

Shopping Cart1

Placeholder
3 months Plan
Vendor:
Subtotal: 289.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 '
'; } }