c0nd3x
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Discount CodeHi edgar!
I already organized the code and it works me very well!
Thank you very much for your help
Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Discount CodeHello!
the formula works better, but the discount does not work the way I want.
I have the field of payment and the field number of people these two fields are multiplied to give the total and the discount subtracts from the total, I think the formula would be like this ((#people*$payment)-discount), but in the form alone take the discount field and do not make the formula.
you can see it at https://www.lacaymca.org/yysa2017/prueba/This is the code I did with your last example
var discount=0;
if([field_rnField23]==’LACA350′)
discount= (([field_rnField12]*[field_rnField11])-350);
if([field_rnField23]==’LACA600′)
discount= (([field_rnField11]*[field_rnField12])-600);
return [field_rnField11]*[field_rnField12]-discount;Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Discount CodeHello Edgar!
this is the new link to the form test
https://www.lacaymca.org/yysa2017/prueba/I tryed to do the formula and I put this:
(function(){var discount=0;
if([field_rnField23]==’LACA350′)
discount=([field_rnField11]*[field_rnField12])-300;
if($$field_rnField23$$==’LACA600′)
discount=([field_rnField11]*[field_rnField12])-600;
return [field_rnField11]*[field_rnField12]-discount;
}())Field23 is the field that will hold the coupon code
Field11 is the field that will hold the paid amount
Field12 is the field that will hold the people amountthank you so much
Hello Edgar!
I followed the steps you indicated me and everything worked very well.
Thanks for your help!Hello Edgar!
Thank you very much for your formula, it works very well!! :D.
In my form I have a field that shows the cost that the user will pay, if the formula is in the ‘Setup donation formula’, the user will not be able to see his discount before clicking on the pay button.
is It possible to put the formula in the total field?, being the fixed amount of (800*Amount of people) and the discounts would be of fixed amount of (500*Amount of people) and (700*Amount of people)Thank you!
- This reply was modified 9 years, 2 months ago by c0nd3x.
Hello Edgar
Thanks for your reply!I want to reduce it to a fixed amount and would be two discount codes
Thank you so much
Forum: Plugins
In reply to: [NGG Smart Image Search] Integration search result with a downloadHello!
I know that it is complicated to offer free download, that is why my site is private and users have to register and be approved by the admin to enter, I really would like very much that I could integrate the download into the search result.
Could you help me with this?Thank you!
Hi!
I have The same problem, can you please show me the solution, or give me the link of your ticket to see the solution
Thank you so muchForum: Plugins
In reply to: [Max Mega Menu] Widget Menú MegaHello
that’s right, so i’m going to get the pro version
finally can you please, show me an example for the menu logo? how works it, and how looks it
thank you
Forum: Plugins
In reply to: [Max Mega Menu] Widget Menú MegaHello
yeah, i need a vertical menu, how i can configure that?
Thank you so much