Hello
I have a dutch webshop for musical instruments and found out that when an instrument is not in stock, buyers can click on "inform me". What happens then is that they are added to a list and are maybe automatically informed when the article is in stock again (I did not check that).
But what I want is that when buyers click that button that I receive an email so that I can take contact. How do I configure that?
kind regards,
Johan
I fixed it myself by adding this to the template:
a.notify.vm-btn.vm-btn-secondary
{
display: none;
}
and this to the language file nl-NL.com_virtuemart.ini:
COM_VIRTUEMART_CART_NOTIFY="<a class="notify2 vm-btn vm-btn-secondary" href="/component/contact/contact/1-johan-jonker?catid=4&Itemid=160">Informeer naar de levertijd!</a>"