AbanteCart Community

AbanteCart Development => AbanteCart v2.0 => Topic started by: Andronte on April 14, 2018, 11:07:13 AM

Title: Template engine
Post by: Andronte on April 14, 2018, 11:07:13 AM
Hi!

I am web developer. I worked with other CMS ( PrestaShop, Opencart) and one thing that I missed in AbanteCart is lack of template engine (Smarty, TWIG) for render HTML pages. Would be nice to have one of theses in AbanteCart 2.0

Thanks!   
Title: Re: Template engine
Post by: abantecart on April 15, 2018, 09:38:43 AM
Hi Andronte,

Additional engines are coming in v2.0. If you are interested, you can participate and help with development of default template in the TWIG or Smarty, or other.

Title: Re: Template engine
Post by: Andronte on April 24, 2018, 12:14:52 AM
I would like. How could I help?
Title: Re: Template engine
Post by: maxter on April 25, 2018, 07:35:44 AM
We have opened a new branch for v2.0. It is in active works.
https://github.com/abantecart/abantecart_2.0

See, there is a twig render already included in the view for templates.  Similarly other template engines can be added.
https://github.com/abantecart/abantecart_2.0/tree/master/abantecart/abc/core/view

We do not have Twig template example yet, but we can work together and set it up.
You can help finishing template.

We still working on default template concept for v2.0 storefront. It will be on Bootstrap 4.0. It needs to be very flexible for all the containers.

Feel free to explore idea.

Title: Re: Template engine
Post by: abantecart on April 25, 2018, 07:40:02 AM
Thank you Maxter for sharing. Yes we can all work together on new design and later create templates using different engines as examples