Page 1 of 1
Model in front of name
Posted: Sat Jul 23, 2022 6:19 pm
by randers
Needs "Model" to appear before Name in Categories/Products in admin. Anyone know how it can be done?
Re: Model in front of name
Posted: Sat Jul 23, 2022 7:37 pm
by ecartz
There currently isn't a better way than
1. Modifying the source at
https://github.com/CE-PhoenixCart/Phoen ... t.php#L134
2. Hacking it by overriding the Product class and changing how it shows the name whenever the page is catalog.php
The first method will only change it at that one location. The second will change every reference to the product name on that page.
We may eventually fix the catalog page to have the ability to change the columns, but we haven't yet.