No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    add_filter( 'cfvsw_requires_shop_settings', function( $status ){ if( is_page() ) { return true; } return $status; }); is_page can be replaced by the desired condition.