WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Delivery by Post/Zip Code Additional Fee
- AuthorPosts
- 31 October, 2016 at 1:28 pm #22892
I’m trying to figure out a way to solve additional payment for delivery.
When you are in 3 miles radius from the restaurant, you get a free delivery if order is 20 pounds or more. If not – 2.50 for delivery.
When you are more than 3 miles radius you would need to pay extra 1 pound. So 3.50 for delivery but then again if they pay 20pounds or more – it would be free. Any way to add the extra pound even if they reach 20pounds in basket? +1 pounds for being far from the restaurant.Thank you
31 October, 2016 at 1:59 pm #22893sounds contradictory to me
a) <= 3 miles | < 20 == +2.5 | >= 20 free (fine)b.1) > 3 miles | < 20 == +3.5 | >= 20 free (fine)
b.2) > 3 miles | < 20 == +3.5 | >= 20 +1 ??you cannot say b.1/b.2: >= 20 [free] AND >= 20 [+1]
i must be missing something ….??
31 October, 2016 at 2:21 pm #22894Yes, then it’s not really FREE DELIVERY I know. But let’s say you deliver to people but within 3 miles. If they pay 20 pounds or more – then that’s free. If less, 2.50 applies. But let’s say your customer lives outside that radius but still wants to order. You charge 3.50 if they spend less than 20 pounds. But if they spend 20 pounds you would still need to apply 1 pound for driving that far away.
I was thinking to just write that if you choose at the beginning your postcode then it will be written for example: “BH8 – £1 extra paid on delivery”. But then again that sounds weird because if they pay less than 20pounds then £3.50 will be added and sentence like that does not apply for them.
31 October, 2016 at 2:25 pm #22895So to put it simply, DELIVERY CHARGE
post-code* within 3 miles radius – less than £20 = 2.50 FOR DELIVERY
post-code within 3 miles radius – more than £20 = FREE DELIVERYpost-code more than 3 miles radius – less than £20 = 3.50 FOR DELIVERY
post-code more than 3 miles radius – more than £20 = 1 FOR DELIVERY(*post-codes set up manually, like for “BH9” will be as if ‘within 3 miles’, but “BH10” as if ‘more than 3 miles’ from the restaurant)
31 October, 2016 at 2:37 pm #22896What I mean by this, I wish in “WPPizza – Delivery by Post/Zip Code” it would be (instead of already fixed “Delivery Free Price”)
Label [post/zipcode or area] [input] – Delivery Price [input] – above [input] Fixed Delivery charges if free total not reached [input] minimum order [input]
Just wondering what idea I could implement for now…
31 October, 2016 at 5:51 pm #22906this is simply not implemented.
more importantly, this is not an issue – so to speak – with the “Delivery by Post/Zip Code” plugin, but the way the main wppizza plugin works (the “DBP” plugin just hooks into/filters the options the main plugin offers)
31 October, 2016 at 5:54 pm #22907I don’t see it as an issue at all, was just wondering how this can be done. Thank your response and your time.
31 October, 2016 at 6:13 pm #22910>was just wondering how this can be done
only by rewriting chunks of the main plugin and then doing the same accordingly for the DBP one
(but that’s not going to happen anytime soon I’m afraid )>Thank your response and your time.
no problem1 November, 2016 at 1:12 pm #22924This reply has been marked as private.1 November, 2016 at 1:41 pm #22925This reply has been marked as private. - AuthorPosts
- The topic ‘Delivery by Post/Zip Code Additional Fee’ is closed to new replies.