Or
Login
Registering for this site allows you to access your order status and history. Just fill in the fields below, and we'll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.
Login
/**
* The template for displaying the footer
*/
if ( woodmart_get_opt( 'collapse_footer_widgets' ) ) {
woodmart_enqueue_js_script( 'footer' );
}
$page_id = woodmart_page_ID();
$disable_prefooter = get_post_meta( $page_id, '_woodmart_prefooter_off', true );
$disable_footer_page = get_post_meta( $page_id, '_woodmart_footer_off', true );
$disable_copyrights_page = get_post_meta( $page_id, '_woodmart_copyrights_off', true );
?>