Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Video on the product page in the pop-up window (YouTube/Shorts/Vimeo) 1.3

7

   (3 reviews)    Find their other files

  15 62 3,030

6 Screenshots



    • $7
  • Get Support

  • Entry the site address! Or click on the checkbox above to transfer the domain to the author later. Please note that automatic issuance of licenses occurs only when specifying a domain

  • +1 1

About This File

The module was tested on OcStore 2.3.0.2.4, 3.0.2.0, 3.0.3.7.

Installation module version 1.0:

1. Download the file product_video_v1_0_oc3.ocmod.zip

2. It is necessary to make a query in the database (do not forget to change the table prefix if necessary):

ALTER TABLE `oc_product` ADD COLUMN IF NOT EXISTS `video` VARCHAR(255) NOT NULL AFTER `image`;

3. Installation is performed in the standard way through Add-ons-> Add-ons installation.
4. After installation, go to the add-ons manager and update the cache.
5. Go to Catalog->Products and start editing the product. On the tab "Data" there will be a field for entering the "URL of the video about the product"

 

Adaptation:

The modifier is adapted to the Default-template. For other templates, adaptation is necessary.

 

Installation of module version 1.3:

1. Download the file product_video_v1_3_oc3.ocmod.zip / product_video_v1_3_oc23.ocmod.zip

2. You need to make a query in the database (don’t forget to change the table prefix if necessary):

CREATE TABLE `oc_product_video` (
  `product_video_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `source` varchar(25) NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `sort_order` int(3) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

ALTER TABLE `oc_product_video`
  ADD PRIMARY KEY (`product_video_id`),
  ADD KEY `product_id` (`product_id`);

ALTER TABLE `oc_product_video`
  MODIFY `product_video_id` int(11) NOT NULL AUTO_INCREMENT;

3. Installation is carried out in the standard way through Add-ons -> Install add-ons.
4. After installation, go to the add-on manager and update the cache.
5. Go to Catalog->Products and start editing the product. A new "YouTube" tab will appear.

 

Adaptation:

The modifier is adapted for templates:

  • Default
  • Cyberstore
  • Chameleon

Other templates require adaptation.




User Feedback

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.