wppizza / markup / pages

“Order”, “Confirmation” (if used), “Payment processing” (for some gateways), “Order cancelled”, “Thank you” and “Purchase history” pages Above pages are generally made up of global modules and order modules as appropriate, alongside html elements that are specific to each page. They are typically also wrapped 

wppizza / markup / pages / page.purchase-history.php

Users purchase history – page containing shortcode [wppizza type=”orderhistory”]. Displays purchases of registered/known users or login form if not logged in. Registration WP -> Settings -> General -> Anyone can register must be enabled for this to be useful. CSS Targeting Wrapper div element ID: 

wppizza / markup / pages / page.order.php

The main WPPizza order/checkout page as set in WPPizza -> Order Settings -> Global -> Order Page displaying the current order and customer’s personal information to be submitted to the shop. CSS Targeting Wrapper div element id: wppizza-order-wrap-orderpage (unique to this page) Wrapper div element 

wppizza / markup / pages / page.confirm-order.php

The WPPizza confirmation page, if enabled in WPPizza -> Order Form Settings -> Confirmation Page, displaying a non-editable version of the current order and customer’s personal information to be submitted to the shop. CSS Targeting Wrapper div element id: #wppizza-order-wrap-confirmationpage (unique to this page) Wrapper 

wppizza / markup / pages / page.processing.php

Payment processing page. A page that might be displayed when payment gateway responses are slow. Many payment gateways take payment on their own sites and send a notification in the background to the server when payment has been processed (or indeed is being declined , 

wppizza / markup / pages / page.thankyou.php

“Thank You” page after successful order. Will also display detailed order information if WPPizza -> Order Settings -> Global -> Show Order Details is enabled CSS Targeting Wrapper div element ID: #wppizza-order-thankyoupage-[blogid]-[orderid] (unique to this page and order – provided order exists) Wrapper div element 

wppizza / markup / pages / page.cancelled.php

“Order Cancelled” page when an order has been cancelled CSS Targeting Wrapper div element ID: #wppizza-order-cancelled (unique to this page) Wrapper div element class: .wppizza-order-wrap (used on all pages) if you simply want to edit some styles/layout (text-sizes, color, margins, paddings etc etc ) it