bugrakorkmaz Posted May 20, 2013 Share Posted May 20, 2013 Hello Everyone, My question is; If a customer adds products to cart and the total cost is lets say ; 30$ I would like to add 5 $ for extra service charge.. I mean If the totalcost is < 30$ I will add 5$ if the totalcost is >= 30$ I will not add anything.. How can I do this? Thanks Link to comment Share on other sites More sharing options...
bugrakorkmaz Posted May 25, 2013 Author Share Posted May 25, 2013 ANyone can help ? Link to comment Share on other sites More sharing options...
NemoPS Posted May 25, 2013 Share Posted May 25, 2013 Hi, This is harder than it seems, especially if you use paypal. Indeed, you would need an extra fees module or a hardcoded modification. The problem then would be that certain modules do several checks on the prices, and if the total doesn't match, say, the products total plus shipping, they won't let you go through. You might try something with shipping, otherwise youl'll need to change many payment modules at some level Link to comment Share on other sites More sharing options...
bugrakorkmaz Posted May 25, 2013 Author Share Posted May 25, 2013 Thank you for your reply Nemo, Actually its just one condition inside the cart before the payment choice is to be choosen.. Lets say when I add all the products before confirming the payment choice, it will check if totalcost < or > then 30$ ( or some other value )... I wish there is an easy way to do this.. When I do some more configuration on shipping then it all goes wrong as well Link to comment Share on other sites More sharing options...
NemoPS Posted May 25, 2013 Share Posted May 25, 2013 If you use bankwire only, you can add a fee by overriding cart::getOrderTotal. Otherwise, you will run into issues if the payment module checks and cvompares the totals sum Link to comment Share on other sites More sharing options...
bugrakorkmaz Posted May 25, 2013 Author Share Posted May 25, 2013 Actually I have bankwire and paypal activated in my system.. So I guess there is no other option to do this.. Link to comment Share on other sites More sharing options...
Pronux Posted September 17, 2013 Share Posted September 17, 2013 Same problem here. Is there really no (commercial) module for such a function? I'm asking because every second PrestaShop-customer here in Switzerland wants this. 1 Link to comment Share on other sites More sharing options...
bellini13 Posted September 18, 2013 Share Posted September 18, 2013 there are several, just do a google search for "prestashop additional payment fees" Link to comment Share on other sites More sharing options...
Pronux Posted September 18, 2013 Share Posted September 18, 2013 Thanks for your reply . But I don't think this is the right search term to find a module for such a function: Hello Everyone,My question is;If a customer adds products to cart and the total cost is lets say ;30$ I would like to add 5 $ for extra service charge..I meanIf the totalcost is < 30$ I will add 5$if the totalcost is >= 30$ I will not add anything..How can I do this?Thanks Please correct me if I'm wrong. I appreciate every feedback. Link to comment Share on other sites More sharing options...
bellini13 Posted September 18, 2013 Share Posted September 18, 2013 Likely worth reaching out to those module authors, who I am sure could add a cap to the order amount. Link to comment Share on other sites More sharing options...
sureshk2n Posted October 3, 2013 Share Posted October 3, 2013 (edited) 1) Go to Shipping->Shipping. Set handling charges and free shipping above starts at 30usd Handling If you set these parameters to 0, they will be disabled. Coupons are not taken into account when calculating free shipping Handling charges Rs. (tax excl.) Free shipping starts at Rs. Free shipping starts at kg 2) Check your Shipping->carriers then edit your carrier. select location and costs tab I think you may achieve here by creating appropriate tax named "service charges" Shipping and handling: Include the shipping and handling costs in the carrier price. Apply shipping cost: Apply both regular shipping cost and product-specific shipping costs. Billing: According to total price According to total weight Tax: No Tax IN Reduced Rate (4%) IN Standard Rate (12.5%) IN Super Reduced Rate (1%) Will be applied when the price is >= * Rs. Will be applied when the price is < * Rs. All Asia Rs. I hope you can achieve your requirement. Edited October 3, 2013 by sureshk2n (see edit history) Link to comment Share on other sites More sharing options...
Pronux Posted October 3, 2013 Share Posted October 3, 2013 1) Go to Shipping->Shipping. Set handling charges and free shipping above starts at 30usd In my case, there is never free shipping, just an extra service charge for orders under 30usd Link to comment Share on other sites More sharing options...
sureshk2n Posted October 3, 2013 Share Posted October 3, 2013 okay then apply shipping charges by editing your carriers. if the price is < 30$ , and enter $5 to appropriate zone. If you don't want charge as shipping charges and you want to charge as service charges then, you may have to develop a module by yourself or hire a freelancer. I am also looking to develop this as a module to charge extra as service charges. Link to comment Share on other sites More sharing options...
Pronux Posted October 3, 2013 Share Posted October 3, 2013 thanks for your suggestion. If you don't want charge as shipping charges and you want to charge as service charges then, you may have to develop a module by yourself or hire a freelancer. That's exactly our requirement and the reason why we started developing our own module. It should be done until the end of this year. Will send you a free copy if you are interested. 1 Link to comment Share on other sites More sharing options...
sureshk2n Posted October 3, 2013 Share Posted October 3, 2013 thanks for your suggestion. That's exactly our requirement and the reason why we started developing our own module. It should be done until the end of this year. Will send you a free copy if you are interested. yeah please. It might be helpful to all. Kindly share once you complete the module. Thanks Link to comment Share on other sites More sharing options...
Burhan BVK Posted October 4, 2013 Share Posted October 4, 2013 thanks for your suggestion. That's exactly our requirement and the reason why we started developing our own module. It should be done until the end of this year. Will send you a free copy if you are interested. If you are only using one currency you can do this with my additional fees module (commercial): http://www.prestashop.com/forums/topic/137273-module-payment-fees-discounts-by-payment-module/ Link to comment Share on other sites More sharing options...
Pronux Posted October 4, 2013 Share Posted October 4, 2013 (edited) @Burhan BVK thanks for the link, but this module would not solve this problem. The additional fees must be shown in the cart below the shipping cost and included in the order total anytime (if needed) Edited October 4, 2013 by Pronux (see edit history) Link to comment Share on other sites More sharing options...
Herro Posted December 13, 2013 Share Posted December 13, 2013 thanks for your suggestion. That's exactly our requirement and the reason why we started developing our own module. It should be done until the end of this year. Will send you a free copy if you are interested. Hi, I'm also looking for this option. If the total order amount is lower than € 250 then there should be a "Low order fee" of € 10 Is this possible with this module? 1 Link to comment Share on other sites More sharing options...
bugrakorkmaz Posted December 13, 2013 Author Share Posted December 13, 2013 Hi, I'm also looking for this option. If the total order amount is lower than € 250 then there should be a "Low order fee" of € 10 Is this possible with this module? That will be great if you can notify me.my email is [email protected] can we keep in touch? If so please send me an email. Link to comment Share on other sites More sharing options...
donorsi Posted October 15, 2014 Share Posted October 15, 2014 Is there any solution for this yet? I am looking for such behavior as well. Link to comment Share on other sites More sharing options...
Rolige Posted November 20, 2014 Share Posted November 20, 2014 Don't need anything extra, in "Shipping > Preferences" you can add handling charges, you can use this as extra fee. Link to comment Share on other sites More sharing options...
bellini13 Posted November 20, 2014 Share Posted November 20, 2014 Don't need anything extra, in "Shipping > Preferences" you can add handling charges, you can use this as extra fee. Doesn't that add the charge on every order? I think you may need to re-read the question 1 Link to comment Share on other sites More sharing options...
gu78 Posted December 10, 2015 Share Posted December 10, 2015 (edited) Hi! I'm in the same position. I need to add an extra fee when paying with credit card module. This fee is not fixed, is a % of the order total. I've another payment module, so I can't charge this fee always, only when this payment method is selected. I've bought the BVK extra fee module, but it doesn't solve my case and creates conflict with some overrides. Edited December 10, 2015 by gu78 (see edit history) Link to comment Share on other sites More sharing options...
cycleelcyc Posted December 19, 2015 Share Posted December 19, 2015 Hi! I'm in the same position. I need to add an extra fee when paying with credit card module. This fee is not fixed, is a % of the order total. I've another payment module, so I can't charge this fee always, only when this payment method is selected. I've bought the BVK extra fee module, but it doesn't solve my case and creates conflict with some overrides. I just want o buy BVK extra fee module, you mean it override some exist files in your shop? seems risky... If you have a good solution, i would like also to have a try Link to comment Share on other sites More sharing options...
El Patron Posted July 19, 2019 Share Posted July 19, 2019 add fee based on CC 1) can violate payment gateway terms and conditions and 2) is very 'poor' visitor experience and results in loss of sales. just an all around bad idea. Link to comment Share on other sites More sharing options...
Gabriel_Apisrom Posted October 20, 2020 Share Posted October 20, 2020 On 11/20/2014 at 6:43 AM, Rolige said: Don't need anything extra, in "Shipping > Preferences" you can add handling charges, you can use this as extra fee. On my site it in not working to add handling charges, the total shipping cost remains the same. Should I do other setting for adding the handling charges? Thank you! Link to comment Share on other sites More sharing options...
thx2012 Posted February 8, 2023 Share Posted February 8, 2023 (edited) On 12/10/2015 at 2:45 AM, gu78 said: Hi! I'm in the same position. I need to add an extra fee when paying with credit card module. This fee is not fixed, is a % of the order total. I've another payment module, so I can't charge this fee always, only when this payment method is selected. I've bought the BVK extra fee module, but it doesn't solve my case and creates conflict with some overrides. Did you find a solution for this? Edited February 8, 2023 by thx2012 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now