Committing the new Ecommerce system
This commit is contained in:
parent
ad19f999b8
commit
24cc1aa94c
2 changed files with 10 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
internal WebGUI database. This exhibited no problems prior to this release
|
||||
because no WebGUI functions actually used those methods before.
|
||||
- bugfix [1073753]. bug in WebGUI::Search (Leendert Bottelberghs).
|
||||
|
||||
- Added an e-commerce system. (Martin Kamerbeek)
|
||||
|
||||
6.2.9
|
||||
- bugfix [ 1058105 ] input tag has to be closed with /
|
||||
|
|
|
|||
|
|
@ -28,6 +28,15 @@ save you many hours of grief.
|
|||
check your site after the upgrade for all site maps to make
|
||||
sure that they look the way you want them to look.
|
||||
|
||||
* If you want to use the e-commerce system, you'll have to enable the
|
||||
PayFlowPro plugin in the config file. To do this correctly
|
||||
you'll also have to download the Payflow Pro SDK from Verisign.
|
||||
Be sure to export the cert path into the PFPRO_CERT_PATH
|
||||
environment variable, and to start your server the hard way
|
||||
(apachectl stop; apachectl start, restart won't do). Also be sure
|
||||
that this variable is set in the environment in which cron
|
||||
operates, or else the scheduler plugin ProcessRecurringPayments
|
||||
will fail with a cert error.
|
||||
|
||||
6.2.8
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue