Customized Personalised Gifts for Men & Women

Contact Us

/
Contact Us

Get In Touch

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lacinia odio vitae vestibulum. Curabitur id risus nec eros efficitur facilisis.

Store Address

PO Box 16122 Collins Street West Victoria 8007 Australia

Call Info

Open a chat or give us call at
+61 3 8376 6284

Email Support

Sent mail to
support@mixtas.com

Live Support

Live chat service
https://www.livechat.com

Please set Google maps API key before using this widget.

Shopping Cart0

No products in the cart.
// 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'; } }); });