Support » Plugin: WPPizza - A Restaurant Plugin » confirm orders when the pizza is ready both in backend and frontend

  • Resolved webby1973

    (@webby1973)


    Hi,

    I didn’t install your plugin yet, but wanted to better understand the ordering process.
    After an order is placed, is it possible to send to the clients an email to alert them when the pizza is ready?
    I mean:
    1) a client order some pizza: an email is sent to confirm the order has been received/paid;
    2) the pizza is ready: email to the client “your pizza is ready, will be delivered in 5 minutes” AND the backend changes the status to “ready” so the cashier can print the receipt.

    TIA

    https://wordpress.org/plugins/wppizza/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ollybach

    (@ollybach)

    there are a bunch of codesnippets here https://www.wp-pizza.com/forum/code-snippets/ you can use for customising things as you are describing

    Faisal

    (@faisalmajeed)

    I have used the following option

    20 minimum order value [will disable “place order” button in cart and order page until set order value (before any discounts etc) has been reached. 0 to disable.]
    Customer can still choose “self-pickup” (if enabled / applicable).

    and self pickup is enabled.

    But when i try the cart with this setting. It doesnot let user do self pickup if the order is below $20 i.e. The send order remains disabled even when self pickup is chosen. Only after $20 is reached the send order is available and delivery will add delivery charge and pick up will remove delivery charge.

    Faisal

    (@faisalmajeed)

    sorry ignore above msg. it was by mistake posted here

    Thread Starter webby1973

    (@webby1973)

    @ Olly : thank you , I’m reading now the snippet forum, I found something useful. But as I’m not a PHP programmer, I think some of the snippets would be of great enhancement if already present as options in the plugin 🙂

    Plugin Author ollybach

    (@ollybach)

    >I think some of the snippets would be of great enhancement if already present as options in the plugin

    sorry, but I somewhat disagree.

    with the codesnippets posted on those pages you can do all sorts of different things, many of which would only be useful in one or two particular scenarios rather than being useful for the majority or at least many of the users of wppizza.

    there is already enough code in the plugin as is and i would be loathed to add/bloat code for a scanario that is only useful for a handful (if that) users

    having said that, if enough people ask for a particular thing that – at this moment in time – is only doable by using some of the codesnippets and messing around with them – i would/will be happy to add it as a default – or at least an option – to the plugin.

    note to self: maybe i should start a poll somewhere…but i digress

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘confirm orders when the pizza is ready both in backend and frontend’ is closed to new replies.