Hi All,
Within the 'Out of Stock' element within the 'General Information' tab of the 'Design Text' dialogue box, I can see one is able to add HTML to customise the message. As such, ours presently states:
<font size="-1" color="red">Sorry, out of stock. Please telephone<br>0871 871 9995 for availability.</font>
which is great and gets the phone ringing! However, looking at other sites on the web, what I would rather prefer is a mailto: tag something like:
<font size="-1" color="red">Sorry, out of stock. Please <a href="mailto:sales@domain.co.uk?subject=XXXXXX">Click Here</a> to be notified when this item is in stock.</font>
where "XXXXXX" of the subject attribute is the name of the product item wished to be purchased. Assuming this to be a NETQUOTEVAR, can anyone please tell me what variable string to place as such a subject line?
Kind regards,
Mark
Within the 'Out of Stock' element within the 'General Information' tab of the 'Design Text' dialogue box, I can see one is able to add HTML to customise the message. As such, ours presently states:
<font size="-1" color="red">Sorry, out of stock. Please telephone<br>0871 871 9995 for availability.</font>
which is great and gets the phone ringing! However, looking at other sites on the web, what I would rather prefer is a mailto: tag something like:
<font size="-1" color="red">Sorry, out of stock. Please <a href="mailto:sales@domain.co.uk?subject=XXXXXX">Click Here</a> to be notified when this item is in stock.</font>
where "XXXXXX" of the subject attribute is the name of the product item wished to be purchased. Assuming this to be a NETQUOTEVAR, can anyone please tell me what variable string to place as such a subject line?
Kind regards,
Mark
Comment