I have a new controller which is to list products just like a category/supplier or any other controllers in controllers/front/listing folder. I created the controller in override/controllers/front/listing I tried pasting one of the existing controller code and it worked but when I need to try my own logic it seems like I need to create a provider as the new controller is entirely for a filtered result entirely based on a table from an external module. Is it okay to create a search provider in adapter folder for the new requirement or is there an alternative. Thanks in advance.
Creating a new search provider in prestashop
18 Views Asked by SRUTHI R BABU At
0
There are 0 best solutions below
Related Questions in PRESTASHOP
- Troubleshooting form submission in PrestaShop's hookDisplayAdminProductsExtra module
- How do I disable the circular slider buttons?
- How to retrieve product/order return information via PrestaShop 8 API?
- Error 302: ERR_TOO_MANY_REDIRECTS in Prestashop Back Office
- PrestaShop metrics definition
- Store in Prestashop (1.7.5) does not recognize theme or images
- PrestaShop 1.7.8 API bug on simple product creation
- SSL with prestashop using docker installation
- Creating a new search provider in prestashop
- Prestashop payment methods is empty in backoffice
- Allowing PDF upload in product customization Prestashop 1.6: how to delete the uploaded file
- Prestashop Auto Change Statut if customer in whitelist
- 500 error on Prestashop 1.7.8.7 installed with OVH
- Display the order date and time in the order list
- Adding a Product Image via PrestaShop Webservice API
Related Questions in PRESTASHOP-1.7
- Prestashop 1.7 don't see my template file in module
- Prestashop1.6 theme on prestashop 1.7
- Prestashop 1.7.0.3-1.7.0.2 Fresh Install 403 Error
- Configure Prestashop faceted search programmatically
- Prestashop 1.7 overriding .tpl files using module
- Prestashop 1.7 override core controller from module
- Custom Hooks in Prestashop 1.7
- Prestashop 1.7 webservice login customer
- create custom page prestashop 1.7
- How can I add my own custom css and html to Prestashop?
- presta shop product features are not getting added through webservice
- how to override tpl module in prestashop 1.7.1.1
- Upgrading Prestashop from 1.7.0.3 to latest with 1-click Upgrade module
- Prestashop webservice API creating cart rules
- Prestashop 1.7 : How to get remove from cart URL in accessories
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?