Hi,
I have managed to follow your instructions and completed all the steps. Thank you very much for putting this together!
Everything works, except for one thing.
On the checkout_confirmation page the amount for a fixed payment charge (module:
http://www.oscommerce.com/community/contributions,4125) is doubled.
This is an Order Total module contrib.
If I choose any shipping or payment combination it does work as expected. However, as soon as I choose the payment option which triggers this order total module it duplicates the amount.
Example:
shopping cart (free payment method chosen)
item 1: 50.00
item 2: 50.00
subtotal: 100.00
shipping: 5.00
total: 105.00
Now I choose a payment method that adds a fee of 7.50 (setup in admin as order total):
shopping cart
item 1: 50.00
item 2: 50.00
subtotal: 100.00
shipping: 5.00
payment fee: 7.50
total: 120.00
You see, although the payment fee shows as 7.50 (as maintained in admin, order total module) the total is increased by twice this fee (7.50x2=15.00).
This only happens in my new upgraded store after I completed all the steps.
I'm just wondering if you or any one has any idea?
Is it something that is changed in checkout_confirmation.php, order.php or shoppingcart.php ?
Or do I need to change coding of this order total module contrib (not desired) and besides it only occurs now after I upgraded.
I do hope someone can just tell me where the cause for this issue occurs, so that I can reverse that part (if possible) or check whether I indeed followed exactly the instructions.
Thanks!