Hi,
I'm just starting development for a basic e-commerce application and will be using Fuel.
It will be paypal standard working for now. I notice you have a site example on your site that has a shop.
Is that done inside fuel?
I only ask as there's some reference to a shop module in code and user guide, and i wondered if you might be considering releasing it as open source or even a paid for extra?
Comments
As far as categories/products listing for the front of the site we can use existing help for that.
If i have a single view file eg. shop.php which is taking it's data from a model shop_model.php set up as a simple module. It works great in both admin and browsing to /shop on the front end.
I want this to be an advanced module so have followed user guide tute and have config files in place plus available admin module in Fuel Config. When i browse to /shop now i get a 404 error.
I'm thinking there's more i need to do, looked at the blog module and that has a lot more in place. Do i need a controller or can i still use opt-in controller method? Can you give me an idea of the minimum files i need to create as i'm not sure how much of the blog module is necessary for what i am trying to achieve.
Your help would be appreciated.