Open angelenedesigns opened 7 years ago
I have the same issue. I applied extra fee to the whole cart. Any fix?
We never figured it out and have removed the extra fee module from the site, sorry. We would be interested in a fix if anyone out there knows of one.
@angelenedesigns @reniraj-eglobeits sorry guys don't have time to fix it now. I'll it open, possible somebody will able to provide solution as a pull request.
Thank you
Still not work :/
We finally gave up trying to get them to work together.
Hello
I am using your extra fee feature to add fees based on part type in my store.
I made an attribute set and have the cart rules set for it to add once in the cart.
One part has a $50.00 fee and another has a $30.00 fee. When i go to view the cart it shows $160.00 total.
So it at least is pulling the $80, but its doubling it. Im not sure if its because there is 2 items? or if i didn't set up rule correctly. Please solve this problem.
My guess is that you have the fee rule set incorrectly in admin. Select "Fixed amount discount off of whole cart" instead of just "fixed amount discount" and you should be fine.
Thanks, its working now, but there is a problem now when i go for checkout it shows "Sorry, no quotes are available for this order at this time" in shipping method section, it is not proceeding forward from here
We had that issues sometimes but no longer have the module installed because we couldn't figure this and a few other issues out. Check to make sure you have a city, state, zip, country in the shipping info. Also, make sure you calculated shipping in the cart that you clicked "update total".
Every thing is good but there is no "Update Total " button as you can see in image so then what i do now.. Please Give me any solution of this
Here is small workaround I have got. You can set Discount amount to 0.001 , then on frontend it will give you free shipping. This field needs some value to have the FREE SHIPPING work. However I haven't looked in to code for fix , but atleast this workaround work for me.
But i don't want to add any discount values, is there any other direct way to do according to my need...?? Please help me to find out solution.
Did anyone managed to used the fee and free delivery price rule on the same time?
@manishgaur795 , @kripalmen Wondering my solution doesn't work for your case ? For triggering the free shipping there must be value added to it (My case I have added 0.01) , you may rename FLAT to FREE text. In my case I am using EXTRA FEE (LCBO Procesing & Delivery Fees) as well FREE SHIPPING (Shipping & handling- Flat rate) and its working fine on live site..
@kripalmen, @angelenedesigns
I have a solution, without adding 0.01 to discount working on 1.9.3.1 CE
On this line:
/app/code/local/Voronoy/ExtraFee/Model/SalesRule/Discount/Validator.php:37
This code block basically forces the other cart rules to skip if they have a discount amount of zero. So All I did was comment out or remove this block and conditional free shipping worked again.
if ($rule->getDiscountAmount() == 0) {
return false;
}
total grand total is not appear paypal page...
@ZayLong @wingsryder @yvoronoy @kripalmen @angelenedesigns Hello guys, i am using this extension in the checkout page extra fees field displayed and applied in grand total everything okay, in the order page the extra fees column not visible, the grand total applied with extra fees but extra fees column not visible, any help thanks.
Front-end : https://snipboard.io/fdQN52.jpg back-end : https://snipboard.io/JGuBUL.jpg
We installed this extension and it seems it's disabling our free shipping settings. We use shopping cart price rules for free shipping but as soon as we enable this extension the free shipping goes away. Anyone else having this issue