Make product sale end empty
8 years 10 months ago - 8 years 10 months ago #282939
by renem
Make product sale end empty was created by renem
Last edit: 8 years 10 months ago by renem.
Please Log in or Create an account to join the conversation.
8 years 10 months ago #282946
by nicolas
Replied by nicolas on topic Make product sale end empty
Hi,
Three things:
1. You don't need a filter since the field cannot be negative. And if the date is not zero then it will be set to 0 and if it's already 0 then that won't change anything.
So I would recommend removing that filter.
2. The limitations area will only process the first 500 elements. If your products have variants they will be taken into account in the limitations system. So try setting a limit of 5000 instead of 500.
3. The column in the database is an integeter not a varchar or a text, so you should select 'int' instead of "string" and enter the numeric value 0 in the value field.
Three things:
1. You don't need a filter since the field cannot be negative. And if the date is not zero then it will be set to 0 and if it's already 0 then that won't change anything.
So I would recommend removing that filter.
2. The limitations area will only process the first 500 elements. If your products have variants they will be taken into account in the limitations system. So try setting a limit of 5000 instead of 500.
3. The column in the database is an integeter not a varchar or a text, so you should select 'int' instead of "string" and enter the numeric value 0 in the value field.
Please Log in or Create an account to join the conversation.
8 years 10 months ago #282981
by renem
Replied by renem on topic Make product sale end empty
Please Log in or Create an account to join the conversation.
8 years 10 months ago #282985
by nicolas
Replied by nicolas on topic Make product sale end empty
Hi,
It is the product_sale_end field. So what I said before applies.
Did it not help ?
It is the product_sale_end field. So what I said before applies.
Did it not help ?
Please Log in or Create an account to join the conversation.
8 years 10 months ago - 8 years 10 months ago #283196
by renem
Replied by renem on topic Make product sale end empty
Hi Nicolas, the limitation did the trick.
Thanks in advance, regards René
Thanks in advance, regards René
Last edit: 8 years 10 months ago by renem.
Please Log in or Create an account to join the conversation.
8 years 9 months ago #283201
by nicolas
Replied by nicolas on topic Make product sale end empty
Hi,
So it's all ok now ?
So it's all ok now ?
Please Log in or Create an account to join the conversation.
8 years 9 months ago #283258
by renem
Replied by renem on topic Make product sale end empty
Yes Nicolas thanks!
Regards René
Regards René
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds