Search the Community
Showing results for tags 'resolved'.
-
Bonjour, je cherche à mettre à jour la position. voici le code de la position 'position' => array( 'title' => $this->l('Ordem'), 'filter_key' => 'a!position', 'position' => 'position', 'align' => 'center', 'class' => 'fixed-width-md' ), $helperList->position_identifier = 'posi...
-
Hi guys, Im trying to update my validation method of customer name and last name, so it wont accept . and / because of spams... I tried : in www/classes/Customer public static $definition = array( 'table' => 'customer', 'primary' => 'id_customer', 'fields'...
-
Hello, I am creating an API to create new product, I found a function copyImg, I know it is possible to put a url but I would like to know, if it is possible to give a url to his computer (C://.....) $image = new Image(); $image->id_product = $product->id; $image->position = Image::getHighestPosi...
-
Hello, I am creating a webservice to be able to create products, I seek a means of putting a tax compared to a given number, in a product there is a function tax_rate, when I implement it and that thereafter I echo $product->getTaxesRate(); It returns: 0 Here is my comple...
-
Hello, I would like to add a carrier in my product, I found $product->setCarriers() but I do not know how to use it, if someone could help me Thanks
-
Hi I activated the debug mode, my site works fine so I deactivated the debug mode, but then I can't enter in my back office, the front office still working. I have prestashop 1.7.6.3 The link that redirects is this: https://mywebsite.com/admin/index.php/configure/advanced/perfo...
-
I have been messing with the "Customer loyalty and rewards" module, and some thing is wrong, and it is not working (anymore) I have it "uninstalled" and see "Customer loyalty and rewards 1.29" If I click in INSTALL, I get this error: [PrestaShop] Fatal error in module file :/var/www/vh...
-
HI, i'm verry new here and i've a problem that can seems basic but that i can't resolve since yesterday. i have the basic default template and last version of prestashop ( 1.7.3) i create a new category clicking the add button, the parent is "home", creating with the name i wa...
-
Got a problem on Prestashop with combinations, tested on 1.7.2.5 and 1.7.3. I found related topics, but none of them has an answer yet. Select an attribute in combination panel and click on "generate" seems to have the same effect of the save button. No error is showing neither in the console,...