I am nearly finished with my first real shop built with Vendr (yaay), but I've got a question about the Vendr.Checkout package.
I am using that package for the checkout, but I am running in the issue that everytime I build the project, the views are being re-created. And I can't figure out how to set a different view for the steps etc.
Is there a setting i can set to stop that happening, or is there an easy way to set a different view for the steps?
If you are modifying the default templates you should really take a copy of them instead.
If you copy them to your normal views folder you can then setup a template like you normally would in Umbraco and asign them to the checkout step pages. If the checkout step page has a template assigned it will overide the default layout.
Vendr.Checkout views being re-created
Hi Matt,
I am nearly finished with my first real shop built with Vendr (yaay), but I've got a question about the Vendr.Checkout package.
I am using that package for the checkout, but I am running in the issue that everytime I build the project, the views are being re-created. And I can't figure out how to set a different view for the steps etc. Is there a setting i can set to stop that happening, or is there an easy way to set a different view for the steps?
Thanks!
//Puck
Hi Puck,
If you are modifying the default templates you should really take a copy of them instead.
If you copy them to your normal views folder you can then setup a template like you normally would in Umbraco and asign them to the checkout step pages. If the checkout step page has a template assigned it will overide the default layout.
Hope this helps
Matt
Hi Matt,
I am such an idiot haha, didn't for a second think about the templates :) Got it working now! Thanks
is working on a reply...