Choosing a selection results in a full page refresh.
Opens in a new window.
document.addEventListener('DOMContentLoaded', function () {
var submitButton = document.querySelector('.submit-for-review-btn'); // Adjust this selector as necessary
if (submitButton) {
submitButton.addEventListener('click', function (e) {
console.log('Submit button clicked'); // Check if button click is detected
var cartTotal = 0.00; // Total in dollars
console.log('Cart Total:', cartTotal); // Log the cart total for debugging
var minimumValue = 1000; // Minimum value in dollars ($1000)
if (parseFloat(cartTotal) < minimumValue) { // Ensure to parse as float for comparison
e.preventDefault(); // Prevent form submission
alert('Your order must be at least $1000 to submit for review.'); // Alert message
} else {
console.log('Order submitted successfully'); // Log successful submission
}
});
}
});
×
Please wait...
Make An Offer
Genocell Deep Moisture Repair Ampoule (Skin Reset)
Genocell Deep Moisture Repair Ampoule (Skin Reset)
Genocell Deep Moisture Repair Ampoule (skin reset) is designed to deliver intense hydration and nutrients to alleviate dry skin and promote a healthy moisture barrier. This ampoule provides instant relief from dryness, offering 24-hour hydration to keep your skin feeling moist throughout the day.
Key Ingredients:
Centella Asiatica Extract: Known for its wound healing properties, anti-inflammation, and antibacterial efficacy. Effective for acne-prone and sensitive skin.
Licorice Extract: Calms and moisturizes the skin while offering whitening and color removal effects stronger than kojic acid and ascorbic acid.
Green Tea Leaf: Contains catechin and vitamins to help keep skin clean and manage dry skin.
Taraxacum Officinale Leaf Extract: Rich in vitamins and minerals, it helps inhibit skin fungi and provides antioxidant activity, aiding in skin elasticity and aging management.
Don't fret! This pop up only shows up in Shopify Editor Mode. Offerly could not find your add to cart button! This can happen for one of the following reasons:
1.
This product is sold out.To solve this please navigate to a different product!
2.
Your Theme is custom or uses different text for the "Add to Cart" button.If this is the case, please contact support and we will add support for your theme!