Page 1 of 1

How to make mandatory some fields of Agile MultipleSeller

PostPosted: Mon Jul 15, 2013 9:50 am
by sors11_2957
I need to make mandatory some field when the user upload some product or when he is writing about his Shop...

For example....I need that everydoby upload their logo_image ALWAYS....or for example when one user upload one product they MUST compete some specific field in order to control the process perfectly...

From where I control this point?....in my bda tables? for example fixing field as NOT NULL?

thanks

Re: How to make mandatory some fields of Agile MultipleSelle

PostPosted: Mon Jul 15, 2013 4:42 pm
by Terry
sors11_2957 wrote:I need to make mandatory some field when the user upload some product or when he is writing about his Shop...

For example....I need that everydoby upload their logo_image ALWAYS....or for example when one user upload one product they MUST compete some specific field in order to control the process perfectly...

From where I control this point?....in my bda tables? for example fixing field as NOT NULL?

thanks


Hi sors,

Just setting your database fields to "NOT NULL" wouldn't do what you need. You'll have to add conditional checks to the code in the files...