kna1337
Forum Replies Created
-
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] I need help!i need this code
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] I need help!don’t work, pls help
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] I need help!Can you tell me where to put this shortcode?
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] I need help!?
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] How to change decimal separatorКороче при импорте через впаалимпорт файла csv с десятичными разделенными , импорт будет косячным и десятичную часть не заберет из-за разделителя точка, который необходим плагину, как сменить на запятую в файлах плагина, да бы он забирал цены правильно. В excel это так просто не сделать без дальнейших проблем с заменой на дату значений с точкой.
Forum: Plugins
In reply to: [Calculated Fields Form] Need helpexample:
if(fieldname2+fieldname3*2+70>4000) { alert( 'WARNING!' )} if(fieldname2+fieldname3*2+70<150) { alert( 'WARNING!' )} if(fieldname3*2+fieldname4+80<250) { alert( 'WARNING!' )} if(fieldname3*2+fieldname4+80>1400) { alert( 'WARNING!' )}
Forum: Plugins
In reply to: [Calculated Fields Form] Need helpThis is for example, I have mathematical calculations there, connections between fields, and if, according to the condition, the calculation goes beyond the border, it should issue a notification how to take it out not through an alert
Forum: Plugins
In reply to: [Calculated Fields Form] Need helpAnd how to display errors not through alert
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointthank you dude)
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointAnd please tell me how, when choosing certain dropdown options, enable the display div section (ins section single line box and number box). (or single line, number)
Dropdown opt: 1 – don’t show, 2 – show, 3 – show, 4 – show.
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointHow to display Summary field after clicking on the button, but before clicking it was hidden ?
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointthank you very match ??
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointbut what is correct under several conditions, otherwise the result is 0
PREC(IF(AND(fieldname5>=50, fieldname5<=150, fieldname6 == ‘name55’), fieldname1*147.3*fieldname5, 0), 2)
PREC(IF(AND(fieldname5>=151, fieldname5<=300, fieldname6 == ‘name56’), fieldname1*86.6*fieldname5, 0), 2)
PREC(IF(AND(fieldname5>=301, fieldname5<=500, fieldname6 == ‘name57’), fieldname1*59.8*fieldname5, 0), 2)Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointThank you dude, this is well ??
Forum: Plugins
In reply to: [Calculated Fields Form] How to make 3 characters after the decimal pointthank you dude, create 2 script, good work. Please check, it’s correct?
PREC((((fieldname2+fieldname3)*2+80)*1.035)*((fieldname3+fieldname4+10)*1.035)/1000000, 3)- This reply was modified 3 years, 4 months ago by kna1337.