Skip to content

Instantly share code, notes, and snippets.

@alexbabintsev
Created July 8, 2015 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbabintsev/a5b2aa64d1fc45283c79 to your computer and use it in GitHub Desktop.
Save alexbabintsev/a5b2aa64d1fc45283c79 to your computer and use it in GitHub Desktop.
Add Youtube video to Opencart
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