Announcement

Collapse
No announcement yet.

Design text Formatting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Design text Formatting

    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

    #2
    I don't know if a variable will work.

    You can try NETQUOTEVAR:PRODUCTREFERENCE, but I would be surprised if Actinic substitutes it correctly.

    Comment

    Working...
    X