Hello! I am toying with the shop skeleton and I haven’t been able to figure out what file I have to edit to replace it with a £ or a € character.
Thanks
You need to change the currency in user/config/plugins/shoppingcart.yaml
general:
currency: EUR
Hi flaviocopes, it seems that it requires the shoppingcart plugin. Is there any way to do it keeping the out of the box snipcart plugin?
Oh sorry - it’s hardcoded in https://github.com/getgrav/grav-plugin-snipcart/blob/develop/templates/partials/snipcart_detail_item.html.twig line 13. You can override that file by copying it to your theme’s templates/partials folder, and change the $ sign there.