Skip to content

Releases: George-SAP/opencart-html-cleaner

v1.0.0 - Initial Release 🎉

04 Feb 09:44

Choose a tag to compare

🎉 First Stable Release

✨ Features

  • 🎯 Remove HTML tags from OpenCart/ocStore description fields
  • 🔍 Two-step process: scan first, clean after verification
  • 📊 Detailed statistics and reporting
  • 👁️ Preview changes before applying
  • ✅ Selective table cleaning
  • 🚀 Batch processing for large databases (50000+ records tested)
  • 🎨 Modern, responsive web interface
  • 🌐 Full Ukrainian localization

🎯 Tag Syntax Support

  • Simple tags: span, strong, font
  • Multiple tags: span, strong, em
  • Exact attribute match: span[style="color: red"]
  • Partial match (wildcard): span[style*="color"]
  • Complex combinations

📋 Requirements

  • PHP 7.0 or higher
  • MySQL 5.6+ / MariaDB 10.0+
  • PDO extension
  • OpenCart 2.x, 3.x or 4.x

📥 Installation

  1. Download html_tag_cleaner.php
  2. Place in OpenCart root directory (where config.php is)
  3. Create database backup!
  4. Open in browser: https://your-site.com/html_tag_cleaner.php
  5. Follow on-screen instructions
  6. Delete file after use!

📖 Documentation

⚠️ Important

  • Always backup database before use
  • Test on development copy first
  • Delete script file after completion

🙏 Acknowledgments

Made with ❤️ for OpenCart/ocStore community


Full Changelog: https://github.com/George-SAP/opencart-html-cleaner/commits/v1.0.0