How to use the Flynt with the woocormmerce? #358
|
Hello since last year, I have been using the Flynt to develop the wordpress blog theme. It was a perfect. now I am going to develop the woo-theme with the Flynt. but I don't know how I begin it from sctracth. is there any sample for Flynt && Woocormmerce? is there any issue? Regards |
Replies: 1 comment 8 replies
|
Hi @forevereffort I have also started to implement woocommerce into one project. But the project goes slowly forward, unfortunately it is for one customer who has been very limited due to lockdown. I have started with a woocommerce.php at the root theme level and then I created twig-templates. Inside this templates I rendered custom woocommerce components. To getting started you can take a look inside the timber documentation: https://timber.github.io/docs/guides/woocommerce/ Hope this helps. |
Hi @forevereffort I have also started to implement woocommerce into one project. But the project goes slowly forward, unfortunately it is for one customer who has been very limited due to lockdown.
I have started with a woocommerce.php at the root theme level and then I created twig-templates. Inside this templates I rendered custom woocommerce components.
To getting started you can take a look inside the timber documentation: https://timber.github.io/docs/guides/woocommerce/
Hope this helps.