022-23736988
No products in the cart.
Please log in to your account below in order to continue shopping.
function wpcaptcha_captcha(){
grecaptcha.execute("6LdEO7UUAAAAAANsliGncn9AOMb20GufjkL53xzs", {action: "submit"}).then(function(token) {
var captchas = document.querySelectorAll(".agr-recaptcha-response");
captchas.forEach(function(captcha) {
captcha.value = token;
});
});
}
jQuery("form.woocommerce-checkout").on("submit", function(){
setTimeout(function(){
wpcaptcha_captcha();
},100);
});
Registering for this site will give you access to your order status and history. Please fill in the fields below and we will quickly set up a new account for you. We will only ask you for information that is necessary to make the purchasing process faster and easier.
A link to set a new password will be sent to your email address.
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.
jQuery("form.register").each(function ()
{
if(!jQuery(this).hasClass("sa-reg-form"))
{
jQuery(this).addClass("sa-class-67 sa-reg-form");
}
});
document.addEventListener("DOMContentLoaded", function() {
jQuery(window).on('load', function(){
function initialiseSaOtp()
{
add_smsalert_button(".sa-class-67.register .woocommerce-Button","#reg_billing_phone","2076324076");
jQuery(document).on("click", "#sa_verify_2076324076",function(event){
event.preventDefault();
event.stopImmediatePropagation();
var self = this;
if(jQuery("#reg_billing_phone").parents("form").find("[data-sitekey]").length>0 && jQuery("#reg_billing_phone").parents("form").find("[data-sitekey]").attr("data-size") == "invisible")
{
if(grecaptcha)
{
grecaptcha.execute().then(function(token) {
jQuery("#reg_billing_phone").parents("form").find(".g-recaptcha-response").val(token);
send_otp(self,".sa-class-67.register .woocommerce-Button","#reg_billing_phone","","");
});
}
}
else{
send_otp(self,".sa-class-67.register .woocommerce-Button","#reg_billing_phone","","");
}
});
jQuery(document).on("keypress", "input", function(e){
var pform = jQuery(this).parents("form");
if (e.which === 13 && pform.find("#sa_verify_2076324076").length > 0)
{
e.preventDefault();
pform.find("#sa_verify_2076324076").trigger("click");
}
});
}
initialiseSaOtp();
jQuery(document).on("elementor/popup/show", (event, id, instance) => {
initialiseSaOtp();
initialiseCountrySelector(".phone-valid");
});
});
});