Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ryangel

Archived
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ryan Yeap

Ryangel's Achievements

  1. Curious! This is my current product_info.php <?php /* $Id: products_new.php,v 1.3 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'New Products'); define('HEADING_TITLE', 'New Products'); define('TEXT_DATE_ADDED', 'Date Added:'); define('TEXT_MANUFACTURER', 'Manufacturer:'); define('TEXT_PRICE', 'Price:'); ?> i checked the original code which was <?php /* $Id: product_info.php,v 1.15 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('TEXT_PRODUCT_NOT_FOUND', 'Product not found!'); define('TEXT_CURRENT_REVIEWS', 'Current Reviews:'); define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.'); define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); define('TEXT_DATE_AVAILABLE', '<font color="#ff0000">This product will be in stock on %s.</font>'); define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased'); define('TEXT_PRODUCT_OPTIONS', 'Available Options:'); define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); ?> I must have changed it somehow. >_< though i never touched this file before... thanks for pointing me to the right direction. And again, thanks for the awesome contribution!
  2. Thanks for your help. I have added a date though, but it does not show. and i cant seem to find where TEXT_CLICK_TO_ENLARGE can be modified? I've checked product_info.php but it is not in there. hmm
  3. ahhh... just figured out that the alignment problem was due to my css ^^. I still havent figured out "TEXT_CLICK_TO_ENLARGE" and "TEXT_DATE_AVAILABLE" though.
  4. Some alignment problems here too, also i was wondering what "TEXT_DATE_AVAILABLE" and "TEXT_CLICK_TO_ENLARGE" are and how to fix them. Hope someone can help me :'(
  5. Hi guys, wondering if anyone can tell me which file i can edit to solve my alignment error. The text seems to be popping on the right of the image instead of at the bottom. This is with a fresh installation.
  6. I believe its under /include/languages/english/index.php at the line where it starts off with: define('TEXT_MAIN',' Not sure if this is what you are looking for though
  7. New member here..... there are soo many versions. Even beta versions. Did i miss somewhere which states the latest stable version? If not, can anyone advise me which one is more stable? :D
  8. ah yes! Think thats it. Thanks alot!
  9. I checked out this site that uses oscommerce: http://www.parisbijoux.com/ms22/index.php?...99d2903f288001d I did a clean install of oscommerce and tried to configure the catelog display so that it shows up like the above mentioned link (like those shown under "Latest products") but i can't seem to find anywhere in the administration section that changes this. Is it a module or contribution done by someone? Glad i found this site. Amazing work!
×
×
  • Create New...