Video Tutorial On Vendor Administrator

How can I modify the Video URL of Vendor Administrator?

Actually is showing this Youtube video: '5STIqzsPU9c' and I would like to use my own Youtube video.

I have found the video code '5STIqzsPU9c' in the file:

/design/backend/templates/addons/help_tutorial/hooks/index/content_top.pre.tpl

LINE 9

{elseif ($runtime.controller == "index" && $runtime.mode == "index")}
{include file="addons/help_tutorial/components/video.tpl" item="5STIqzsPU9c"}

But when I change the item value to my own video, still showing the old one.

Thanks in advance.

How can I modify the Video URL of Vendor Administrator?

Actually is showing this Youtube video: '5STIqzsPU9c' and I would like to use my own Youtube video.

I have found the video code '5STIqzsPU9c' in the file:

/design/backend/templates/addons/help_tutorial/hooks/index/content_top.pre.tpl

LINE 9

{elseif ($runtime.controller == "index" && $runtime.mode == "index")}
{include file="addons/help_tutorial/components/video.tpl" item="5STIqzsPU9c"}

But when I change the item value to my own video, still showing the old one.

Thanks in advance.

It seems that the issue is caused by the template cache. Please remove the var/cache directory of your CS-Cart installation and check the issue again.

It works!

Thanks a lot.

It works!

Thanks a lot.

You are welcome.

Hy guys

Can you help me please

I try to add a video code youtube on a product and when i save, disaster...

I put sa option 'sanitize_user_html' => false, and still is not working!

Please help!!!!!!

Hy guys

Can you help me please

I try to add a video code youtube on a product and when i save, disaster...

I put sa option 'sanitize_user_html' => false, and still is not working!

Please help!!!!!!

Please contact us via Customer Help Desk and provide temporary access to your server by clicking on the Add record link on the Access information page of your Help Desk account so that we could examine the issue.

Hy guys

Can you help me please

I try to add a video code youtube on a product and when i save, disaster...

I put sa option 'sanitize_user_html' => false, and still is not working!

Please help!!!!!!

Did you switch WYSIWYG editor to the source code mode?