Guest Posted November 15, 2004 Posted November 15, 2004 I am trying to start up a e-shop. I have spent some time reading and trying to figure out how to modify the text and putting my own logo for my company on the shopping cart site. Can anyone point me to the right direction. I have built a few html pages with javascript.. but when it comes to php, im lost. I have successfully edited a portion of the text. (the example that is given on the main page), cant figure out how to modify the rest of the body; get rid of the examples on the page the page is at http://654321.biz/shop/ 654321.BIZ Which pages do i modify to customize to my own branding and text? Any help will be greatly appreciated.
ozcsys Posted November 15, 2004 Posted November 15, 2004 I am trying to start up a e-shop.I have spent some time reading and trying to figure out how to modify the text and putting my own logo for my company on the shopping cart site. Can anyone point me to the right direction. I have built a few html pages with javascript.. but when it comes to php, im lost. I have successfully edited a portion of the text. (the example that is given on the main page), cant figure out how to modify the rest of the body; get rid of the examples on the page the page is at http://654321.biz/shop/ 654321.BIZ Which pages do i modify to customize to my own branding and text? Any help will be greatly appreciated. <{POST_SNAPBACK}> Well if you can edit part of the text you should be able to change the rest of it. When you say examples are you talking about the products? If so then you need to remove them and add your own products in the admin center. To change the logo you can control that in your includes/header.php file. Look for <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> I suggest that you read through the knowledge base before going any further. It will be time well spent. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
rinahatcher Posted November 15, 2004 Posted November 15, 2004 Just wanted to note the following site for How Tos on osCommerce: OSDox.com This has been a valuable resource, as has both that site's Forums and this osCommerce.com site's forums. I see a lot of the same issues I'm having posted multiple times, just said differently. Maybe this link will help, though I still have questions I am working on as well! Still searching though!
Guest Posted November 16, 2004 Posted November 16, 2004 Hi people, thanks for the support. I have figured some more stuff out on how to modify etc. but still cant find where to modify the bottom (middle) portion of the main page this is the text i am trying to remove / modify: can anyone tell me which page to modify this text? thanks in advance! i took a screenshot here
Recommended Posts
Archived
This topic is now archived and is closed to further replies.