You sure can - http://www.opencart.com/index.php?route ... on_id=5512
Or you can add the ability to embed in the product tab using - http://www.opencart.com/index.php?route ... n_id=12817 (I personally use this one)
Or there is this - http://www.opencart.com/index.php?route ... _license=0 which looks nicer than the 1st option.
Plenty of ways for free
Or you can add the ability to embed in the product tab using - http://www.opencart.com/index.php?route ... n_id=12817 (I personally use this one)
Or there is this - http://www.opencart.com/index.php?route ... _license=0 which looks nicer than the 1st option.
Plenty of ways for free

Stokey
I just copy and paste the embed code in the source view of the product description. No mod needed.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
@labeshops I have done that as well but it depends how you want it to appear - perhaps a separate tab for products which all have a video looks nicer overall, perhaps not.
I like the old ckeditor because I am not up on CSS and almost all my styling was html up until I discovered OC (self-taught, not very well obviously!)...it just makes life easier for non-CSS buffs.
I like the old ckeditor because I am not up on CSS and almost all my styling was html up until I discovered OC (self-taught, not very well obviously!)...it just makes life easier for non-CSS buffs.
Stokey
Right. I've recently removed the tabs from my product pages, so for me, adding the video in the description source works just fine. I only have a few items that have videos anyway until I get around to making some that I plan to do.stokeyblokey wrote:@labeshops I have done that as well but it depends how you want it to appear - perhaps a separate tab for products which all have a video looks nicer overall, perhaps not.
I like the old ckeditor because I am not up on CSS and almost all my styling was html up until I discovered OC (self-taught, not very well obviously!)...it just makes life easier for non-CSS buffs.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Just to kind of >complete< this interesting Page, this Company:
http://www.opencartextensions.eu/produc ... v15x-v149x
offers the >Original NON VQMOD< version of this:
Product Details Embed Code Tab v1.5.x.x (vQmod)
http://www.opencart.com/index.php?route ... code%20tab
wich gave me some problems, possibly< due to other VQMOD's installed on the Product Display Page of my OpenShop v1.6 (OC v1.5.6.1) Version.
Depending on the languages installed, 8+ different Files must be reworked according to the instruction File. To make it work under my Version, ONE modification was required, as explaind here:
ORIGINAL TEXT:
In admin/model/catalog/product.php FIND:
REPLACE WITH:
MY MOD:
THIS FIRST PART OF THE LINE:
IS WRITTEN DIFFERENT in OC v.1.5.6.1 like:
in order to work, because the OC v.1.5.6.1 seems to address the DB in a 'newer' way.. So, don't look for a line starting with:
in newer OC Version, you won't find one. Look for
in order to modify the END Part of the Line according the instructions in the Guide enclosed in the ZIP.
Now, with the exeption of the still FLOATING TEXTAREA in the OpenShop Admin Product Section, everthing works so far, but it may be because the OPENSHOP Admin Version is little different from std. OC1.5.6.1 Admin.

The Demo can be found here:
http://ipc.li/cart/index.php?route=prod ... duct_id=51
Good Luck to all!
Ernie
UPDATE: Read this:
http://forum.opencart.com/viewtopic.php ... 30#p487330
http://www.opencartextensions.eu/produc ... v15x-v149x
offers the >Original NON VQMOD< version of this:
Product Details Embed Code Tab v1.5.x.x (vQmod)
http://www.opencart.com/index.php?route ... code%20tab
wich gave me some problems, possibly< due to other VQMOD's installed on the Product Display Page of my OpenShop v1.6 (OC v1.5.6.1) Version.
Depending on the languages installed, 8+ different Files must be reworked according to the instruction File. To make it work under my Version, ONE modification was required, as explaind here:
ORIGINAL TEXT:
In admin/model/catalog/product.php FIND:
Code: Select all
tax_class_id = '" . (int)$data['tax_class_id'] ...........
Code: Select all
tax_class_id = '" . (int)$data['tax_class_id']............
THIS FIRST PART OF THE LINE:
Code: Select all
tax_class_id = '" . (int)$data['tax_class_id']............
Code: Select all
tax_class_id = '" . $this->db->escape($data['tax_class_id']) ............
Code: Select all
tax_class_id = '" . (int)$data['tax_class_id']............
Code: Select all
tax_class_id = '" . $this->db->escape($data['tax_class_id']) ............
Now, with the exeption of the still FLOATING TEXTAREA in the OpenShop Admin Product Section, everthing works so far, but it may be because the OPENSHOP Admin Version is little different from std. OC1.5.6.1 Admin.

The Demo can be found here:
http://ipc.li/cart/index.php?route=prod ... duct_id=51
Good Luck to all!
Ernie
UPDATE: Read this:
http://forum.opencart.com/viewtopic.php ... 30#p487330
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: Amazon [Bot] and 36 guests