Bruce Saltzman Posted August 29, 2006 Posted August 29, 2006 This is my second post. So let me begin by saying how great this e-commerce solution and what a wealth of information available. I've used the manual extensively and searched the forums as well to find out how to do one simple, at least I thought, thing. How do I remove from the 'Welcome back!' customer page the following: Would you like to see which new products are available to purchase? From the line that reads in total: Welcome back (Your Name)! Would you like to see which new products are available to purchase? I only have about 10 products and it seems silly to me to have this feature on. Any help would be greatly appreciated. Thanks.
Maggilove Posted August 29, 2006 Posted August 29, 2006 In (catalog)/includes/languages/english.php edit this line.... define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?');
Bruce Saltzman Posted August 29, 2006 Author Posted August 29, 2006 In (catalog)/includes/languages/english.php edit this line.... define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?'); Thanks so much for your help. That worked perfectly. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.