Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unlimited Quantity and error problem


Muffin_LA

Recommended Posts

Hello:

 

Can anyone tell me how I can have an unlimited quantity for all the products? If you try to order 2 or more of the same item it shows up as only 1 in the shopping cart.

 

Also I have an error showing in the shopping cart

Warning: Wrong parameter count for define() in /home/virtual/site118/fst/var/www/store/includes/languages/english/shopping_cart.php on line 25

 

I got rid of the red text about products being out of stock. I must of deleted a ' or a ) or something. Any suggestions?

This is how it looks now:

<?php

/*

$Id: shopping_cart.php,v 1.13 2002/04/05 20:24:02 project3000 Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Cart Contents');

define('HEADING_TITLE', 'What\'s In My Cart?');

define('TABLE_HEADING_REMOVE', 'Remove');

define('TABLE_HEADING_QUANTITY', 'Qty.');

define('TABLE_HEADING_MODEL', 'Model');

define('TABLE_HEADING_PRODUCTS', 'Product(s)');

define('TABLE_HEADING_TOTAL', 'Total');

define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty!');

define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:');

define('SUB_TITLE_TOTAL', 'Total:');

 

define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you');

define('OUT_OF_STOCK_CAN_CHECKOUT') .

'STOCK_MARK_PRODUCT_OUT_OF_STOCK . '

?>

 

What am I missing???

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...