Hi people,
I want to put the name of the product and the manufacturer of the list view of the products when you click a category , but I don't know where in the view folder is this, in order to change it.
i'm trying to change the php file in \templates\ot_bicyclegreen\html\mod_virtuemart_product\default.php too, but when I tried to put the complete short description, or the name but I cant, I put:
Short Description
<?php echo $product->product_s_desc ?>
where before was
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?>
but it still having the description with final "..." and stripping the text.
I also edit the default php from C:\Users\mt-2010-3\Desktop\Web\Mowes\www\Pruebas\components\com_virtuemart\views\category\tmpl , but nothing happen
I use virtuemart 2.0.20b and joomla 2.5,
what more can I do to see all the short description and manufacturer and product name in product list?
Help please!
thanks!