Colin Kuskie
e9e2155254
Handle UTF8 in XML data sent to ITransact. Adds a test. Fixes bug #10855 .
2009-09-01 15:42:39 +00:00
Colin Kuskie
daf9284b55
Remove debug code.
2009-08-28 19:51:59 +00:00
Colin Kuskie
0b43ba64f4
Use the right group in the canView check for Shop settings. fixes #10845 .
2009-08-28 15:50:00 +00:00
Colin Kuskie
d902174739
Provide warnings in the Cart and Ship Driver screens when there are no
...
shipping plugins configured. This prevented checkout no feedback.
fixes #10849 .
2009-08-28 15:35:40 +00:00
Colin Kuskie
278e4c6461
Log any errors found when calling Shop::Pay->getDrivers, instead of
...
silently passing them along.
2009-08-20 20:32:00 +00:00
Colin Kuskie
169e64a2b6
Fix a typo in getting the in store credit for the post-transaction email.
2009-08-11 04:41:42 +00:00
Colin Kuskie
cff541df1d
Fix a typo in the illegal product quantity error checker in the cart.
2009-08-10 15:56:51 +00:00
JT Smith
69a07bb672
added legal section
2009-07-22 22:00:45 +00:00
Paul Driver
22dde02776
Improved security for PayPalStd
2009-07-22 21:22:25 +00:00
Colin Kuskie
5d17c43ff3
Bypass default value in the Country form so that other values can be used if set. ITransace getCredentials.
2009-07-20 21:54:05 +00:00
Paul Driver
a632380882
PayPalStd resurrected
2009-07-20 21:04:12 +00:00
Colin Kuskie
dc226e3268
canUse should check whether the driver is enabled or not.
...
PayDrivers update the local object cache on update.
2009-07-20 15:31:32 +00:00
Colin Kuskie
69ab867db9
Fix a POD type in the new PayPal.pm
2009-07-16 22:36:54 +00:00
Martin Kamerbeek
13d1657d21
Fixed a rounding error bug in the Ogone payment plugin.
2009-07-15 14:08:05 +00:00
Paul Driver
6c5d728730
Unified label and name in i18n, since they'll always be the same.
2009-07-13 22:40:44 +00:00
Paul Driver
fa23a75c39
tabs->spaces in PayPal i18n file (was inconsistant) and a couple of doc changes per colin's suggestions.
2009-07-13 22:34:38 +00:00
Paul Driver
2adb08c79c
Requested docs/scripts added for 11777
2009-07-13 22:12:03 +00:00
Colin Kuskie
0a3329d7be
Reverting 11777 due to lack of docs, upgrade script, and adding new
...
code during feature freeze.
2009-07-13 20:40:09 +00:00
Paul Driver
6c5885dd71
rewrite of PayPal payment driver
2009-07-13 19:48:12 +00:00
Colin Kuskie
aa65b6ca22
Fix a common misspelling of the word definition, in POD.
2009-07-10 21:04:41 +00:00
Colin Kuskie
921ca2383b
Add missing POD to ITransact
2009-07-04 22:58:51 +00:00
Colin Kuskie
e6d47212cc
Add missing POD to PayPalStd.
2009-07-04 20:49:47 +00:00
Colin Kuskie
2e2e436d1f
Fix POD capitalization.
2009-07-04 19:28:45 +00:00
Colin Kuskie
d927336979
Add missing POD, or fix POD typos which caused coverage to be low.
2009-07-04 17:16:36 +00:00
Colin Kuskie
73df992b1e
Add missing Tax i18n.
2009-06-20 01:45:55 +00:00
Colin Kuskie
a85924d07b
Add group privilege checking to the Shipping Drivers
2009-06-18 23:24:33 +00:00
Colin Kuskie
083d86a835
Fix a POD whitespace problem in EU tax driver.
2009-05-21 16:12:37 +00:00
Martin Kamerbeek
8047e7d5f9
Fixed usability issue in vat number manager.
2009-05-20 14:28:06 +00:00
Martin Kamerbeek
dabc50f008
Fixed missing i18n and some POD and a bug in the javascript for the admin screen of the EU tax plugin.
2009-05-20 12:48:32 +00:00
Colin Kuskie
4b3f81e3a0
ITransact requires that money amounts in XML have 2 decimal places.
2009-05-18 23:33:14 +00:00
Martin Kamerbeek
bfc140a365
Improved and templated VAT Number management.
2009-05-15 17:20:49 +00:00
Martin Kamerbeek
56ec560255
Added VAT number manager for shop admins.
2009-05-15 16:32:24 +00:00
Martin Kamerbeek
d4a884c202
Tax group manager improvements
2009-05-15 14:35:09 +00:00
Martin Kamerbeek
e7d930009a
Fixed setup instructions.
2009-05-15 13:34:39 +00:00
Martin Kamerbeek
e5efefda4a
Clean out comments.
2009-05-15 13:30:00 +00:00
Martin Kamerbeek
489313a0b9
Adding Ogone payment plugin
2009-05-15 13:29:04 +00:00
Graham Knop
18993c5924
pod and i18n fixes
2009-05-14 22:12:33 +00:00
Martin Kamerbeek
f1ea8acdaf
Fixed bug where unsuccessful transations were included in the payout totals and My Sales summary.
2009-05-14 13:53:47 +00:00
Martin Kamerbeek
4ad61725ea
Adding copy-from-profile buttons to the edit Address screen.
2009-05-14 12:53:33 +00:00
Joeri de Bruin
c4e12f2abe
PayPal driver missed its base class
2009-05-14 03:39:21 +00:00
Colin Kuskie
15e9d335aa
Fix POD whitespace problem in the new PayPal driver.
2009-05-13 22:12:19 +00:00
Joeri de Bruin
c91676b1ad
add PayPal paydriver
2009-05-13 20:07:09 +00:00
Martin Kamerbeek
31c4bf83d7
Refactored genereation of tranasaction related tmpl_vars into WG::Shop::Transaction->getTransactionVars.
2009-05-13 12:52:19 +00:00
Colin Kuskie
cbdd6077d5
Add USPS Shipping Driver with tests, and i18n.
...
Change the Ship, Cart to do exception handling when calling a shipping driver,
as that's the message passing interface between the modules.
Add a noFormProcess field property that is recognized by processPropertiesFromFormPost.
2009-05-12 23:58:19 +00:00
Martin Kamerbeek
7fb87de71d
Added the methods for the pluggable tax system that add templ vars to the cart and cart items.
2009-05-08 13:34:42 +00:00
Martin Kamerbeek
9d90b92629
Tax details are now stored with the transaction items they belong to.
2009-05-08 10:03:25 +00:00
Martin Kamerbeek
0fd6447042
Internationalised the javascript part of the vendor payouts manager.
2009-05-07 12:23:26 +00:00
Martin Kamerbeek
461c80a6b8
Pluggable Tax: more POD, more tests, better code and less bugs
2009-05-06 13:33:16 +00:00
Colin Kuskie
db290f91f9
Add an option to the Sku to require individual shipping of this sku, separate
...
from other items in the cart. Update the FlatRate driver to support calculating that.
2009-04-29 16:52:16 +00:00
Colin Kuskie
a75cd108b1
Add back code for throwing exceptions when session is not passed
...
to class methods.
2009-04-24 03:47:40 +00:00