On the "Confirm your Payment" screen, the total amount does not show the full price (including shipping) straight away. Only on a second visit to the page does it show the full price.
To fix this I have put a redirect in place, line 89ish on /shop/order.php
case 3:
if(isset($_POST['processCarrier']) OR isset($_POST['processCarrier_x']) OR isset($_POST['processCarrier_y']))
processCarrier();
autoStep(3);
checkFreeOrder();
// redirect back to self - dodgey but works
if(isset($_POST['processCarrier']) OR isset($_POST['processCarrier_x']) OR isset($_POST['processCarrier_y'])){
header("Location: /shop/order.php?step=3");
exit;
}else{
displayPayment();
}
break;
|
Collector Comics is THE place to buy, sell, and research comics online. Launching soon.
Launch »
Screenshot »
|
|
Webitor is a kick-ass easy to use, easy to extend, non-database driven Content Management System. Version 2 with reseller plan coming soon.
Launch »
Version 1 »
|
|
GC Lounge is my own pet social network and test bed for social related code. Made by locals for locals.
Launch »
|
|
GG has indexed over half a million recent Trade Mark applications. This revolutionary tool is extremely valuable for industry experts.
Launch »
|
|
GCWiFi is the hub for techies interested in joining a ad-hoc wireless mesh spread across the Gold Coast
Launch »
|
|
Web based financial client management system
Launch »
|
|
OS Commerce modules and template modification
Launch »
|
| View More Projects » | |