(1) In Email Action:
Email format = HTML
Template generation = Custom
(2) Email template:
Hello {seller_user_name},
{buyer_user_name} has made an offer to your item:
<a href="{seller_item_link}">{seller_item_name}</a>
Please kindly check it out at <a href="http://www.xxx.com/index.php/my-item">My Item</a> at your earliest convenience.
(3) Received email in yahoo and gmail:
Hello seller1,
buyer1 has made an offer to your item:
<a href="http://www.xxx.com/index.php?id=72">Vase</a>
Please kindly check it out at <a href="http://www.xxx.com/index.php/my-item">My Item</a> at your earliest convenience.
(4) The url should be hidden while "Vase" and "My Item" should be clickable to get to that url.
What have I missed in the email action?
Email format = HTML
Template generation = Custom
(2) Email template:
Hello {seller_user_name},
{buyer_user_name} has made an offer to your item:
<a href="{seller_item_link}">{seller_item_name}</a>
Please kindly check it out at <a href="http://www.xxx.com/index.php/my-item">My Item</a> at your earliest convenience.
(3) Received email in yahoo and gmail:
Hello seller1,
buyer1 has made an offer to your item:
<a href="http://www.xxx.com/index.php?id=72">Vase</a>
Please kindly check it out at <a href="http://www.xxx.com/index.php/my-item">My Item</a> at your earliest convenience.
(4) The url should be hidden while "Vase" and "My Item" should be clickable to get to that url.
What have I missed in the email action?