Guest Posted January 22, 2006 Posted January 22, 2006 I have spent a ton of time working on adding products to my site and still have more to go but there are a few things that I really could use some help in finding out how to fix. I searched the forums before making a post so I apologize if these have been posted. I appreciate any help you can give me especially if it is sort of step by step so I don't crash my hard work. Thanks. So here are my dilema's that are causing me to yank out hair. - I want to change the title that appears at the top of internet explorer for example mine currently says OsCommerce - Microsoft Internet Explorer and I would like it to say Final Drive Performance - Microsoft Explorer - the next one is on this site www.racerswholesale.com when you click on a product of theirs a box comes up at the bottom that shows thumbnail pictures of other items and the box says "customers who purchased this item also purchased" I would like to know how to add this because it creates upsale opportunities. - also on the site www.racerwholesale.com at the begining when you first load their catalog you will see an image that shows their current specials and that image is linked to a part of the catalog if I create this image in photoshop or another program 1 how big does the image have to be and 2 how do I load it to there? - how do I remove the box at the bottom right that says requests since? - my last issue is that when listing a product description and you press the enter key once you submit that product by default it wraps all of the text together, so is there a way to make the text seperate or a way to bold part of the text? Thank you for any and all help.
Guest Posted January 23, 2006 Posted January 23, 2006 - I want to change the title that appears at the top of internet explorer for example mine currently says OsCommerce - Microsoft Internet Explorer and I would like it to say Final Drive Performance - Microsoft Explorer To change the title look in includes/languages/english/english.php around line 48 or so. Change the title to what you want. - the next one is on this site www.racerswholesale.com when you click on a product of theirs a box comes up at the bottom that shows thumbnail pictures of other items and the box says "customers who purchased this item also purchased" I would like to know how to add this because it creates upsale opportunities. Search the contribution section for XSELL this should be similar to what you want. - how do I remove the box at the bottom right that says requests since? To get rid of the request since line in the footer. Look in catalog/includes/footer.php For this line below. Maybe a little different for you depending on how your footer is set up. Then delete it or comment it out. <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> - my last issue is that when listing a product description and you press the enter key once you submit that product by default it wraps all of the text together, so is there a way to make the text seperate or a way to bold part of the text? You can use html in the product descriptions. For a new line put this <BR> at the end of your text like you would hit enter in an email or text document. To make parts bold you could use <b>bold text here</B> or you can use <strong>bold text here</strong> also I think.. Hope that helps some -- Mindy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.