Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free Shipping and Extra Fee Module Not Working Together #12

Open
angelenedesigns opened this issue Jan 9, 2017 · 17 comments
Open

Free Shipping and Extra Fee Module Not Working Together #12

angelenedesigns opened this issue Jan 9, 2017 · 17 comments

Comments

@angelenedesigns
Copy link

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
Copy link

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

@angelenedesigns
Copy link
Author

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
Copy link
Owner

yvoronoy commented Feb 7, 2017

@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
Copy link

Kocarik commented Mar 19, 2017

Still not work :/

@angelenedesigns
Copy link
Author

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

@manishgaur795
Copy link

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
Copy link
Author

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
Copy link

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
Copy link
Author

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
Copy link

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
Copy link

wingsryder commented May 18, 2017

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
Copy link

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
Copy link

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

@wingsryder
Copy link

@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
Copy link

ZayLong commented Jun 15, 2017

@kripalmen, @angelenedesigns

I have a solution, without adding 0.01 to discount working on 1.9.3.1 CE

On this line:

<magento_dir>/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
Copy link

total grand total is not appear paypal page...

@Jeeva-Rathinam
Copy link

Jeeva-Rathinam commented Sep 9, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants