L’abri de groupe Group Shelter 2 est un abri d’urgence d’une capacité de 1 à 2 personne(s). Il peut être utilisé pour se protéger d’une tempête ou pour faire des pauses lorsque le temps tourne. Fabriqué à partir d’un tissu en polyester léger et
« use strict »; function initUsPropMessageComponent() { return { message: ‘This product can expose you to chemicals including benzene that is known to the State of California to cause cancer and birth defects or other reproductive harm.’, websites: [‘2’, ‘8’], canShowMessage: false, status: false, allowedRegion: « California », currentWebsite: », receiveCustomerData(data) { if (data.customer) { this.currentWebsite = data.customer?.websiteId ? data.customer?.websiteId : »; } if (data.cart && !this.currentWebsite.length) { this.currentWebsite = data.cart?.website_id ? data.cart?.website_id : »; } if (!this.status) { this.getVisitorRegion(); } }, isUsaWebsite() { return this.websites.includes(this.currentWebsite); }, getVisitorRegion() { const url = ‘https://ipinfo.io/json’; if (this.isUsaWebsite()) { fetch(url) .then(response => response.json()) .then(data => { if (this.allowedRegion === data.region) { this.canShowMessage = true; } }) .catch(error => { console.error(« Error fetching IP address: », error); this.canShowMessage = false; }).finally(() => { this.status = true; }); } } } }






















Reviews
There are no reviews yet.