mbwalton Posted August 4, 2006 Share Posted August 4, 2006 Good Evening! I am new to php and am desperately trying to figure this all out without any help, but I am have major problems. How can I remove the "What's New Here" from the top of my main shopping cart page? How can I remove the information "Welcome Guest..." from the top of the page? If I am using Product Attributes, then how can I remove the $0.00 price that appears when a customer clicks on a particular product with the attributes, they can select a size and price from the drop down menu. Any help that you can provide will be greatly appreciated. Thank you Marvin Link to comment Share on other sites More sharing options...
jhsands Posted August 4, 2006 Share Posted August 4, 2006 OS Commerce Basic Page Design How can I remove the "What's New Here" from the top of my main shopping cart page? First of all, make sure you backup all files before editing. /includes/languages/english.php ------ Find and edit this: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); <- Change How can I remove the information "Welcome Guest..." from the top of the page? /includes/languages/english.php ------ Find and edit this: define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); BACKUP your current files before editing. Did I mention to BACKUP your current files, first? "I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!" Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password Link to comment Share on other sites More sharing options...
mbwalton Posted August 4, 2006 Author Share Posted August 4, 2006 Thank You but you said to "edit it" how do I simply remove it? Thank you for showing me the code to look for, but now that I found it how do I get rid of it? I told you that I am new to this. Can I just comment it out? Thank You Marvin OS Commerce Basic Page Design First of all, make sure you backup all files before editing. /includes/languages/english.php ------ Find and edit this: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); <- Change /includes/languages/english.php ------ Find and edit this: define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); Link to comment Share on other sites More sharing options...
mbwalton Posted August 4, 2006 Author Share Posted August 4, 2006 Now that I have removed the code, I still get this that appears on the top of the page where the login information used to appear. TEXT_GREETING_GUEST and when I removed the Whats New here from the box, now I get this in its place BOX_HEADING_WHATS_NEW Could someone visit the following link and tell me how to get rid of these items http://www.thecanarysnest.com/shopping Thank you Marvin Thank You but you said to "edit it" how do I simply remove it? Thank you for showing me the code to look for, but now that I found it how do I get rid of it? I told you that I am new to this. Can I just comment it out? Thank You Marvin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.