Questions about eCommerce #1700
Replies: 1 comment 2 replies
-
Hi @fusionconsulting, glad you found Twill! I'll answer your second question first. Twill is all about linking/relationships between modules. From the most basic select field to more complex fields like browsers and repeaters, Twill is equipped to manage all Laravel Eloquent relationship types, with a nice UI for editors. Regarding e-commerce, you can certainly use Twill to manage your products, categories, and even orders, but it is not in the scope of Twill to help with the frontend aspect. By frontend I mean frontend application, not just html/css/js but also your "frontend" routes and controllers in your Laravel app. There are many Laravel packages for things like cart management, though I can't vouch for a specific one, as we've built that ourself in our implementations. |
Beta Was this translation helpful? Give feedback.
-
I'm building a website that will need a CMS so Twill looks perfect but I also need to add eCommerce functionality to it. I can do this the manual way and build a shopping cart system if necessary but wondering if there's any recommendations on adding eCommerce to Twill.
I would need to add products to categories as well. Is there a way to link modules? If I create a category module, can I then link this to a product module?
Beta Was this translation helpful? Give feedback.
All reactions