techoguy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] REST API Consumer Secret is invalidYep, maybe you are still doing something wrong, like using wrong API Keys.
Yeah, I’ve tried 3 sets of keys, and I was copying and pasting. So I’m really not sure what else to try. I can access the index page that doesn’t require authentication but nothing further.
Also, even if Shipstation and OneSaas use their own API to access WC with no issues from Varnish or Caching, wouldn’t WC API work too?
Can you tell me when others have this problem what the issue usually is? Is it usually something to do with varnish or caching plugins?
Forum: Plugins
In reply to: [WooCommerce] REST API Consumer Secret is invalidI’m using shipstation and onesaas and they update information in woocommerce so I thought they would be using the API, that is my own assumption though. But either way, figured theirs worked no problems, so I’m not sure why my efforts to access the API can’t even get me past authentication.
Forum: Plugins
In reply to: [WooCommerce] REST API Consumer Secret is invalidI’m not sure if I know how to do that. I’m currently using DreamPress and they say they can’t disable Varnish.
I have “purged varnish” and cleared my caching apps. But that didn’t help. With that suggestion, does it look like I’m doing it right, just something else is going on?
Forum: Plugins
In reply to: [WooCommerce] REST API Consumer Secret is invalidI’m following the authentication steps listed in the documentation.
This is what I’ve tried:
curl https://example.com/wc-api/v3/customers/email/[email protected] -u <key copied from dashboard>:<secret copied from dash board> curl https://example.com/wc-api/v3/customers/email/[email protected]?consumer_key=<key copied from dashboard>&consumer_secret=<secret copied from dashboard>
that was executed all on one line. I’m just using a Mac’s console right now to execute and test this.
I’ve tried other commands as well but get the same response. the key copied has “ck_” as a prefix and a long list of numbers and letters, the secret has a prefix “cs_” the same long list of numbers.
adding example:
curl https://wrightwoodsurveillance.com/wc-api/v3/customers/34 -u ck_xxxxcxxxxcxxx43fexxxexxxe73xxx0d5b10bxxx:cs_xxxxxxxxxxx57xxxx4a1xxxx296xxxxbf32xxxx
Forum: Plugins
In reply to: [WooCommerce] How to add to the Order Pay pageThanks Mike. How do I even modify that page? Let’s say I want to add a message or simply put the address on that page. I couldn’t find a hook. Is there one?
Forum: Plugins
In reply to: [WooCommerce] How to add to the Order Pay pageHow can I at least modify this page? I want to provide the address on the page so I can at least add a check mark for them to confirm the address is correct?
I do this for phone orders a lot so I would like the customer to confirm the address I entered is correct.Thanks.
Forum: Plugins
In reply to: [WooCommerce] Can't Uncheck Stock ManagementYou’re right. I’m looking deeper into it and playing with all kinds of patters and it looks like if the variation product is unchecked and the parent is checked, it’ll show the parent stock notification. If the parent is un-checked it seems to work as expected. Thanks for all the quick responses.
Forum: Plugins
In reply to: [WooCommerce] Can't Uncheck Stock Managementwell that worked to change the check mark but now it seems something else has broke another plugin that displayed availability notifications only when a product has stock managed enabled. Now when it’s unchecked the plugin is running and only displaying out of stock when before its trigger was only for managed stock items.
https://codecanyon.net/item/woocommerce-availability-notifications/8422290Forum: Plugins
In reply to: [WooCommerce] Can't Uncheck Stock ManagementAwesome Thanks! that was killing me last night. It works again.
Can anyone else confirm if they have this issue or is this just me?
I’m just confused why shipping shows up from orders from the front end but from the back end it does not work.
well that’s odd.
It works as expected for orders placed on the front end, it just happens on the back end.
I also have a plugin that creates PDFs and it also does not show the shipping lines.
Does anyone know where I should be looking to figure out why this is occurring?
Forum: Fixing WordPress
In reply to: Woocommerce: How to remove the category icons from the shop pageI have the same question. I want to remove the category icons from the shop page. @lobsang123 did you find a solution?
Forum: Plugins
In reply to: [Redirection] Help creating redirect for all sub pages as a wild card?Yeah, that didn’t work for me either. This is what happens when I use the Regular Expression:
This is what I have:
oldurl.com/forum* -> newurl.com/nomoreforumThis is what happens:
oldurl.com/forum/something1 redirects to newurl.com/nomoreforum/something1 which then fails and gets a 404.
@snorwood:
is ‘.’ you listed in your example the difference and if so why do i need the ‘.’?