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 

Modify Templates – Readme

Note: for modifying styles, colours, layout etc (i.e css declarations) please see the appropriate “Modify/Edit Styles/Layout” section in the documentation Generally, WPPizza layout – i.e html – elements can be modified by using filter hooks provided or – in the case of the loop/menu items 

wppizza / markup / order

Order details, used throughout the plugin in cart, pages and widgets Order details are either items that are currently in the cart (i.e from the current user session data) or from the database after an order has been processed such as in thank you pages 

wppizza / markup / order / itemised.php

Itemised order details in cart(s), pages, users purchase history and order related widgets CSS Targeting Wrapper table element class: .wppizza-order-itemised if you simply want to edit some styles/layout (text-sizes, color, margins, paddings etc etc ) it is strongly recommended to use css instead of filters/actions. 

wppizza / markup / order / summary.php

Order details summary in cart(s), pages, users purchase history and order related widgets CSS Targeting Wrapper table element class: .wppizza-order-summary if you simply want to edit some styles/layout (text-sizes, color, margins, paddings etc etc ) it is strongly recommended to use css instead of filters/actions.