VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: Master_gray on July 01, 2013, 14:46:28 PM

Title: Change product name length?
Post by: Master_gray on July 01, 2013, 14:46:28 PM
Hi there all,

My question is how can i change the products name length shorter?

i have read the other posts about this but i can not find the solution like for the short dec of the product you have this line of php that you can control,
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc72'...'?>
is it just me or is there not a quick fix for this?
any help will be great thanks

Thanks in advance
Title: Re: Change product name length?
Post by: jenkinhill on July 01, 2013, 19:12:56 PM
Like this? https://forum.virtuemart.net/index.php?topic=112678
Title: Re: Change product name length?
Post by: Master_gray on July 01, 2013, 19:41:17 PM
Hi jenkinhill,

i have looked at that posts and it's almost like it but i only would like to change the total length of the names because i have over 4000 products and i don't want to change every products name to a shorter length by hand

is there not quick fix like for the short dec?

Thanks for the replay