elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

override template !! #683

Open fabirus opened 8 years ago

fabirus commented 8 years ago

hello please how can override store template??

thanks!!!

mmoreram commented 8 years ago

You can use the StoreOverrideBundle if you want to define an entire new template or StoreFallbackBundle if you want to use the default one and overwrite some parts of it.

What does it mean? Well, use app/Resources/StoreOverrideBundle/views/ for your new template or app/Resources/StoreFallbackBundle/views/ for overwritting the default one :)