News:

Support the VirtueMart project and become a member

Main Menu

additional field on category page

Started by reddevil, October 11, 2012, 17:24:47 PM

Previous topic - Next topic

reddevil

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

PRO

what do you want to add?

if its just text? you can use the internal notes field


reddevil


PRO

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

reddevil

how can i edit this field through administration panel in Joomla?

thanks!

reddevil

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 :'(

PRO

on the category page?

thats NOT for the product?

can you use a module?

reddevil

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!