Confirmation order in a new page

WPPizza – A Restaurant Plugin for WordPress Support General Support Confirmation order in a new page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21300
    laurent
    Participant

      Hi Olly,

      Do you think possible that the confirmation Order would open in a new page ?
      (same window but new page )

      Because I added next to the order form in the last Order page, this code
      [wppizza category=’drinks’]
      to give to the client the last chance to add drinks and increase our sales.

      It works perfectly, but when the customer send the order, the confirmation order is there and the Drinks still appear next to. I would like just the confirmation order without anything.

      What do you think ?

      Thank you

      #21303
      Olly
      Admin & Mod

        >do you think possible that the confirmation Order would open in a new page ?
        no

        you should use the action hooks inside ‘wppizza-order.php’ (the ones available between <form> and </form> ) – as the form gets replaced – to do that

        #21446
        laurent
        Participant

          Olly,

          I dont know what would be the action hooks inside ‘wppizza-order.php’
          Do you have an example to hide this code [wppizza category=’drinks’] on the final confirmation ?

          Thanks

          #21448
          Olly
          Admin & Mod

            >I dont know what would be the action hooks inside ‘wppizza-order.php’
            anything that starts with do_action(....) there are lots of them. Which one you want to choose is up to you

            >Do you have an example to hide this code
            that’s the wrong way round. you have to choose where you want it, not where you don’t want it (see above)

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Confirmation order in a new page’ is closed to new replies.