shawnfor3
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?Thanks for the help here, I believe everything’s working now. Cheers!
Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?I pasted the following before the closing PHP tag:
function wpse_131562_redirect() { if ( ! is_user_logged_in() && (is_woocommerce() || is_cart() || is_checkout()) ) { // feel free to customize the following line to suit your needs wp_redirect( site_url('my-account/') ) exit; } } add_action('template_redirect', 'wpse_131562_redirect');Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?That’s where I added it but I get that parse error every time.
Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?Specifically:
Parse error: syntax error, unexpected ‘exit’ (T_EXIT)
Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?If I may, where exactly do I add this in my functions.php file? When I added it I got a syntax error.
Forum: Plugins
In reply to: [WooCommerce] How to require a login for the store?Wow, thanks for the rapid response!
Forum: Plugins
In reply to: [WooCommerce] Per product shipping checkbox missingWell, maybe you can help me determine what I need.
Our product comes in 2 oz. bottles. 24 will fit in a box. We’d like to bill $13 per box, even if they order one bottle. Best way to do that?
Forum: Plugins
In reply to: [WooCommerce] Per product shipping checkbox missing@mike, thanks for clarifying! What package would I need to purchase to get it?
@jeremy thanks so much! It was the caching plugin. Thought I’d cleared it, but hadn’t. All’s well now. Thanks again!
Forum: Plugins
In reply to: [WP Store Locator] Store List View@tijmen and, just to be clear, this would order by store if someone clicks Deny on the location permission prompt?
Forum: Plugins
In reply to: [WP Store Locator] Store List ViewWhat would I use if I wanted to make it sort by store name?