Contributions

Features (Category Index)
Search: 

GroupDiscount

About
-----
This contribution allow to create Customers Groups, and to bind a discount rate
to them.
The administrator can set groups, group's discount, and bind customers to
groups.
The prices in catalogue are already shown with the applied discount, unlike
other contributions like this that use the "order_total" method, to show a
final discount.
Discount rate is applied on every price, also on product attributes, but it is
not applied on special prices.

Please visit osCommerceITalia @ http://www.oscommerceitalia.com

Expand All / Collapse All

checkout_confirmation.php ERROR or BLANK PAGE/SOURCE fix 31 Jan 2006

FOR: checkout_confirmation.php, with this code at top of page...

$Id: checkout_confirmation.php,v 1.139 2003/07/24 17:34:53 Strider Exp $
$Id: checkout_confirmation.php,v 1.139 2003/06/11 17:34:53 hpdl Exp $
$Id: checkout_confirmation.php,v 1.6.2.3 2003/05/10 20:12:14 wilt Exp $

Notes / Symptoms:
I'm not sure what error this may give on some servers, but on the one I'm working on all I got was a blank page with blank source.
I hope this saves others a lot of time.

Cause:

These lines appear twice in the document.

require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;

Things to consider before fix:
I was merging GroupDiscount’s checkout_confirmation.php over Credit Class - Gift Vouchers 1.51a’s checkout_confirmation.php, but I am doubtful this fix will cause errors with a clean install.

Fix:
1. Look for where the above 2 lines of code appear together. Around line 89.
2. Comment or delete them.

ERR in bugfix inclueds/boxes/spezials.php below Michael 8 May 2005
Hellinic Contribution Dimitriadis 4 Feb 2005
specials correction amanda boxtel 21 Oct 2004
Modification Yu Hu 20 Oct 2004
GroupDiscount 1.3 hOZONE 2 Feb 2004
GroupDiscount 1.2 hOZONE 22 Nov 2003
GroupDiscount hOZONE 18 Nov 2003

Note: Contributions are used at own risk.