I don't want to have to have this feature, is there are way to remove it? I've tried and tried to figure it out myself but no luck!
admin/controller/product.php
look in the function validateForm() and remove the test related to model ie delete this bit
That is enough to stop having to enter it. You will still have to look at the code and templates where you see the model value displayed and remove it from there too.
look in the function validateForm() and remove the test related to model ie delete this bit
Code: Select all
if ((strlen($request->get('model', 'post')) < 3) || (strlen($request->get('model', 'post')) > 32)) {
$this->error['model'] = $language->get('error_model');
}
Who is online
Users browsing this forum: No registered users and 2 guests