I am having an issue generating orders on both the razor and xslt demo sites.
I have two websites setup using
Umbraco 4.11.1
uCommerce-3.0.1.12331
SQL Server 2008
One of the sites is using the demo razor store and the other uses the xslt demo.
On both sites, I can add an item to the basket and move through the checkout. The problem is that when getting to the completion screen:
- (/shop/checkout/orderconfirmation.aspx) - XSLT site
- (/cart/Confirmation.aspx) - razor site.
.. the order has not been converted into a purchase order in the system and my basket still contains the items I have added.
Im using the "Account" payment method in both tests and on each site, the Account payment method has a pipeline set to "none".. Could this be the problem? im finding it a little difficult to get my head around these pipelines.
I was hoping the demo sites out of the box would show me a working end to end example for me to learn from.
We changed the way payment providers work to unify local providers and remote provider, e.g. the ones that creates a dummy payment and the ones that do active creditcard validation.
uCommerce 3.0.2.12355 will work out of the box and your existing install will too if you make a slight change to the "Account" and "Invoice" payment methods. You just need to register the "Checkout" pipeline on the two payment methods in question and you're good to go.
Problems with creating orders on both demo sites
I am having an issue generating orders on both the razor and xslt demo sites.
I have two websites setup using
Hi Adam,
We changed the way payment providers work to unify local providers and remote provider, e.g. the ones that creates a dummy payment and the ones that do active creditcard validation.
uCommerce 3.0.2.12355 will work out of the box and your existing install will too if you make a slight change to the "Account" and "Invoice" payment methods. You just need to register the "Checkout" pipeline on the two payment methods in question and you're good to go.
Alternatively you can install the latest versions of uCommerce and the Razor store, which work out of the box.
Sorry for the inconvenience and merry Christmas :)
Thanks Soren, that fixed it :)
I really need to get my head around these pipelines!
Many thanks and Merry Christmas to you guys!
is working on a reply...