Jump to content

Search the Community

Showing results for tags 'new module'.

  • Search By Tags

    • new module ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. 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...
  2. 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...
  3. 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. 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...
  5. 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...
  6. 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.
  7. 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...
  8. Hi, This is about best practice when you add a custom functionality to the back office. Many of us (I guess) use a fulfilment service/external company. We have to give separate information on how to prepare and to send the orders. There is nothing in the back office for that purpose. To co...
  9. How is this possible.. i deleted all categories and products because i wanted to test a integration synch with no products.... BUT... the NEW PRODUCT block is still showing data and i can click on image link to see product details... I emptied cache folders manually and tried even browsing...
  10. 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...
  11. 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...
×
×
  • Create New...