Model in front of name
Model in front of name
Needs "Model" to appear before Name in Categories/Products in admin. Anyone know how it can be done?
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Model in front of name
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.
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.