andres.t2005
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Likes] Описания не появляются при share в Vkontakte и PinterestВот ссылки на скриншоты:
https://puu.sh/sPd8y/b8d8846c65.jpg
https://puu.sh/sPda1/71e22521fc.jpg
https://puu.sh/sPdaG/66c43f7d71.jpg
https://puu.sh/sPdbB/7f5a6b7e17.jpgНа каждом скриншоте я добавил коментарий.
Спасибо.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpFieldname4, Fieldname5, Fieldname6, Fieldname7, Fieldname8 are dependent on Fieldname2.
Fieldname16(hidden) is dependent on second value(choice) from Fieldname10.
Fieldname14 is dependent on first value(choice) from Fieldname10.
Fieldname11 is dependent on first value(choice) from Fieldname14.
Fieldname12 is dependent on first value(choice) from Fieldname11.
Fieldname13 is dependent on second value(choice) from Fieldname11.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation Helphttps://puu.sh/pghRz/24ccf096a8.png
(function(){
return PREC(fieldname2*fieldname4*fieldname9*fieldname10*fieldname16,2);
return PREC(fieldname2*fieldname4*fieldname9*fieldname10*fieldname12,2);
return PREC(fieldname2*fieldname4*fieldname9*fieldname10*fieldname13,2);
})()I have a little problem, in the 2nd and 3rd equation the fieldname12 and fieldname13 are not being multiplied.
Fieldname11 and Fieldname14 I do not include as there choices have 1.0 coefficient.
The first equation is working properly, but the other ones are being multiplied till Fieldname10.
I do not understand where is my mistake here.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpBuddy I have a little problem:
https://puu.sh/pftbt/a9b6b5b425.png
In the screenshot you can see 2 formulas, but something is not working properly, if I delete the last formula, everything is working fine.
I think that I am missing something that is causing errors between the equations.
Thank you in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpMate I have a problem, I have added a formula in the equation field that is working for a part of my calculator:
prec((fieldname2*fieldname4*fieldname9*fieldname10*fieldname16),2)
Now how can I add another formula in the same equation field?
https://puu.sh/pftbt/a9b6b5b425.png
In my screenshot you see 2 formulas but now the calculator is not working, if I leave only 1 formula everything is working.
Thank you in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpI think your examples are correct, but they are only working for that concrete scenarios.
In my case I need a general formula how to multiply different coefficients from differents fieldnames(dropdowns).
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpOne more question, in the equation field I need to insert all the possible examples?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpThank you very much, I will try now and see if it works.
1.2(fieldname10) – I mentioned the coefficient 1.2 from fieldname10(in my case the dropdown).
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpExample 1:
We select the first box from the top from fieldname1.
715 * 0.7(fieldname2) * 1.4(fieldname7) * 0.9(fieldname8) * 1.0(fieldname10) * 1.0(fieldname11) * 1.2(fieldname12) = final price.Example 2:
We select the third box from the top from fieldname1.
715 * 0.9(fieldname4) * 1.0(fieldname7) * 1.5(fieldname8) * 1.2(fieldname9) = final price.Example 3:
We select the last box from the top from fieldname1.
715 * 1.5(fieldname6) * 0.9(fieldname7) * 0.9(fieldname8) * 1.2(fieldname10) = final price.Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpHi, thank you for reply!
I was hoping that you understand the structure of equations.
Can I explain you how a price is calculated?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation HelpMy example is a little bit complex, but I hope you can give me a solution.
Regards, Andrei.
Forum: Plugins
In reply to: [Polylang] polylang and 302 redirectsHave modified it from default 302 to 301, now when I’m inspecting is showing status: 301 Moved Permanently.
Forum: Plugins
In reply to: [Polylang] polylang and 302 redirectsThank you for response! I have disabled the language code for default language, and this solved my problem.
But want to try with wp_redirect_status because want to show my visitors what language is used for this site, if you understand my idea.
Where I can locate this filter to change the status of redirect?
Thank you in advance.