Search the Community
Showing results for tags 'custom admin'.
-
Hi I'm very new to Prestashop but I have been woirking with Magento for a year or so, my OOP is basic as is my PHP but I'm learning all the time and getting more confident these days. So I have a quick question, I need to add a checkbox to the Product Page in the Back office area a simple Yes/No checkbox is all I need, preferably around the price area. Depending on if that check box is ticked or not, I need to display some content on the front end in the product pages and listings. I would like to be able to edit this content via the back end too, but I don't want to have to add it on a per product basis. I would like to use a CMS block or page. What would be the best way to go about setting this up? In Magento I would use a combination of product attributes for the values and static blocks for the content Is there a similar way to do this in Prestashop, or do I need to build a module? Many Thanks for any information, links to articles. Thanks H
- 1 reply
-
- product type
- custom admin
-
(and 3 more)
Tagged with:
-
Hi! I am using prestashop version 1.6 and developing custom admin module which completely consist of all the operations in backend only. I am unable to sort certain things and struggling specifically database operations. I have created a model, controller and tpl by referring https://github.com/P...e-Prestashop-15 my doubts are, 1) what is the purpose of postProcess() method? 2) how to differentiate add and update operations? 3) how to load values to the form in case of edit? 4) ajax call to controller? I just need a example for the above things. Anyone there to help to get clear idea.
- 2 replies
-
- admin edit add
- admin db operations
-
(and 2 more)
Tagged with: