VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: aravot on September 09, 2007, 11:57:00 AM

Title: [FIXED] Recommend this product to a friend popup has extra media tag.
Post by: aravot on September 09, 2007, 11:57:00 AM
VM 1.1 r928

Recommend this product to a friend popup window has extra media="" tag in upper left corner of the window.

And change body message from
Quotei've found this great product on Site Name that might be of interest for you.

to
QuoteI've found this great product on Site Name that might be of interest to you.
Title: Re: Recommend this product to a friend popup has extra media tag.
Post by: macallf on September 09, 2007, 15:18:35 PM
media tag is due to the addstylesheet command only checking for index3.php (This is only available in admin) so the correct formatting of the style sheet is ignored.

I have changed mainframe.class.php to overcome this.

The other is just a change in the language file.

Talking of the language file

These are missing also

var $_EMAIL_FRIEND ='Friends Name';
    var $_EMAIL_FRIEND_ADDR ='Friends email address';
    var $_EMAIL_YOUR_NAME ='Your Name';
    var $_EMAIL_YOUR_MAIL ='Your email address';


At least they are in english.php !

And while I'm at it, shouldn't we auto fill the senders name and email address if they are a registered user?
Title: Re: Recommend this product to a friend popup has extra media tag.
Post by: aravot on September 09, 2007, 19:22:40 PM
Quote from: macallf on September 09, 2007, 15:18:35 PM
And while I'm at it, shouldn't we auto fill the senders name and email address if they are a registered user?

Please do.
Title: Re: Recommend this product to a friend popup has extra media tag.
Post by: macallf on September 09, 2007, 19:41:18 PM
Implemented in r930.

Language files not changed, Correct wording should be implemented
Title: Re: [PENDING] Recommend this product to a friend popup has extra media tag.
Post by: aravot on September 23, 2007, 23:39:35 PM
Q&T note; tracker URL http://virtuemart.net/index.php?do=details&task_id=1462&option=com_flyspray&Itemid=91&option=com_flyspray&Itemid=91