I didn't overlook that option Chuck. This is what I wrote:
Quote:
| I know you can change the status from the drop menu but this is another user friendly feature that is missing from the edit page.
|
I own several websites that run many different scripts, each with admin controls. Yours is the ONLY one that has basic functionality missing from the edit screen. We could go back and forth on this but it comes down to usability. I am not asking for a new feature here. I am asking to have the current features displayed properly. When I click "edit", I expect to be able to edit EVERYTHING I entered in the upload screen MINUS the duration since that is handled on renewals. I honestly thought that was a bug because I couldn't fathom someone intentionally leaving out such a key component as a paid feature from the edit screen. That is basic usability. I went ahead and fixed my version to show the prices on that screen because they should be there. Just based on usability and functionality it should be shown and we shouldn't even be discussing it. You are acting like I am asking for a new feature or something. I simply couldn't understand how you could show the highlight, bold and italic features but completely neglect to show the pricing. That literally makes no sense Chuck. The same is true for the email setting. If someone goes in and edits an ad and sees the email setting, they could change it as they should be able to. Its another usability feature. I don't suggest removing it from the drop menu, because that is a great spot for it too, but it most certainly should be on the edit page because it is a usability feature.
Fixing the highlight, bold and italics is very easy for anyone who wants to show it.
Open your editproduct.tmpl and search for:
Code:
Content visible to verified customers only.
Change it to:
Code:
Content visible to verified customers only.
Now find:
Code:
Content visible to verified customers only.
Change it to:
Code:
Content visible to verified customers only.
Now find:
Code:
Content visible to verified customers only.
Change it to:
Code:
Content visible to verified customers only.
Save and upload the edited template.
When I get time later I will figure out how to add the menu for the email feature and will post how to fix that as well.