WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Customizing the customer email confirmation
- AuthorPosts
- 6 July, 2018 at 9:01 pm #38362
Hello Olly,
I’ve read the docs on Templates, but can you tell me which of the (php) files contain the custom email template structure?Also, can I customize the “Thank you for ordering” page that shows after an order is executed? In V2, the thank you message was prominent (although you may have helped me customize this,) in V3 this info appears below the form (and the page is refreshed to the top)
Many thanks!
Steve
7 July, 2018 at 2:42 pm #38385>but can you tell me which of the (php) files contain the custom email template structure..
there is no single php file that does this, this is pretty much all done dynamically by using filters>Also, can I customize the “Thank you for ordering” page..
if you thank you mesaeg is too small, then it’s probably your theme’s css that sets this, so you should look there and overwrite as required> in V3 this info appears below the form
no, it does not (not bey default anyway)
you can use any of the demos here https://demo.wp-pizza.com/ and you will see that it shows the page title, some text you set in localization, and then the order details (if that has not been disabled )7 July, 2018 at 6:33 pm #38386Regarding the email template, what I’m looking to do specifically is to add a custom jpg header and change some colors. In V2, I copied/customized this file:
http://colorsstudios.com/wp-content/themes/x-child/wppizza-order-email-html.phpThanks for the other info. I hit the drawing board on those.
8 July, 2018 at 3:53 pm #38397> add a custom jpg header and change some colors…
use the css settings in the templates (that’s what they are there for). i.e background-image for your header and whatever colours you want to set.14 July, 2018 at 7:20 pm #38463Thanks for adding this functionality. It’s great.
- AuthorPosts
- The topic ‘Customizing the customer email confirmation’ is closed to new replies.