To add a predefined email message using HTML click the Enquiry button

 <a
                    title="Email:sales@wineye.com"
                    href="mailto:sales@wineye.com?subject=Wineye Enquiry&body= I am interested to receive some information about - {products.wine_vintage} {products.wine_packsize > 1? products.name+'(Case - '+products.wine_packsize+'/'+(products.wine_bottlesize / 10)+'cl )':products.name+'(Bottle - '+products.wine_packsize+'/'+products.wine_bottlesize / 10 + 'cl)'} {(products.product_contract_type === "SIB" && products.product_duty_paid !== true) || (products.product_contract_type === "X" && products.product_duty_paid !== true)?CurrencyFormat(products.price_online+products.vat+products.wine_duty)+' (inc Duty and Vat)':(products.product_contract_type === "SIB"||products.product_contract_type === "X") && products.product_duty_paid === true? CurrencyFormat(products.price_online+products.vat )+' (inc Duty and Vat)':CurrencyFormat(products.price_online)}"
                    target="_blank"
                    class="text-white flex bond-text Enquiry"
                >
                    <span
                        class="flex sm:px-3 px-1 md:py-1 font-semibold my-auto"
                        >Enquiry</span
                    >
                </a>

Leave a comment

Your email address will not be published. Required fields are marked *