Forums Index > Mewsoft Products > Auctionawy > Need help
gropy1 First Post Posted on: 06-06-09 05:10 PM
problem with EmailItem.html

On Template Editor - EmailItem.html I have changed from [[currency]] to !--currency--> and it doesn't show the currency symbol how can I fix it.
mewsoft Reply #: 1 Posted on: 06-07-09 06:06 PM
Re: Need help

I think the first letter is big !--Currency-->


Mewsoft Support
www.mewsoft.com

gropy1 Reply #: 2 Posted on: 06-08-09 12:57 AM
Re: Need help

Did what you sujested and it doesn't work also checked in your demo to see if I made a mistake the problem is the same.\ I tried also to see if I can copy from ask seller and it doesn't work.
mewsoft Reply #: 3 Posted on: 06-08-09 03:26 PM
Re: Need help

Edit the cgi file EmailItem.pm , line 82 change the text Parse_Item to Parse_Item_Full and try.

$Body = &Parse_Item_Full($Body, %Item);


Mewsoft Support
www.mewsoft.com

gropy1 Reply #: 4 Posted on: 06-09-09 12:26 PM
Re: Need help

The e-mail is ok now but the page still doesn't show the symbols.
mewsoft Reply #: 5 Posted on: 06-09-09 07:29 PM
Re: Need help

Do the same thing in the file EmailItem.pm change the line (line number 29):

$Template = &Parse_Item($Template, %Item);

to

$Template = &Parse_Item_Full($Template, %Item);


Mewsoft Support
www.mewsoft.com

gropy1 Reply #: 6 Posted on: 06-11-09 06:51 AM
Re: Need help

Thanks works perfect now.\ b u t......... have another problem, when email to a friend a fix price sell it doesn't show the price and also not the location and the country you can see it on your demo in auction Item id 1131123666\ Also my Acount work with ssl so the Editor in about me doesn't switch from html editor to text editor and the other way around. I tried also the code from the Mewsoft admin demo but it doesn't work, what should I do?\ pls help
mewsoft Reply #: 7 Posted on: 06-11-09 09:13 PM
Re: Need help

You can copy anything from the ViewItem template to the emailItem template and it will be parsed.

Mewsoft Support
www.mewsoft.com