Opencart
Replace Existing Opencart Editor to New Block Based Editor
Learn how to seamlessly replace the traditional editor with the new block-based editor in the OpenCart admin for both the product form and information form. This step-by-step guide will walk you through the process of enhancing your content management experience.
Simple Block Based Editor for Opencart
OpenCart has always used third-party editors. Perhaps due to their complexity, updates can be quite challenging. If there are new updates to the third-party library, it can affect the operation of OpenCart.

Opencart current edit password are no additional verified. To add additional verified just update 2 files in Catalog: upload/catalog/controller/account/password.phpupload/catalog/view/theme/default/template/account/password.tpl Edit upload/catalog/controller/account/ password.php Edit upload/catalog/view/theme/default/template/account/ password.tpl Done. The code not include translation. Now you can view edit password page and get additional password verified.
How to make OpenCart private information?
Sometime you need private some information for registered customer/member. but default OpenCart did not option for protected information. So, we need simple protected information page or private category too. Admin Page Currently OC default: 0=Disabled; 1=Enabled; We added 2=Private/Protected. Catelog Model Page Now, your protected/private information will automatically show only registered customer and member.