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