Search the Community
Showing results for tags 'new module'.
-
Hello Everyone, We have released prestashop categories on homepage Module. The prestashop 1.7 categories on homepage allows you to display product categories on your PrestaShop homepage. Default PrestaShop doesn’t have a facility to display product categories on the PrestaShop homepage. Th...
-
- prestashop product
- display categories
-
(and 24 more)
Tagged with:
- prestashop product
- display categories
- prestashop homepage
- display categories home
- prestashop homecategories
- prestashop homepage category
- home page
- product categories
- home
- categories
- prestashop addons
- category home
- home categories product
- ps1.7
- addons
- product category modul
- category module
- homecategories
- product category
- homecategory
- categories module
- home product categories pro
- module prestashop 1.7
- prestashop
- new module
- homepage
-
Hi! I am trying to submit a new module about reCaptcha but is refused by Technical team in my seller account. The main problem is that I have never received an email or a comments in seller account page to know why is rejected. Also I did al the checks and run my module in validator page and ev...
- 3 replies
-
- validation
- new module
-
(and 2 more)
Tagged with:
-
I am creating a new module that create, read, update and delete a table in the database. Thus, I am creating a new ObjectModel for this module. Below is what I did, appreciate if someone can point out what I am doing wrong that the Controller not reading the classl: I created a classes folder in t...
-
I find a custom module in git hub . https://github.com/Web-Wave/ww-custom-module-prestashop what you think about this module. I upload it but i not find this in module list. Please help and give your valuable feed back about this ,module. Thanks
- 4 replies
-
- popup modules
- new module
-
(and 1 more)
Tagged with:
-
Hello, PS version 1.6.1.1 I need some help ; cannot figure out how to solve my problem. Here it is : I have a new customized module called myanimal. Problem description Module works fine when installing (creation of tables, insertion of resources in architecture...). This mod...
- 4 replies
-
- new module
- adminController
-
(and 2 more)
Tagged with:
-
How to check the hook is works? This is my code <?php if (!defined('_PS_VERSION_')) exit; class InagataModule extends Module { public function __construct() { $this->name = 'inagatamodule'; $this->tab = 'billing_invoicing'; $this->version = '1.0.0'; $this->author = "Ach...
- 3 replies
-
- hook work
- new module
-
(and 2 more)
Tagged with:
-
Hello, I would like to display a Module on a page. I want the page to have No page template and No theme. I.e. a page that only displays the modules HTML and no other Pestashop HTML. How can I do this? Regards, Mark OG.
- 2 replies
-
- Non Themed
- Non Templated
-
(and 3 more)
Tagged with:
-
Hi, I am using prestashop 1.5.4.1 and New Product Module developed by vekia. The question is that, is it possible to hide this module when there is no new product, and show new this module and new products when adding new products to the store? http://www.moodico.com/products Thanks, Mojt...
-
- hide new module
- hide
-
(and 1 more)
Tagged with:
-
well... During use prestashop, i found that PS have an confusing method to be understand. When i made a tab page for order-list (my customize only), i was fail to add 'filtered-key' This is part of my modified form :: 'carrier_name' => array('title' => $this->l('Total Pric...
-
- customize
- new module
-
(and 3 more)
Tagged with:
-
Hi All, I'm trying to develop new search module which needs to override search.php class. Is there any nice way to copy override search.php file to override folder during module installation process, or it has to be done manually after installation? Ps. I spot that some modules have overrid...