I'm wanna to set up a payment method (Invoice only) and I chose 'Default Payment Method Service' as the service, but I got an error Error loading MacroEngine script (file: uCommerce/Preview.cshtml). Then I found 'TransactionLibrary.RequestPayments()' was the key thing to cause the issue.
Looks I must to choose an external payment and waiting for a successful message of callback to complete the whole order.
Is there anyway to do invoice only in uCommerence?
Thank you for your quick response. Found the issue which cause by create an Umbraco member in checkout pipe:
at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.CreateUmbracoMemberForOrder(PurchaseOrder purchaseOrder)\r\n at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.Execute(PurchaseOrder purchaseOrder)\r\n at UCommerce.Pipelines.Pipeline`1.Execute(T subject)"
If I uncheck 'Create Customers As Members', everthing is working fine.
How to set up a payment method (Invoice only)
Hi Guys,
I'm wanna to set up a payment method (Invoice only) and I chose 'Default Payment Method Service' as the service, but I got an error Error loading MacroEngine script (file: uCommerce/Preview.cshtml). Then I found
'TransactionLibrary.RequestPayments()' was the key thing to cause the issue.
Looks I must to choose an external payment and waiting for a successful message of callback to complete the whole order.
Is there anyway to do invoice only in uCommerence?
Cheers,
Tony
Hi Hua, that should just work out of the box :) It's the same way that our demo store umbraco7.ucommerce.net works.
If you show me the error from the log (with full stack trace), we might be able to resolve this :)
Best regards
Morten
Hi Morten,
Thank you for your quick response. Found the issue which cause by create an Umbraco member in checkout pipe:
at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.CreateUmbracoMemberForOrder(PurchaseOrder purchaseOrder)\r\n
at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.Execute(PurchaseOrder purchaseOrder)\r\n
at UCommerce.Pipelines.Pipeline`1.Execute(T subject)"
If I uncheck 'Create Customers As Members', everthing is working fine.
Thank you,
Hua
Cool :)
is working on a reply...