Post by crunchor » Mon Sep 16, 2013 12:06 pm

I really wonder if this is possible.

Active Member

Posts

Joined
Wed Jun 05, 2013 10:29 am

Post by stokeyblokey » Mon Sep 16, 2013 8:59 pm

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 :)

Stokey


User avatar
Active Member

Posts

Joined
Sat Aug 31, 2013 10:19 pm

Post by labeshops » Mon Sep 16, 2013 9:05 pm

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by stokeyblokey » Tue Sep 17, 2013 9:56 pm

@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.

Stokey


User avatar
Active Member

Posts

Joined
Sat Aug 31, 2013 10:19 pm

Post by crunchor » Mon Sep 23, 2013 12:20 pm

thx for sharing O0

Active Member

Posts

Joined
Wed Jun 05, 2013 10:29 am

Post by labeshops » Mon Sep 23, 2013 10:41 pm

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.
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.

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.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by IP_CAM » Wed Apr 02, 2014 2:49 am

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:

Code: Select all

tax_class_id = '" . (int)$data['tax_class_id'] ...........
REPLACE WITH:

Code: Select all

tax_class_id = '" . (int)$data['tax_class_id']............
MY MOD:

THIS FIRST PART OF THE LINE:

Code: Select all

tax_class_id = '" . (int)$data['tax_class_id']............
IS WRITTEN DIFFERENT in OC v.1.5.6.1 like:

Code: Select all

tax_class_id = '" . $this->db->escape($data['tax_class_id']) ............
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:

Code: Select all

tax_class_id = '" . (int)$data['tax_class_id']............
in newer OC Version, you won't find one. Look for

Code: Select all

tax_class_id = '" . $this->db->escape($data['tax_class_id']) ............
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.

Image

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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: Amazon [Bot] and 36 guests