Search the Community
Showing results for tags 'delete product'.
-
Hi, I'm sorry for the trouble. I can not find valid solutions on the net, I've been looking for days.I need to delete all products, images and everything associated with the products. I have to make a new import of products from the new catalog and I want to empty all my shop to have it fresh to insert the new catalog.I am looking for a SQL script that can do this or a php script. I need to delete all the products from the database and from the server.Can you give me any suggestions please?thanks to anyone who can answer. my version 1.6.1.12
- 12 replies
-
- delete product
- sql
-
(and 3 more)
Tagged with:
-
Hi, We´re running a client´s PS 1.6.1.4 shop and now we have a situation that is strangely not working as expected. We have an order that´s in pending paypal payment status, and we would like to delete one of the products in the order. We click on drop-down arrow on the Edit button, select Delete, but it does nothing. The product stays there. So we tried changing the quantity to zero. That´s not accepted. However, 1 is accepted. So we did that. That´s all we can do. How do we go about deleting this? Also, we noticed that the stock didn´t get updated once we changed the quantity on the order. It stays the same... Thanks for your help. Best regards, Hernán
- 3 replies
-
- delete order
- modify order
-
(and 1 more)
Tagged with:
-
I have 106 products and there is one sentence particular that has to be deleted (in orange highlighted in the picture), in both languages I sell my products. Of course I tried to play around with CSV import/export features but, I am stuck. I used Presta Cloud 1.6.0.14 I am completely green in coding but I learn fast:) Thank you in advance for your help K
- 3 replies
-
- delete product
- delete product description
- (and 3 more)
-
Hi all, Hopefully someone can point out what I'm doing wrong? I'm trying to delete every product from an array. But this doesn't seem to work. When I use an SQL Delete statement it works correctly: $proddeleted = Db::getInstance()->Execute(' DELETE FROM `'.pSQL(_DB_PREFIX_).'product` WHERE reference = "'.($prodref).'" '); But this only deletes the product record, not the prod_lang etc... So I'm trying to user $product->delete() $prodref = 'CUST'.$quoteid; $products = Db::getInstance()->ExecuteS(' SELECT * FROM `'.pSQL(_DB_PREFIX_).'product` WHERE reference = "'.($prodref).'" '); foreach ($products as $id_product) { $product = new Product((int)$id_product); $product->delete(); } Thanks all!!
-
hi all, when i going to delete products in cart block it removed and work as fine... but if i delete a product from cart summary page, it removes product from summary list but not update cart block it give error ReferenceError: currencyFormat is not defined in /cart-summary.js. please help... mysite link :http://kumudhamstore.com/index.php?
-
Bonjour, Nous venons de mettre sur l'addons un nouveau module qui va aider beaucoup de webmarchand pour l'optimisation du référencement de leur boutique. En effet, quand vous supprimez ou désactivez un produit, l'url n'est plus accessible, donc pour le référencement c'est une page de moins, une page qui va en 404 ou non visible. Donc le traffic ainsi que le référencement de cette page est perdu... Grâce à ce module, vous retrouvez automatiquement les produits désactivés ou supprimés afin (si vous le souhaitez) de lui appliqué une redirection 301 pour ne pas perdre le référencement de cette page. Ex: Vous vendez une paire de tenis, la nouvelle collection sort, donc un modèle et changé, vous allez pouvoir ainsi faire redirigé l'ancien modèle sur le nouveau ! Et aucun besoin de passer par des régles dans le HTACCESS ! Un système de couleur, vous permettra en un coup d’œil de faire un point sur les redirections de votre boutique. Le module est disponnible ici : http://addons.prestashop.com/fr/referencement-seo-modules-prestashop/8244-seo-produits-efface-et-supprime-redirection-301.html A votre disposition Cordialement, Arthur
-
I am on PrestaShop version 1.5.5 with SSL and PHP version 5.3.27. I'm currently experiencing this error in the shopping cart whenever I go to try and increase or delete a product: TECHNICAL ERROR: unable to save update quantity Details: Error thrown: [object Object] Text status: error I have tried confirming that shop domain url and ssl domain url are matching (which they are) as well as checked the cart-summary.js. You can check to see it at: www.blissfulbabybites.com/shop Are there any other solutions that I may be missing? I'm working on a deadline and will be greatful for any assistance leading me into the right direction. Much thanks in advance!
- 3 replies
-
- add to cart
- delete product
-
(and 2 more)
Tagged with:
-
How to delete multiple products?
vinaysaini posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
I have written a module which shows the listing of all products. I want to know how I can delete multiple products. Is there a way so that I can send product Ids and it does the rest for me? Or some other way so that I can delete multiple products. -
Hi, is there a way how to achieve AJAX update of shipping price? Because I've set that the shipping price is free from some value of cart. That feature is working all right. But when customer makes a change ( delete produkt from basket), the carrier table is not refreshed. It keeps the old values. I've searched and found nothing. Is there some refresh function in CarrierController which I can call to refresh the carrier table? Thanks
-
- AJAX Update
- sipping price
-
(and 1 more)
Tagged with:
-
I use Prestashop 1.4.8.2 what needs to be set to get the administration to be able to delete the product from the order if the customer wishes to At the moment where I do not have this option. why?
-
I'm setting up my categories for my store in the back end. Obviously categories for my website are going to be entirely different from default store theme since I'm not selling any electronics. I deleted all default categories but I cannot delete ipod touch which is a default product categories in "Home". I get the following error message whenever I attempt to try to delete it: 1 error An error occurred during deletion. How do I delete product? Is it set by default to not be enabled to delete from database or theme? I'm able to delete everything else which was initially installed with default theme for Prestashop. I've using Prestashop v1.4.7.0 Thanks for your help resolving this issue.
- 4 replies
-
- Default theme Prestashop
- delete product
-
(and 1 more)
Tagged with: