VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: Donamd1 on April 23, 2017, 14:21:57 PM

Title: Delete Product
Post by: Donamd1 on April 23, 2017, 14:21:57 PM
On this link http://www.j-jennen.be/webshop-sigma/no-category/sigma you'll see a the first product on the first row and in the upper left corner without any text and without a picture.
I like to delete this product.

When I go to my backend where I want to delete this product is a problem because I can't find this product.

Can someone tell how can I resolve this ?
Title: Re: Delete Product
Post by: jenkinhill on April 23, 2017, 14:49:47 PM
http://forum.virtuemart.net/index.php?topic=79799.0

If you look at the page code you can see that this product price div has the id productPrice282   - so the product id to search for and delete is 282
Title: Re: Delete Product
Post by: Donamd1 on April 23, 2017, 21:05:02 PM
Thanks, I manually deleted all records in all tables from the database where the virtuemart_product_id 282 was mentioned and the product is gone.