mp3 player in product listing

  • Posts: 50
  • Thank you received: 2
10 years 6 months ago #190960

-- url of the page with the problem -- : local
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5+
-- Browser(s) name and version -- : FF 30.1

I have a simple mp3 player plugin.
Josdewplayer - uses Flash.
In product description i add
{play}images/musics/0123.mp3{/play}
and on product page it shows and works.

With products listing set to 'image & description',
it doesn.t work.. all i see is the text {play}images/musics/0123.mp3{/play}
How can I fix this so the player works in product listing??
rgds
emmdee

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 6 months ago #190975

Hi,

Please edit the view "product / listing_img_desc" and replace:

echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);
By:
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#is','',$this->row->product_description));

This will allow the use of tags in the listing description.

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 2
10 years 6 months ago #191090

Thanks Xavier

All Good

Rgds
emmdee

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum