Hi,
I need to add the additional field to category like description. How can I do it?
Please help!
Joomla 2.5.1
virtuemart 2.0.6
what do you want to add?
if its just text? you can use the internal notes field
it is additional description
You can use the "internal notes box"
Then, in your category template add
<?php echo $product->intnotes ?>
let me know if you need help with it
how can i edit this field through administration panel in Joomla?
thanks!
it is not useful for me because I need to add the additional field in category...
I know that I have to add some line in "/administrator/components/com_virtuemart/views/category/tmpl|edit_categoryform.php" after
"<?php echo VmHTML::row('editor','COM_VIRTUEMART_DESCRIPTION','category_description',$this->category->category_description); ?>",
but i don't know that i have to do after this...
Please help :'(
on the category page?
thats NOT for the product?
can you use a module?
on the category page? - yes.
thats NOT for the product? - yes.
can you use a module? - no because i need to add this field to each category. it is not comfortable!