Page 1 of 1
Embed Videos in Item Description
Posted: 24 Feb 2016, 14:11
by RRRRR
Hello,
do You can tell me, how can I add embed videos in Item description, please? When I add via source code by TinyMCE, after saving doesńt adding on item page. When I try embedding video on article page on Joomla, is OK... PhocaCart is great component
, good job!
Thank You so much and have a nice day
Vlada
Re: Embed Videos in Item Description
Posted: 24 Feb 2016, 17:07
by Jan
Hi, try to check TinyMCE eidor parameters - to accept the video code. When this is working Ok for the article, try to check the rights in XML of the description:
administrator\components\com_phocacart\models\forms\phocacartitem.xml
Change from:
Code: Select all
<field name="description" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" label="COM_PHOCACART_FIELD_DESCRIPTION_LABEL" filter="safehtml" description="COM_PHOCACART_FIELD_DESCRIPTION_DESC" />
to:
Code: Select all
<field name="description" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" label="COM_PHOCACART_FIELD_DESCRIPTION_LABEL" filter="raw" description="COM_PHOCACART_FIELD_DESCRIPTION_DESC" />
In next version, I am planning to add specific field for video in product edit. This video should be displayed in detail of product.
Jan
Re: Embed Videos in Item Description
Posted: 24 Feb 2016, 21:51
by RRRRR
You are Great! That is worked for me, when I edit xml file
Thank You very much for your great support!
Re: Embed Videos in Item Description
Posted: 28 Feb 2016, 14:41
by Jan
Ok