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.
Inloggen
/**
* The template for displaying the footer
*/
if ( woodmart_get_opt( 'collapse_footer_widgets' ) && ( ! woodmart_get_opt( 'mobile_optimization', 0 ) || ( wp_is_mobile() && woodmart_get_opt( 'mobile_optimization' ) ) ) ) {
woodmart_enqueue_inline_style( 'widget-collapse' );
woodmart_enqueue_js_script( 'widget-collapse' );
}
$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 );
?>