backros
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Create a Calculate by weight and shipping Cost formThank you, values will change eventually, thank you for the equation. Im starting to understand it better. I will use this amazing plugin mutch more.
Forum: Plugins
In reply to: [Calculated Fields Form] Create a Calculate by weight and shipping Cost formOk, I think I got it.
For now, im using 10% just to show my client how it works, one I get the % discount I will just do this.
Approx. regular shipping cost:
(function(){ var weight = fieldname2, unit = fieldname8, factor = 1; if(unit == 'kg') weight = weight*2.2; if(weight <= 10) factor = 1.1; else if(weight <= 20) factor = 1.1; else if(weight <= 30) factor = 1.1; else factor = 1.1; return PREC(fieldname6 * factor, 2); })()
For Approx. shipping cost with Star8ship
(function(){ var weight = fieldname2, unit = fieldname8, factor = 1; if(unit == 'kg') weight = weight*2.2; if(weight <= 10) factor = 1; else if(weight <= 20) factor = 1; else if(weight <= 100) factor = 1; else factor = 1; return PREC(fieldname6 * factor, 2); })()
You can save a single `fieldname4-fieldname9
What is that weight*2.2 stand for, 2.2 = the % maybe? I think so, then if it is should I change it to 1.1 to represent the 10% discount?
Now I’m working on changing the design to make it look like the first image a shared.
Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Create a Calculate by weight and shipping Cost formIt worked!
Thank you.One last thing, if I want to use multiple weight options ej. Kg, lb, etc option for clients. The equation will be the same, including the values. But how does the change happens, is this done by a rule like (if then=) ?
Here is an image of how it looks: https://photos.app.goo.gl/TVytXYU2rP9A76s47
Thank you!
@restbarllc yes I did.
In Pricing Rules > Edit your rule > Discount Type:quantity based discount, it will open a section where you can select the type of quantity discount, in witch i select Discount on cart quantity.
Disable discount if the product is on the sale and skip this rule if any other rule is applied on the product.
On, Add-ons, I add them with checkboxes, and on price, I select quantity based.
That fixed the problem, but it has some inconsistency at subtotal, sometimes it will give you the right total, and other times it will be like 2-3 cents off.
I hope this helps you.
Forum: Themes and Templates
In reply to: [OnePress] header too much whtihchello, I fixed my problem, but my client took it down.
Theme options > Header > center vertical align for menu. unselect.
I was presenting this problem because it was select.
Best of luck.
BackrosForum: Themes and Templates
In reply to: [OnePress] header too much whtihcHello to all, and thank you for the work.
I have the same problem.
https://esteticacaninaoaxaca.com/
I need the menu not to expand the yellow part, how can I fix this?
thank you.
Forum: Themes and Templates
In reply to: [Enigma] Logo Pixelated. Need assist for CSS.Got it.
Forum: Themes and Templates
In reply to: [Enigma] Logo not displayed correctlyHello. Morning
I have the same problem. I just updated the theme and started to be bad, same as she said.
https://horacioantonio.com.mx/
Thank you.
Ps: Any suggestion is welcome that can be done with css.