Search the Community
Showing results for tags 'Charges'.
-
Hi all! I am desperately looking for Prestashop 1.6 module to add credit card fees to the order overview after the customer has selected the payment method. During my research, I found hundreds of users looking for the same solution since this way of payment is very common in Switzerland/Europe. I already have a credit card payment module configured with my bank but this does not include any payment fee options. I am looking for exactly this solution: After having added a product to the card, the customer selects checkout and the 5 step order process looks like this: 1. Order Overview (before selecting payment method) Product X, Price $100 2. Login 3. Address 4. Delivery 5. Payment selction 1. Bank Wire 2. VISA (+2.5%) <----------- Customer selects e.g. VISA Payment 3. Master Card (+2.5%) 4. American Express (+3.5%) --> new overview with payment fees Product X, Price $100 Credit Card Fees + $2.50 Total Price: $102.50 Order or Cancel How can I realize that? Is there a module for prestashop 1.6 where I can add the diffrent rates for the different payment methods? Thank's a lot for your help!!!
- 3 replies
-
- credit card fees
- charges
- (and 7 more)
-
Anyone . . . . Plz help me accomplish doing this in Prestashop 1.6.1.4 There are two conditions: ($order_contains_product_category_veg == true and $rest_of_product_category_value < '500' and $order_contains_veg_value < '120') or ($order_contains_product_category_veg == false and $rest_of_product_category_value < '500') if any of the above true, there is delivery charges, else delivery charges is zero. if (($order_contains_product_category_veg == true and $rest_of_product_category_value < '500' and $order_contains_veg_value < '120') or ($order_contains_product_category_veg == false and $rest_of_product_category_value < '500')) { $delivery_charges = '20'; $displayItInCart('A message.'); } else { $delivery_charges = Free; $displayItInCart('A message.Your eligible for Free Delivery'); } Which files to modify or any other method?
- 5 replies
-
- order
- Handling Charges
- (and 6 more)
-
I can't get shipping to work properly. The two main issues are (1) SHIPPING > Handling Charge field doesn't ever calculate for orders; and (2) CATALOG > PRODUCTS > (select an item) > SHIPPING > Additional shipping cost (per quantity) never calculates for orders either. I've been working at this for a week and it's like these fields are just dummy fields. I've even gone into MODULES > MODULES > USPS (module) > PRODUCT SETTINGS (tab) and tried to setup an additional charge per item there -- and nothing. - I want all orders to have a flat $ on top of the calculated shipping costs. - I need an additional flat $ per some items that require special shipping (they need special shipping packaging, etc., due to size and they are glass). Any help would be great. Thank you.
-
Hi, I'm new to PrestaShop and i'm wondering if someone can help me setup the shipping modules. I'm going to be using USPS for shipping and I want it to be a standard $5 shipping for anything and free shipping over $50 but I dont know how ot set it up. Id appreciate any help please Thank you, Timmy
-
On 1.5.4 everything seemed fine. I just noticed after 1.5.5, my virtual products are being charged shipping and picking default carriers that are way above the price range. They shouldn't be picking any carriers anyway. I uninstalled the Shipping Estimate module, but that didn't help. Any ideas? Thanks
-
I have UPS configured as my option for shipping. I am putting a 1 lb item in my cart, packaging is configured at 1 lb and my zip code is the same as my store location. Shipping is calculating at far too much. What do I need to change in my configuration? Screenshots of UPS Configuration: Screenshot of Item Configuration: and Screenshot of Shopping Cart:
-
Hi all. I cannot find a way to stop Prestashop from adding shipping charges to my products at check out, even though I have set everything to zero in the "Shipping" page, the product page and checked for any active shipping modules. Anyone know about this? Many thanks Glynn
-
Hello, I'm fairly new to Prestashop and have been setting up my store over the past week or so. I've noticed that extra shipping is being charged on all products at the checkout. For example, I set up a test product at a price of £0.01, plus shipping at £0.01. I expected the total to come to £0.02 at the checkout but it shows as £5.02, with the shipping being £5.01. As far as I can see, all taxes and handling fees have been disabled as I don't require them. Am I missing something else? Will appreciate any help! Thanks
-
Hiya, I'm about to implement shipping in my store. The store is based in New York and will be shipping to locations throughout the United States. I've looked into pricing and UPS and Fedex are similar. I'm using Prestashop v1.4.3. I understand I need to add size and weight for each product so shipping calculation will be possible. My questions are: How do the current 1.4.3 Fedex and UPS modules (that come with Prestashop) work in the USA? How do they calculate shipping costs? Do they contact Fedex/UPS servers, or what? What are all those settings in the back office, under the shipping tab? Weight ranges, price ranges, zones, and the difference between 'carriers'? Why do I need all that configuration? Is there a difference between the Fedex and UPS modules in any way? Does one work better than the other in the USA?