webgui/lib/WebGUI/Shop
2011-04-04 14:45:53 -07:00
..
PayDriver Use handling_cart instead of shipping for the HTML variable for sending shipping costs to PayPal. Fixes bug #11753. 2010-08-02 17:59:15 -07:00
ShipDriver Update the USPS International driver for the newest USPS IMM. Fixes bug #11757. 2010-08-02 09:04:39 -07:00
TaxDriver
Address.pm
AddressBook.pm Labels in the Cart for addresses are optional. They take the first line of the address if left blank. Tested w and w/o JS. 2010-09-01 12:22:55 -07:00
Admin.pm
Cart.pm If there is a problem with the user's billing address, still let them get into the Cart. Fixes bug #12081. 2011-03-31 16:56:09 -07:00
CartItem.pm
Credit.pm Add purge method to Shop::Credit, tests. 2010-10-04 14:20:08 -07:00
Pay.pm
PayDriver.pm Fix shop credit display and calculations in the PayDriver. Fixes bug #11891 2010-10-04 14:20:45 -07:00
Ship.pm
ShipDriver.pm
Tax.pm
TaxDriver.pm Cleanup some bad code in the TaxDriver 2010-04-29 19:05:53 -07:00
Transaction.pm Don't refund transactionItems unless the transaction is successful, or if the item is already canceled. Also, no not call onCancelRecurring for normal Sku's unless they're really recurring. Fixes bug #12089. 2011-04-04 14:45:53 -07:00
TransactionItem.pm Don't refund transactionItems unless the transaction is successful, or if the item is already canceled. Also, no not call onCancelRecurring for normal Sku's unless they're really recurring. Fixes bug #12089. 2011-04-04 14:45:53 -07:00
Vendor.pm