I would appreciate your comments, regards.
]]>We have two identical stores where we sell products located in two totally different warehouses.
Is there a plugin or some custome code that would allow the orders to be picked up via an API given certain parameters?
Thanks!
]]>We use the WP Classifieds plugin on our website and have integrated it with STRIPE payments. For some reason, the STRIPE webhoook URL which we have added to the plugin is failing in triggering its events in the STRIPE system. I have double-checked the API connection and the webhook is definitely correct.
We contacted STRIPE and they cannot see anything from their end. Can I please request you to look into this? This is quite urgent and we are currently not able to see the required payment data for clients due to the webhook failing between the plugin and STRIPE. I have also added below what the STRIPE support person said to me:
Their team has mentioned that the issue is related to the website code or something going on with the classifieds plugin we are using to run the adverts that STRIPE is being used for. I did manage to find this article on the plugin website which talks about correctly setting up the webhook in the plugin which integrates it with STRIPE: https://wpadverts.com/doc/stripe-integration-paid-addon/.
Their support team also provided the info below:
When running into issues with checking/verifying the signature of a webhook event sent to your endpoint, we recommend that you check the following. Almost always, these steps will give you a good idea of what might be happening to cause errors with checking webhook signatures.
? You should be using one of our official client libraries to set up your webhook endpoint.
? You should first use the exact code (with no modifications) that we provide on https://stripe.com/docs/webhooks/signatures. These starting points have been confirmed to work if your server is set up correctly.
? If the sample code from above throws an error when checking webhook signatures, you should confirm that your server is not modifying the webhook request’s body or headers in any way before it reaches your endpoint. This would include making sure that you’re not parsing the body in any way before checking it (such as converting it to JSON), as well as making sure that there isn’t a proxy or other network device that is modifying the request’s headers.”
Can I please get some urgent help with this?
Thanks!
Udai Singh
]]>I am using Google Maps, and I have entered the Google Map API Key in WCFM settings (Geolocation).
It’s a UK site only, and this is restricted under WooCommerce settings. But when customers type in their postcode or address in the search bar, it shows suggested worldwide locations first. e.g they start typing B for Birmingham, and the first options are Berlin, Barcelona, Boston, Bangalore and Brooklyn!
Can I restrict the suggested location for places in UK only, please?
Thanks in advance
]]>I can’t find this information in the documentation.
Which of the many Google Maps APIs does a WCFM site need to be enabled for the maps, distance calculations, geolocation, radius searches etc to fully function on WCFM Multivendor, please?
Thanks
]]>We have just had an independent CRM & Inventory system developed which we are wanting to connect to all 8 of the WooCommerce stores using hooks & API’s to grab each sub-site’s orders, customers, products, and to sync stock.
I can see in WooCommerce > Settings > Advanced that I can create API’s and Hooks for each of the stores, but I am wondering ion the CRM’s side would 8 individual API receivers will be required? Or only 1 that can accept a connection to all 8 WooCommerce API’s? (If this makes sense)
]]>I am in the process of integrating a supplier’s APIs with my Woocommerce site, and I am trying to find a way to update pricing and stock as the product information is called (in a search or on a page). Initially I intended on writing a script in PHP to carry out this function, but have not been able to sort out how to trigger my script. I have researched webhooks, but have been unsuccessful in finding what I need.
Do you have any guidance on how I can approach this, or, am I approaching this all wrong to begin with? Any advice would be appreciated.
]]>We are building a multi-vendor marketplace. We are using CS-Cart to do this but recently we have purchased a 3rd party addon from WebKul that allows CS-cart to communicate with WooCommerce and in the process import product info and inventory.
We have been having many problems with it with half of our vendors not being able to Authenticate their WooCommerce stores.
When reaching out to the developers of the addon, they say we need to contact WordPress and WooCommerce support to find out what would be blocking their API from authenticating the store.
Well, the problem we have is that we cant ask our vendors to do this for us and also we do not have a WooCommerce store. We do not really know where to go from here.
Does someone know what could possibly be preventing the API from connecting to a WooCommerce store? Any suggestions would be greatly appreciated because we haven’t got any from the developers. Even just a basic list of possible scenarios where WooCommerce will block an API
The one thing we did try though is enabling the Legacy REST API. This does not work.
To add some more info on this topic from the developers:
You need to ask that
“For API authentication, Our store shows some error: https://prnt.sc/wl5a0b”
In code end we USE API :
$endpoint = ‘/wc-auth/v1/authorize’;
$params = [
‘app_name’ => $app_name,
‘scope’ => ‘read_write’,
‘user_id’ => $shop_id,
‘return_url’ => fn_url(‘wk_woocommerce.update?id=’.$shop_id),
‘callback_url’ => fn_url(‘wk_woocommerce.webhookauth’, ‘C’)
];
$query_string = http_build_query($params);
$auth_url = $store_url.$endpoint.’?’.$query_string;
We are building a multi-vendor marketplace. We are using CS-Cart to do this but recently we have purchased a 3rd party addon from WebKul that allows CS-cart to communicate with WooCommerce and in the process import product info and inventory.
We have been having many problems with it with half of our vendors not being able to Authenticate their WooCommerce stores.
When reaching out to the developers of the addon, they say we need to contact WordPress and WooCommerce support to find out what would be blocking their API from authenticating the store.
Well, the problem we have is that we cant ask our vendors to do this for us and also we do not have a WooCommerce store. We do not really know where to go from here.
Does someone know what could possibly be preventing the API from connecting to a WooCommerce store? Any suggestions would be greatly appreciated because we haven’t got any from the developers. Even just a basic list of possible scenarios where WooCommerce will block an API
The one thing we did try though is enabling the Legacy REST API. This does not work.
Thanks!
]]>