Jump to content

Add Required Field in AdminProduct.php


aligulbay

Recommended Posts

Hello

 

In regular prestashop version, when you add product in admin page, Only required field is the product name. How can I add more required file in adminproduct.php. Like "Weight ( package )" field , I want to make this field as required to add product

 

I am using 1.4.6.2 version

 

 

thanks for any help

 

Ali

Link to comment
Share on other sites

you would create module that is hooked off that admin tab. they are pretty easy to do and worth the time to learn how to do...you should be at least familiar with php...

 

see here to get started:

http://doc.prestashop.com/display/PS14/Creating+a+PrestaShop+module

 

and in particular see hooks:

http://doc.prestashop.com/display/PS14/Creating+a+PrestaShop+module#CreatingaPrestaShopmodule-Hookingamodule

 

and specifically addproduct AdminProducts.php Called when a product is created or duplicated, right after said creation/duplication.

Link to comment
Share on other sites

you posted in the development section so I just assume you have a particular development question or at least interested in learning to develop. go look at the code in youradminfolder/tabs/adminproducts.php

 

if you have a particular question after looking at the code,

 

you will need to learn some basic development....i.e. php...or leave things alone as they are...or hire someone to make changes for you..

 

suerte

Link to comment
Share on other sites

you posted in the development section so I just assume you have a particular development question or at least interested in learning to develop. go look at the code in youradminfolder/tabs/adminproducts.php

 

if you have a particular question after looking at the code,

 

you will need to learn some basic development....i.e. php...or leave things alone as they are...or hire someone to make changes for you..

 

suerte

 

Dear Suerte

Thank you for the help, I Just opened this topic to know if it is possible to do that.

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...