Skip to content

v1.0.0 - Initial Release πŸŽ‰

Latest

Choose a tag to compare

@George-SAP George-SAP released this 04 Feb 09:44
· 4 commits to main since this release

πŸŽ‰ 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