- Posts: 81
- Thank you received: 1
×
WooPrice Calculator PRO
Conditional Logic Crashed
- Naidi
-
- Offline
Less
More
1 week 2 days ago #2089
by Naidi
Naidi replied the topic: Conditional Logic Crashed
Hi Brendan,
we had a look at product in attached link you sent us and there are a lot of input fields. It can depends on the complexity of conditional logic you are using because
the conditional logic is store in you database like e json data. If the set of rules is too large it can cause this type of problems. But if you really need to set this amount of logic
one way can be modifying the column data type in you mysql database. The column is called conditional_logic on the table 'wp_woopricesim_simulators'. You can change that from blob
to mediumblob or longblob. But we don't recommend that as it will decrease the performance of the application each time a calculation occurred.
Best regards
Naidi
AT1093
we had a look at product in attached link you sent us and there are a lot of input fields. It can depends on the complexity of conditional logic you are using because
the conditional logic is store in you database like e json data. If the set of rules is too large it can cause this type of problems. But if you really need to set this amount of logic
one way can be modifying the column data type in you mysql database. The column is called conditional_logic on the table 'wp_woopricesim_simulators'. You can change that from blob
to mediumblob or longblob. But we don't recommend that as it will decrease the performance of the application each time a calculation occurred.
Best regards
Naidi
AT1093
Please Log in or Create an account to join the conversation.
- Brendan Thome
-
Topic Author
- Offline
Less
More
- Posts: 6
- Thank you received: 0
1 week 4 days ago #2081
by Brendan Thome
Brendan Thome created the topic: Conditional Logic Crashed
HI AWS,
On this page I am using the WPC ( techtinyhouse.de/shop/rohbau/fenster-tuer/ ). I had gotten the conditional logic right on almost all the fields. Then it all crashed, meaning that all conditional logic I had set is now gone. It took me a few hours to get it all right. Can recover that information somehow? If not, how can I make sure this doesn´t happen again. I´m guessing it is due to the amount of fields I have in that calculator. There is no other way for us other than using that many fields.
Best Regards
Brendan
On this page I am using the WPC ( techtinyhouse.de/shop/rohbau/fenster-tuer/ ). I had gotten the conditional logic right on almost all the fields. Then it all crashed, meaning that all conditional logic I had set is now gone. It took me a few hours to get it all right. Can recover that information somehow? If not, how can I make sure this doesn´t happen again. I´m guessing it is due to the amount of fields I have in that calculator. There is no other way for us other than using that many fields.
Best Regards
Brendan
Please Log in or Create an account to join the conversation.
Moderators: david
Time to create page: 0.148 seconds