yvoronoy / magento-extension-extra-fee

Magento Extension Extra Fee based on Shopping Cart Price Rule
GNU General Public License v2.0
33 stars 17 forks source link

Free Shipping and Extra Fee Module Not Working Together #12

Open angelenedesigns opened 7 years ago

angelenedesigns commented 7 years ago

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

reniraj-eglobeits commented 7 years ago

I have the same issue. I applied extra fee to the whole cart. Any fix?

angelenedesigns commented 7 years ago

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.

yvoronoy commented 7 years ago

@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

Kocarik commented 7 years ago

Still not work :/

angelenedesigns commented 7 years ago

We finally gave up trying to get them to work together.

manishgaur795 commented 7 years ago

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. shopping cart Please solve this problem.

angelenedesigns commented 7 years ago

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.

manishgaur795 commented 7 years ago

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 checkout

angelenedesigns commented 7 years ago

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".

manishgaur795 commented 7 years ago

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 shopping cart 1

wingsryder commented 7 years ago

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.

shipping

free_shipp

manishgaur795 commented 7 years ago

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.

kripalmen commented 7 years ago

Did anyone managed to used the fee and free delivery price rule on the same time?

wingsryder commented 7 years ago

@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..

ZayLong commented 7 years ago

@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;
}
shivam77492 commented 6 years ago

total grand total is not appear paypal page...

Jeeva-Rathinam commented 4 years ago

@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