Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1831 1700

latest revision download root:

1831 annotated / raw | Diffs: previous, other | Lines: 271 ( +11, -0 )

Created: 2008-01-30 13:19:39 +0100 (10 months ago) | Author: hpdl | Changeset: 1831

Redirect the customer to the login page if they are not logged in and the order contains virtual or mixed products

Properties

 svn:keywords = Id

1828 annotated / raw | Diffs: previous, other | Lines: 260 ( +38, -54 )

Created: 2008-01-29 22:03:43 +0100 (10 months ago) | Author: hpdl | Changeset: 1828

Introduce a secondary checkout procedure to the PayPal Express payment module to allow customers without an account to make an order. Orders that are of "virtual" or "mixed" type go through the normal checkout procedure as the core requires a customer account to track downloaded files.

Properties

 svn:keywords = Id

1803 annotated / raw | Diffs: previous, other | Lines: 276 ( +1, -1 )

Created: 2008-01-11 19:16:37 +0100 (10 months ago) | Author: hpdl | Changeset: 1803

move the currencies::format_raw() function to the payment module level for 2.2MS2/2.2RC1 compatibility.

Branch point for: tag:oscommerce-2.2rc2

Properties

 svn:keywords = Id

1739 annotated / raw | Diffs: previous, other | Lines: 276 ( +1, -1 )

Created: 2007-12-20 01:52:16 +0100 (11 months ago) | Author: hpdl | Changeset: 1739

Add $Id$ properties to all files

Properties

 svn:keywords = Id

1733 annotated / raw | Diffs: previous, other | Lines: 276 ( +27, -26 )

Created: 2007-12-17 09:26:00 +0100 (11 months ago) | Author: hpdl | Changeset: 1733

Use normal urls for the return and cancel address if search engine friendly urls are enabled.
Fix the shipping module logic to also work when no shipping modules are available.

1722 annotated / raw | Diffs: previous, other | Lines: 275 ( +6, -2 )

Created: 2007-12-05 16:47:46 +0100 (11 months ago) | Author: hpdl | Changeset: 1722

Add error notices when starting the Express Checkout procedure

1709 annotated / raw | Diffs: previous, other | Lines: 271 ( +1, -0 )

Created: 2007-12-01 00:54:01 +0100 (12 months ago) | Author: hpdl | Changeset: 1709

Add a parameter to control the transaction type (Sale or Authorization)

1702 annotated / raw | Diffs: previous, other | Lines: 270 ( +7, -1 )

Created: 2007-11-06 23:26:51 +0100 (12 months ago) | Author: hpdl | Changeset: 1702

Fix login redirection bug when clicking on the "Checkout with PayPal" link as a guest
Don't pass the items along in the transaction as it will fail when a order_total module changes the order total value and the values passed to PayPal no longer add up (ITEMAMT, SHIPPINGAMT, and TAXAMT not adding up to AMT (total))

1700 new annotated / raw | Lines: 264 ( +264, -0 )

Created: 2007-11-06 04:39:08 +0100 (12 months ago) | Author: hpdl | Changeset: 1700

Introduce new PayPal Express payment module