Colin Kuskie
|
17841c838f
|
Better messaging and error handling in the Shop/Credit screen. Cannot give credit to Visitor.
|
2010-05-05 18:48:41 -07:00 |
|
Colin Kuskie
|
f04cf29300
|
Fix display of the shop credit deduction when there's a recurring item in the cart. Fixes bug #11557
|
2010-05-05 18:29:03 -07:00 |
|
Colin Kuskie
|
eb9d32f6f5
|
Log the correct transaction data on a $0 checkout.
|
2010-05-05 17:28:33 -07:00 |
|
Colin Kuskie
|
113c44ada8
|
Give the cart an id for the JS to work with.
|
2010-05-05 16:36:31 -07:00 |
|
Colin Kuskie
|
984003123c
|
Shade the buttons with CSS. Don't show per-item shipping if there's only 1 item in the cart.
|
2010-05-04 10:20:31 -07:00 |
|
Paul Driver
|
e26723f526
|
handling per-item shipping dropdowns in js
|
2010-05-03 17:06:11 -07:00 |
|
Colin Kuskie
|
d92347bf34
|
Use a method rather than reinventing the getPaymentGateway method.
|
2010-05-02 18:13:25 -07:00 |
|
Colin Kuskie
|
0179930011
|
Give the perItem dropdowns the same class name.
|
2010-04-30 16:45:09 -07:00 |
|
Colin Kuskie
|
cb8c8da1ac
|
Per item shipping.
|
2010-04-30 16:42:10 -07:00 |
|
Paul Driver
|
9a827affc4
|
Updating shipping/tax info based on address
|
2010-04-30 11:03:59 -07:00 |
|
Colin Kuskie
|
8cc6ecb30d
|
Remove dead code from the PayDriver
|
2010-04-30 08:56:29 -07:00 |
|
Colin Kuskie
|
9ab13fb524
|
Document how and why we handle $0 checkouts
|
2010-04-30 08:51:30 -07:00 |
|
Colin Kuskie
|
d986496131
|
Code tweaks and comments for clarity.
|
2010-04-30 08:48:22 -07:00 |
|
Colin Kuskie
|
a9dc242498
|
Cleanup some bad code in the TaxDriver
|
2010-04-29 19:05:53 -07:00 |
|
Colin Kuskie
|
85978eeb23
|
Remove totalPrice since it was in there twice
|
2010-04-29 18:15:24 -07:00 |
|
Colin Kuskie
|
295ff15491
|
Wrap summary price data in a span so they can be automatically updated.
|
2010-04-29 17:01:43 -07:00 |
|
Colin Kuskie
|
273452c024
|
Restore the checkout button.
|
2010-04-29 15:25:57 -07:00 |
|
Colin Kuskie
|
b186f2f713
|
Make the cart be able to remove items, without using Javascript.
|
2010-04-29 15:20:58 -07:00 |
|
Colin Kuskie
|
6fe302774c
|
remove www_selectPaymentGateway, and www_checkout which are now dead code
|
2010-04-29 14:57:27 -07:00 |
|
Colin Kuskie
|
674b299069
|
Handle $0 checkouts. Still requires that ANY payment plugin be selected.
|
2010-04-29 14:51:06 -07:00 |
|
Colin Kuskie
|
e9313959eb
|
Refactor out template processing code into the PayDriver module.
|
2010-04-29 14:31:13 -07:00 |
|
Colin Kuskie
|
921f03c107
|
Refactor out a default www_getCredentials all the way back to PayDriver, to be used by Cash and the PayPal brothers.
|
2010-04-29 13:02:26 -07:00 |
|
Colin Kuskie
|
179ad030db
|
Provide a getCredentials method for both PayPal paydrivers.
|
2010-04-29 12:47:33 -07:00 |
|
Colin Kuskie
|
bdb1777875
|
Checking out when shipping is not required works.
|
2010-04-29 12:22:51 -07:00 |
|
Colin Kuskie
|
a9578eec2c
|
Always show a shipping selector dropdown, unless there are no shipping options available.
|
2010-04-28 22:51:05 -07:00 |
|
Colin Kuskie
|
f5ecc2f507
|
Add valid address checks to cart readyForCheckout. Only log missing fields if an address operation isn't occuring.
|
2010-04-28 22:23:07 -07:00 |
|
Colin Kuskie
|
cf95ff6683
|
Allow billingAddress to be set at the same time as the shippingAddress is set to it.
|
2010-04-28 20:15:26 -07:00 |
|
Colin Kuskie
|
131d4cb041
|
If shipping is required by an item in the cart, always display a shipping dropdown or option.
|
2010-04-28 16:09:34 -07:00 |
|
Colin Kuskie
|
622f1b1658
|
Fix a double my warning in the Cart.
|
2010-04-28 15:53:17 -07:00 |
|
Colin Kuskie
|
470710abb9
|
Update both paypal drivers for the new shop checkout procedure.
|
2010-04-28 15:27:08 -07:00 |
|
Paul Driver
|
17dd742c08
|
Javascript enhancements for cart address handling
|
2010-04-28 15:09:37 -07:00 |
|
Colin Kuskie
|
aedda01e58
|
Update Ogone driver for new Shop checkout procedures.
|
2010-04-28 14:57:47 -07:00 |
|
Colin Kuskie
|
64866dd485
|
Update ITranasct plugin for Shop 1.5
|
2010-04-28 12:08:14 -07:00 |
|
Colin Kuskie
|
5ebd6864cc
|
Log cart errors for anything that prevents you from checking out. Fix an error in the PayDriver template variables.
|
2010-04-28 11:48:07 -07:00 |
|
Colin Kuskie
|
a472f9ebdd
|
Add common cart summary template variables to the PayDriver. Add a summary screen for Cash. i18n fixes for Cash.
|
2010-04-28 11:19:34 -07:00 |
|
Colin Kuskie
|
d48d9bc90f
|
Check for valid shipping and payment drivers for checkout. Rebuild transaction to take all info from the Cart.
|
2010-04-28 09:31:01 -07:00 |
|
Colin Kuskie
|
1ef4aa8ef0
|
No more getButton method in the PayDriver, it's now a dropdown in the cart.
|
2010-04-27 17:31:11 -07:00 |
|
Colin Kuskie
|
e0a9f34b53
|
Update readyForCheckout, shipping address is optional, must have gatewayId, too.
|
2010-04-27 17:29:14 -07:00 |
|
Colin Kuskie
|
822cac8dec
|
Error promoted to a full cart method. Beginning to process the address forms.
|
2010-04-27 17:18:35 -07:00 |
|
Colin Kuskie
|
9365a55477
|
Bad code fixes, and no tax calculations without an address.
|
2010-04-27 13:14:53 -07:00 |
|
Colin Kuskie
|
7ef8de2a1f
|
Checkout preparations. Change payment options to a dropdown in the cart. Pay->getOptions now returns just a hash.
|
2010-04-27 12:03:43 -07:00 |
|
Colin Kuskie
|
69bfa9b6ea
|
Better detection for same shipping/billing address.
|
2010-04-26 18:03:50 -07:00 |
|
Colin Kuskie
|
fc95fa8f86
|
display taxes again.
|
2010-04-26 16:23:17 -07:00 |
|
Colin Kuskie
|
fe7f3e0cb2
|
Recalculate totals based on shipping, now that it works correctly.
|
2010-04-26 16:15:45 -07:00 |
|
Colin Kuskie
|
a98484dbcb
|
Fix flag for having a price. Remove debug. Fix typos in ship driver selector generator.
|
2010-04-26 16:12:02 -07:00 |
|
Colin Kuskie
|
e116354946
|
Fix double my in Shop/Ship.pm
|
2010-04-26 16:07:02 -07:00 |
|
Colin Kuskie
|
a26f85c8c0
|
Handle cases of no shipping plugin, and optional price formatting for shipping.
|
2010-04-26 15:20:34 -07:00 |
|
Colin Kuskie
|
fa48f2eca9
|
Remove old form JS. Display shipping information, but not the address. Do not format currency unless it exists. Template support.
|
2010-04-26 14:55:43 -07:00 |
|
Colin Kuskie
|
7826e3aea3
|
Shipping address form processing.
|
2010-04-26 12:02:11 -07:00 |
|
Colin Kuskie
|
85c7beca70
|
Add and edit addresses, for billing only.
|
2010-04-26 11:33:27 -07:00 |
|