PHP programming questions
3 questions
Related Tags:
How to add custom fields to product card?
Need to add extra fields to product card: - Size chart - Material composition - Country of origin How to do this without core hacks?
Protecting OpenCart admin from brute force
Logs show constant login attempts to admin panel. What protection methods do you recommend? - Changing admin URL? - Two-factor authentication? - Captcha? - Other?
Error "Class not found" after updating OpenCart 4
After updating to the latest OC4 version, got an error: ``` Fatal error: Class 'Opencart\System\Engine\Controller' not found ``` Cache cleared, permissions checked. What could it be?