| osCommerce:/oscommerce2/trunk/catalog/includes/classes/ |
show Line History...Constraint |
Changelog
1842
by hpdl on
12 December 2008, 14:30:57 +0100
(11 months ago)
When restoring contents, generate a new $cartID value
./shopping_cart.php
1842
1803
by hpdl on
11 January 2008, 19:16:37 +0100
(22 months ago)
move the currencies::format_raw() function to the payment module level for 2.2MS2/2.2RC1 compatibility.
./currencies.php
1803
1750
by hpdl on
21 December 2007, 06:20:28 +0100
(23 months ago)
Add further checks in checkout_process.php.
Don't query for a shipping address if the order contains virtual products only. Fix OSC-288.
./order.php
1750
1740
by hpdl on
20 December 2007, 15:57:13 +0100
(23 months ago)
revert r1735
./message_stack.php
1740
1739
by hpdl on
20 December 2007, 01:52:16 +0100
(23 months ago)
Add $Id$ properties to all files
./boxes.php
1739
./breadcrumb.php
1739
./cc_validation.php
1739
./currencies.php
1739
./email.php
1739
1737
by hpdl on
19 December 2007, 15:47:28 +0100
(23 months ago)
Don't format the raw value with a thousands separator.
./currencies.php
1737
1736
by hpdl on
19 December 2007, 00:59:52 +0100
(23 months ago)
Move the logic of storing the credit card number from the order class to the payment module level
./order.php
1736
1735
by hpdl on
19 December 2007, 00:35:23 +0100
(23 months ago)
register_globals compatibility fix for registering and modifying $messageToStack as a session variable
./message_stack.php
1735
1716
by hpdl on
04 December 2007, 05:04:03 +0100
(23 months ago)
Bugfix: the shipping address would remain undefined when a virtual product was added to the cart and replaced with a physical product.
./order.php
1716
1699
by hpdl on
06 November 2007, 04:32:14 +0100
(2 years ago)
* Introduce the ability to show additional checkout buttons on the shopping cart page for certain payment methods (eg, PayPal Express and Google Checkout)
* Introduce the ability to define foreign shi…
./order.php
1699
./payment.php
1699
1698
by hpdl on
05 November 2007, 17:37:13 +0100
(2 years ago)
calling $order_total_modules->process() multiple times would duplicate the output data due to the order total modules already being instantiated
./order_total.php
1698
1696
by hpdl on
04 November 2007, 02:13:12 +0100
(2 years ago)
Make sure $parameters is an array
./navigation_history.php
1696
1695
by hpdl on
04 November 2007, 02:11:39 +0100
(2 years ago)
* Remove the secondary ex-euro currency from display
* Introduce new format_raw class method to format prices without the currency formatting
./currencies.php
1695
1620
by hpdl on
27 June 2007, 15:19:20 +0200
(2 years 4 months ago)
do not store the credit card number in the navigation history session data
./order.php
1620
1619
by hpdl on
27 June 2007, 15:15:40 +0200
(2 years 4 months ago)
filter the parameters to not include any containing '_nh_dns' in the name so they do not get stored in the session file
./navigation_history.php
1619
1617
by hpdl on
27 June 2007, 14:33:31 +0200
(2 years 4 months ago)
add a public_title variable to the payment modules so the payment method can display "Credit Card" instead of the name of the payment service provider
./order.php
1617
1599
by hpdl on
22 May 2007, 12:30:28 +0200
(2 years 6 months ago)
revert r1597; replace usage of certain $GLOBALS call to proper scope requests
./order.php
1599
1596
by hpdl on
21 May 2007, 16:29:36 +0200
(2 years 6 months ago)
add a new configuration parameter to control the maximum quantity a product can be added to the shopping cart (99 by default)
./shopping_cart.php
1596
1595
by hpdl on
21 May 2007, 16:20:53 +0200
(2 years 6 months ago)
the quantity is added to the database as an integer so the quantity in the shopping cart session should also be treated as an integer
./shopping_cart.php
1595
1594
by hpdl on
21 May 2007, 16:12:02 +0200
(2 years 6 months ago)
fix the display of the country name on the order history page
./order.php
1594
1592
by hpdl on
19 May 2007, 13:51:00 +0200
(2 years 6 months ago)
don't calculate prices with tax by rounding the net value, as this brings down the default precision of 4 to the decimal places the selected currency has (eg 2)
./currencies.php
1592
./order.php
1592
./shopping_cart.php
1592
709
by hpdl on
17 August 2006, 00:13:45 +0200
(3 years 3 months ago)
also verify the session ID in the php3 session class handler
./sessions.php
709
703
by hpdl on
16 August 2006, 19:17:08 +0200
(3 years 3 months ago)
Fix an SQL injection vulnerability reported by James at GulfTech
./shopping_cart.php
703
477
by hpdl on
27 March 2006, 19:49:35 +0200
(3 years 7 months ago)
initial import for the osCommerce 2.x version; taken from the 2.2 MS2 20051113 release
./boxes.php
477
./breadcrumb.php
477
./cc_validation.php
477
./currencies.php
477
|