Guest Posted July 25, 2003 Posted July 25, 2003 My server is running preview release 2.1 1. Someone set up an osCommerce site for us and in that site on the product info pages, you see a thumbnail and can click on it to see the larger version. I'm trying to set this up on another site myself and the pictures don't do that. Depending on what I put in from all the things that I've read in these forums, they're either small, large or don't show up at all. Any suggestions? 2. I've looked through contributions and forums and don't see anything on this exactly. Does anyone know if there is a way to set up a shipping table where the shipping charges are generally charged by the order total? How about one that will allow me to do that, but also put specific shipping charges on some of my items. 3. Does anyone know how to hide the USD that shows up behind the price? 4. Where do I change the date? Mine is currently saying it is the year 2000. 5. Where do I actually edit the text on the default.php page? I pulled that page up and can't find the text that is currently listed there anywhere in the php code. Thanks in advance to anyone that can help me with any of these questions.
Guest Posted July 25, 2003 Posted July 25, 2003 http://wiki.oscommerce.com/helpHowtoTextGeneral HTH The_Bear
Guest Posted July 25, 2003 Posted July 25, 2003 The date is read from the sysem date on your computer, so make sure this is set to the current date! The text on the default.php page is edited here: Catalog :arrow: Languages :arrow: English :arrow: default.php ...look for this code: define('TEXT_MAIN', 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. Any information seen on these products is to be treated as fictional.<br><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href="http://oscommerce.com"><u>support site of osCommerce</u></a>. This shop is running on osCommerce version <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.<br><br>The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/[language]/default.php.<br><br>That can be edited manually, or via the Administration Tool with the Languages->[language]->Define option, or by using the Tools->File Manager feature.'); ...and change it to what you want it to say. -Matt
Guest Posted July 25, 2003 Posted July 25, 2003 np glad I could help! Also to sort your problem eith the product info page, replace the product_info.php file on the site your designing with the product_info.php from the site that someone designed for you. -Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.