joshjacobson
Forum Replies Created
-
Is there an option to do so? I only see the ability to write a follow-up, by posting here.
Forum: Plugins
In reply to: [wpFortify for WooCommerce] Cannot save custom checkout urlThis is not the issue I am having and I am using the full URL.
The issue is on the plugin config/settings page, when I input the full URL and click save, it gives me a 404 error and does not save the url.
Forum: Plugins
In reply to: [WooCommerce Mesasix Stripe Payment Extension] No Token ErrorHaving the same problem.
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment and transaction errorI’m getting this error as well on today’s initial installation. Toggled intervel had no effect.
I’m getting this error as well.
I can’t figure out a cause. You can see this at thelovelydiaries.com/shop
First, thanks, cause what’s above is really helpful. I couldn’t understand the example conditions at all, but this is much more clear.
Interestingly enough, I can’t get it to function for creating a condition based on being a specific category archive page.
I implemented the same as the OP, but with the line:
return is_page(‘Products’);
Replaced by:
return is_category(‘Products’);
And the condition doesn’t show up at all as an option. It’s like I never added any code when I’m looking at my conditional menu options.
I have added other conditions without problem. Any ideas?
——————-
EDIT: And it turns out I hijacked a thread that was unrelated to my problem. Thought it was… sorry!
FYI I had the return conditions below return $conditions. Moved them above and it solved it.