- url of the page with the problem -- : casesmithcustoms.com
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3
-- PHP version -- : x.x.x
-- Browser(s) name and version -- :Chrome
-- Error-message(debug-mod must be tuned on) -- : Error_message
I have added a little CSS picture frame for my product / show_block_img
The CSS code allows me to add a title="" tag which I would like to put a piece of code for the title that would dynamically act for whichever product was on the page and the picture in the frame... Is there a piece of code I could use for the "title="" which would call whichever product/show/default was there?
class="yjt_polaroid yjt_group radiusb10" title="my Title"
I want the code title to dynamically act to something like this...
class="yjt_polaroid yjt_group radiusb10" title=($this->element->main->product_name)>