Newly added product failed when previewing in the checking out process
Hi,
I've added a new product to the uCommerce demo site. When checking out the product it fails at the preview stage. The error occurs in this script 'uCommerce/Preview.cshtml' Further to this I have tried to debug the code to the point that it fails. This line of code TransactionLibrary.ExecuteBasketPipeline(); found in the mentioned script is where the issue occurred.
If you can give me any leads on how to resolve the issue that would be great. Possibly there is something I forgotten. However it'd help alot if I were able to bury into the code and observe where the issue lies. Is there source code available I can use?
Newly added product failed when previewing in the checking out process
Hi,
I've added a new product to the uCommerce demo site. When checking out the product it fails at the preview stage. The error occurs in this script 'uCommerce/Preview.cshtml' Further to this I have tried to debug the code to the point that it fails. This line of code TransactionLibrary.ExecuteBasketPipeline(); found in the mentioned script is where the issue occurred.
If you can give me any leads on how to resolve the issue that would be great. Possibly there is something I forgotten. However it'd help alot if I were able to bury into the code and observe where the issue lies. Is there source code available I can use?
Many thanks,
Hi Simon
The ExecuteBasketPipeline excutes the pipeline tasks defined in the pipeline/basket.config (i guess you don't have anything custom added in there?).
When the pipeline fails - it will write an entry in the umbracolog table - so take a look there, and see if that error makes more sense.
is working on a reply...