Tag and Meta Keywords from Product Name (phpmysql)

Tag and Meta Keywords from Product Name (phpmysql)
Due to the SPAM received through Opencart please find me at the www.websitesbuilder.com.au form for any question as I will not be notified of comments here.

This lines will SET your Product Title as product tag & product meta_keyword:

UPDATE `oc_product_description` SET `tag` = LOWER(`name`);
UPDATE `oc_product_description` SET `tag` = REPLACE (tag,' ', ', ');
UPDATE `oc_product_description` SET `meta_keyword` = `tag`;




Download
  • Developed by OpenCart Community
  • 12 Months Free Support
  • Documentation Included

Rating

Compatibility
1.5.6, 1.5.6.1, 1.5.6.2, 1.5.6.3, 1.5.6.4, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.0.3.1, 2.1.0.1, 2.1.0.2

Last Update
21 Jul 2020

Created
23 Feb 2020
86 Downloads
1 Comments
comprido
comprido
Member since: 25 Jun 2012

View all extensions Get Support