}
/**
* Customise post layout
*/
function rearrange_post() {
remove_action( 'storefront_single_post', 'storefront_post_header', 10 );
remove_action( 'storefront_single_post', 'storefront_post_meta', 20 );
add_action( 'storefront_single_post', 'custom_post_header', 10 );
add_action( 'storefront_single_post', 'custom_post_meta', 20 );
add_action( 'storefront_single_post_bottom', 'custom_post_footer', 35 );
}
add_action('init', 'rearrange_post' );
// Custom post header
function custom_post_header() {
?>
Products added to your quote will appear below. Simply find the products you need and use the ‘Add to quote’ button.
Once you have added products to your quote and completed the details below, we will get back to you with a full quote including VAT, installation or delivery.
All prices exclude VAT
Your list is empty, add products to the list to send a request
Return to Shop