Which Merchello version are you using?
1.0.1
Which Umbraco version are you using? For example: 17.1.0 - don't just write v17
17.4.2
Bug summary
I'm trying to run Merchello with customized checkout views as documented here: https://yodasmydad.github.io/Merchello/checkout/checkout-razor/#option-1-override-in-your-project
However i'm unable to get my views displayed, they are located in the folder as documented: ~/Views/Checkout/SinglePage.cshtml but it's not getting used and the default version is displayed instead.
When looking at the source inside \Merchello\Controllers\MerchelloCheckoutController.cs i see the view referenced is ~/App_Plugins/Merchello/Views/Checkout so i'm not sure it can work as documented.
Steps to reproduce
Follow the docs and copy SinglePage.cshtml from the source repo into the sample-store in the folder ~/Views/Checkout
Expected result / actual result
No response
Which Merchello version are you using?
1.0.1
Which Umbraco version are you using? For example: 17.1.0 - don't just write v17
17.4.2
Bug summary
I'm trying to run Merchello with customized checkout views as documented here: https://yodasmydad.github.io/Merchello/checkout/checkout-razor/#option-1-override-in-your-project
However i'm unable to get my views displayed, they are located in the folder as documented: ~/Views/Checkout/SinglePage.cshtml but it's not getting used and the default version is displayed instead.
When looking at the source inside \Merchello\Controllers\MerchelloCheckoutController.cs i see the view referenced is ~/App_Plugins/Merchello/Views/Checkout so i'm not sure it can work as documented.
Steps to reproduce
Follow the docs and copy SinglePage.cshtml from the source repo into the sample-store in the folder ~/Views/Checkout
Expected result / actual result
No response