VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Meton on July 02, 2015, 16:19:25 PM

Title: [SOLVED] Add Product short desc to featured items
Post by: Meton on July 02, 2015, 16:19:25 PM
Hi guys i am trying to add a product short description to my frontpage/featured items. Can anyone tell me how i can do this? I have created my own template @modules\mod_virtuemart_product\tmpl

I would like to add the short description to the featured items. Does anyone know how to do this?

Versions + build:
Joomla:            3.4.1
Virtuemart:      3.0.9
PHP:                5.4.24

Other information:
Website URL:        LOCALHOST

Kind regards,

Meton
Title: Re: Add Product short desc to featured items
Post by: Studio 42 on July 11, 2015, 01:19:25 AM
Hi,
the key for display is product->product_s_desc

Greets,
patrick
Title: Re: Add Product short desc to featured items
Post by: Meton on July 15, 2015, 14:40:32 PM
Quote from: Studio 42 on July 11, 2015, 01:19:25 AM
Hi,
the key for display is product->product_s_desc

Greets,
patrick

Hi Patrick,

Initially this did not work. I got it working by ripping the source code from the product page, there are some additional parameters in there that need to be used in order to make this work.

Thx for your help, i thought i was using a function that was not avalable in the FP page you answer pointed me in the right direction. +1 m8


Kind regards,

Meton