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. 

wppizza / markup / order / transaction_details.php

Order transaction details in thank you page and users purchase history page CSS Targeting Wrapper table element class: .wppizza-transaction-details 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. Please