blackmilk Posted November 26, 2006 Posted November 26, 2006 I've finally instaled my OSCommerce. The problem is, the only things I know how to change are the itens, the product atributes, etc. I'd really like to know where can I change: The colors; Shipping & Returns; Privacy Notice; Conditions of Use; I know the answer is here somewhere, but I just can't find it... :s I'm so sorry, but I've never worked on a website before.
Get-Wireless 2 Posted November 26, 2006 Posted November 26, 2006 I've finally instaled my OSCommerce. The problem is, the only things I know how to change are the itens, the product atributes, etc.I'd really like to know where can I change: The colors; Shipping & Returns; Privacy Notice; Conditions of Use; I know the answer is here somewhere, but I just can't find it... :s I'm so sorry, but I've never worked on a website before. http://www.oscommerce.info/ But as a pointer for 5 Colours - catalog\stylesheet.css the other thee catalog\shipping.php or Privacy.php or Conditions.php Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more
blackmilk Posted November 26, 2006 Author Posted November 26, 2006 http://www.oscommerce.info/But as a pointer for 5 Colours - catalog\stylesheet.css the other thee catalog\shipping.php or Privacy.php or Conditions.php http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54 I found this, but I still don't know where to do to change those files.. well, thanks anyway ..
Jack_mcs Posted November 26, 2006 Posted November 26, 2006 The majority of text is contained in the includes/languages/english.php file and all of the files in the includes/languages/english directory. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
matrix2223 Posted November 26, 2006 Posted November 26, 2006 That link defines the styles used in the stylesheet.css to modify yours look for the one you would like to change such as: .boxText - Changes the font size of the text in all the boxes. Look at your stylesheet you can change the font to which ever you like stock is 12, you can also change the font style to which ever you like. edit your file the ftp it back to your sever and refresh your page. You then will notice your changes. Eric
Guest Posted November 26, 2006 Posted November 26, 2006 I've finally instaled my OSCommerce. The problem is, the only things I know how to change are the itens, the product atributes, etc.I'd really like to know where can I change: The colors; Shipping & Returns; Privacy Notice; Conditions of Use; I know the answer is here somewhere, but I just can't find it... :s I'm so sorry, but I've never worked on a website before. For someone with no previous experience with websites it can be a little difficult indeed... :( As for the : Shipping & Returns; Privacy Notice; Conditions of Use; go to each of their respective files, in the catalog/includes/language/english (folder), the files are: shipping.php privacy.php conditions.php In each file you will find a line like this: define('TEXT_INFORMATION', ''); The text that you want to be displayed in the page, whenever it's accessed should go between the second pair of single quotes: define('TEXT_INFORMATION', 'text should go here!!'); You can use HTML at will in that place so something like this is fine too: define('TEXT_INFORMATION', '<table align="center"> <tr> <td> Text inside the table<a href="index.php">a link!!</a> </td> </tr> </table>'); Note that it's still within the quotes. That's essential!! If you don't feel at ease at writing HTML code, you can use something like FrontPage to generate the HTML for you, although it won't be the most optimized HTML out there.... ;) Hope this helps in getting you started!! :)
♥14steve14 Posted November 26, 2006 Posted November 26, 2006 Nearly every page in oscommerce has a file in ther language folder. Its here that you can change every bit of text if you want to. To make changing the site colours easy, there is a free programme called topstyle lite. Do a google search for it, and you shoulds find it easy enough. REMEMBER BACKUP, BACKUP AND BACKUP
blackmilk Posted November 27, 2006 Author Posted November 27, 2006 Nearly every page in oscommerce has a file in ther language folder. Its here that you can change every bit of text if you want to. To make changing the site colours easy, there is a free programme called topstyle lite. Do a google search for it, and you shoulds find it easy enough. Thanks a lot :) I'll try it then!
blackmilk Posted November 27, 2006 Author Posted November 27, 2006 For someone with no previous experience with websites it can be a little difficult indeed... :( As for the : Shipping & Returns; Privacy Notice; Conditions of Use; go to each of their respective files, in the catalog/includes/language/english (folder), the files are: shipping.php privacy.php conditions.php In each file you will find a line like this: define('TEXT_INFORMATION', ''); The text that you want to be displayed in the page, whenever it's accessed should go between the second pair of single quotes: define('TEXT_INFORMATION', 'text should go here!!'); You can use HTML at will in that place so something like this is fine too: define('TEXT_INFORMATION', '<table align="center"> <tr> <td> Text inside the table<a href="index.php">a link!!</a> </td> </tr> </table>'); Note that it's still within the quotes. That's essential!! If you don't feel at ease at writing HTML code, you can use something like FrontPage to generate the HTML for you, although it won't be the most optimized HTML out there.... ;) Hope this helps in getting you started!! :) It helps a lot :) Thank you!
blackmilk Posted November 27, 2006 Author Posted November 27, 2006 For someone with no previous experience with websites it can be a little difficult indeed... :( As for the : Shipping & Returns; Privacy Notice; Conditions of Use; go to each of their respective files, in the catalog/includes/language/english (folder), the files are: shipping.php privacy.php conditions.php In each file you will find a line like this: define('TEXT_INFORMATION', ''); The text that you want to be displayed in the page, whenever it's accessed should go between the second pair of single quotes: define('TEXT_INFORMATION', 'text should go here!!'); You can use HTML at will in that place so something like this is fine too: define('TEXT_INFORMATION', '<table align="center"> <tr> <td> Text inside the table<a href="index.php">a link!!</a> </td> </tr> </table>'); Note that it's still within the quotes. That's essential!! If you don't feel at ease at writing HTML code, you can use something like FrontPage to generate the HTML for you, although it won't be the most optimized HTML out there.... ;) Hope this helps in getting you started!! :) I've noticed your nickname.. do you speak portuguese?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.