Forum
show shipping address and customer details on order confirmation page
How can i show shipping address for the order and customer name and email id on order confirmation page?
this is what I am using
perch_shop_order_items(perch_shop_successful_order_id(), array('template'=>'shop/orders/points_items.html'));
You should be able to use
perch_shop_customer_address()
https://docs.grabaperch.com/functions/shop/customers/perch-shop-customer-address/