WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Confirmation order in a new page
- AuthorPosts
- 31 August, 2016 at 5:45 pm #21300
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
31 August, 2016 at 7:10 pm #21303>do you think possible that the confirmation Order would open in a new page ?
noyou should use the action hooks inside ‘wppizza-order.php’ (the ones available between
<form> and </form>
) – as the form gets replaced – to do that5 September, 2016 at 5:22 pm #21446Olly,
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
5 September, 2016 at 6:59 pm #21448>I dont know what would be the action hooks inside ‘wppizza-order.php’
anything that starts withdo_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) - AuthorPosts
- The topic ‘Confirmation order in a new page’ is closed to new replies.