Jump to content

[SOLVED]Delete fields in add new product page


BozzY

Recommended Posts

you need to locate the fields, usually it is embraced by a pair of tr or td tag.
just change add style to hide, but note: NEVER delete the them, otheriwse, the page may not work properly,
because you never know in other code are using them.

<tr style="display:none"> 
.....
</tr>

Link to comment
Share on other sites

I myself has problem as I do not need few sections in the listing form but as I searched for example for the Manufecturer section to be disabled in the listing & does not show, I find many sections with that name & do not know which one to choose & how to disable.
Please keep in mind that not all those refering to you are of same knowledge.
Would you please help me?

Link to comment
Share on other sites

Open the AdminProducts.php file found in your admin folder under tabs. If you don't want the manufacturers field to appear, you have to locate the tag for manufacturers and an style="display:none", just like shokinro said. Then it will no longer appear in the form.

Link to comment
Share on other sites

the manufacturer & supplier fields show in the back office listing a product form but as I enter the code you gave exactly as I changed as you suggested, there was no changes & same field & same as before was showing unchanged!
As I do not have manufacturers for my products, I do not need this section with some other lines.
My website is: http://mecollectibles.com & as you can see no need at all for such section!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...