Jump to content

CRUD in Prestashop front-end


The50

Recommended Posts

Hello, 

 

I made myself some extra data to add using the backend system using this tutorial. 

http://www.amauri.eng.br/en/blog/2016/03/developing-a-simple-module-with-crud-for-prestashop/

 

It creates new entries with some data in it, everything works fine in the backend. Now the problem is that I need the same CRUD system of the very same data in the frontend too. I guess that it's not possible to create it so easily using same Prestashop objects, they work only on backend, right?

 

Just thought maybe someone could give me the heads up where should I start and how could I do it. I need to create everything from scratch I guess? First thing what I did is I made a module which collects this data from the database and puts it into the table. Now I need to add edit, delete and add functions to it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...