Search the Community
Showing results for tags 'sku'.
-
Salve, avrei la necessità di sapere se è possibile abilitare ed impstare il campo per il codice SKU ai prodotti prestashop. Vedo che c'è il campo EAN, codice a barre e e ISBN ma non SKU. Questo perchè il marketplace ManoMano (e non solo) necessita che i prodotti abbiano impostato tale valore e parlando con l'assistenza del suddetto, mi è stato fatto capire che sia possibile impostarli questi SKU manufacturer, ma non capisco bene come. Grazie in anticipo, Marco
-
hi, i have a issue with product duplicating , as ecommerce store we have large amount of products to list on site, so we wants that the system prevent the saving of any new product entry that already had the exact same name or reference no./ SKU added before. also prestashop let us to create duplicate categories, attributes and features also. its so tedious to search and confirm every time before entering new data. in tally if we try to add product with same reference no. it promptly alert us for repeated id, and cant allow us for reentry the same number again. as this problem is not affect on us only , many more peoples facing this kind of issue. please guide or solve this issue. issue reference links. https://stackoverflow.com/questions/46497861/how-can-i-prevent-saving-products-duplicated-by-name-in-prestashop
-
Good morning, as in title I'm looking if there's a way to group different isbn in different condition with different prices; i.e. All this items should stay in the same group '8835022134'; for every ISBN should be 4 fixed conditions (1,2,3,4) and should be different SKUs for every condition Is it possible with PS? thanks in advance
-
Hello, I need to search in advanced warehouse for products that have variants and SKUs in them. Does anyone know how to do it?
-
Hi, I need not allow the insert of two products with the same SKU, how can I do? I found some solutions by modifying the AdminProductscontroller.php file but without success. I would not change the characteristics of the DB columns. Any suggestions? prestashop 1.7 Thanks for your help
-
Bloccare l'inserimento di prodotti con lo stesso SKU
diego posted a topic in Sviluppatori PrestaShop
Salve a tutti, ho un problema e spero qualcuno di voi potrà essermi di aiuto. Devo far in modo che Prestashop non permetta l'inserimento di due prodotti con lo stesso SKU (o riferimento che dir si voglia). Vorrei che nel momento il cui clicco su Salva appaia un messaggio di errore tipo "Riferimento già presente" e il prodotto non venga inserito ne modificato. Cercando nel web ho trovato questa soluzione ma non sembra funzionare. Il prodotto non viene aggiornato se trovato duplicato ma non appare nessun messaggio di errore. Ho modificato il file controller->admin->AdminProductController.php aggiungendo questa funzione public function checkUniqueRef() { $reference = Tools::getValue('reference'); $idproduct = Tools::getValue('id_product'); if ($reference!=""){ $sql = 'SELECT id_product FROM `'._DB_PREFIX_.'product` WHERE reference="'.$reference.'" AND id_product<>'.$idproduct; $res = Db::getInstance()->getValue($sql); if($res) { $this->errors[] = $this->trans('Product with this reference is already exists.', array(), 'Admin.Notifications.Error'); //alternative //$this->errors[] = sprintf(Tools::displayError('Product with reference %s is already exists.'), $reference); } } } per poi richiamarla qui: public function checkProduct() { $this->checkUniqueRef(); if (!empty($this->errors)) { $this->display = 'update'; return false; } Ringrazio in anticipo chiunque vorrà provare a darmi una mano!-
- riferimento
- sku
-
(and 1 more)
Tagged with:
-
The invoices prestashop generates do not show images or the sku of the products sold. It only show the title of the products. How can I add images and the sku to the pdf invoice?
-
I want to set up a different reference number (I'm using it for my SKU) for different attributes. For example, I want a shirt to have one reference number/SKU if it is blue and another reference number/SKU if it is green. ..... Solved. Turns out it was just me. I had a bug that was preventing the referrence number in variations from displaying.
- 1 reply
-
- reference number
- sku
-
(and 2 more)
Tagged with: