Quote:
Originally Posted by ashimashi
Okay thank you. I found the template needed and was able to edit the unwanted fields out.
But regarding adding fields, is it very complicated to do so? How must I add them? Adding them to the same template I removed fields from will most likely not do it.
|
It's not insane but it's not a template edit either.
1. Add a column [int or varchar] to the product table in your database for each field.
2. Update the admin php script to include this row in adding & editing products with database hooks to match.
3. Edit the template to display it back.
Quote:
Also just a suggestion if you ever do decide to upgrade this mod, I think it would be better if there was a dollar sign next to the Retail Price box when adding product. I noticed that it automatically puts dollar sign for you, so if someone puts it as well, there will be 2 of them displayed.
|
Not everyone uses US dollars. But you're correct, it's a great idea to add in your local currency sign.