We will show our default route and the template path at the top of every template page to give you a better orientation. For example:
yourshop.com/shop/payment/xxxxx/receipt/checkout/payment.antlers.html
Remember that you can customize all routes in your config file.
Already set up in the Starter Kit.
To edit all template files, you need to publish them into your views directory.
php artisan vendor:publish --tag="butik-views"
Most templates come with some additional tags. We will eplain what you can expect.
All tags are always available and can be used as well.
A lot of templates offer some extra functionality. We will document what you can expect.