VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: eboons99 on March 28, 2015, 15:42:47 PM

Title: Product alias
Post by: eboons99 on March 28, 2015, 15:42:47 PM
Hi,

Can i update the database on the field product alias ? can not find it in any table...

want empty the field, so virtuemart will put the productname, should it work ? 

i use joomla 3 and virtuemart 3

thnx
Title: Re: Product alias
Post by: Milbo on March 31, 2015, 01:51:36 AM
product alias is called slug in the db
Title: Re: Product alias
Post by: eboons99 on April 14, 2015, 16:01:47 PM
Thnx

i want to update this field for the entire product tabel, i tought something like this would do the the trick, but facing an error
UPDATE `cs5aq_virtuemart_products_en_gb` SET `slug`= NULL where 'slug' IS NOT NULL

any idea's in how to this will work?

thnx