Created
July 8, 2015 12:27
-
-
Save alexbabintsev/a5b2aa64d1fc45283c79 to your computer and use it in GitHub Desktop.
Add Youtube video to Opencart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO oc_product_video (product_id, video) SELECT product_id, 'AzbPwjSpzFQ' video FROM oc_product WHERE model = 'EST86046'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment