I need help when click on the dropdown sort by link the dropdown remains open and I need this to hide after loading the ajax results. After installing the plugin this feature comes and I wanted this to hide after loading the AJAX. Please check this link.
https://alvish.bestwebdevs.com/product-category/shirts/
Thanks
]]>Thank you
Couldn’t find an answer anywhere else. I am running the above shop and was wondering if it’s possible to show the product subcategories underneath the parents rather than just in a long list form. I.e. that it’s visible which one is a parent and which one are its children.
]]><?php
require __DIR__ . '/vendor/autoload.php';
use Automattic\WooCommerce\Client;
$woocommerce = new Client(
'https://url.com/',
'ckey',
'cskey',
[
'wp_api' => true,
'version' => 'wc/v3',
]
);
print_r($woocommerce->get(''));
?>
I’ve read out there that it’s because my site is http,
I would like to create a signature that I think that’s what I need, and the Woocommerce documentation I don’t understand (https://woocommerce.github.io/woocommerce-rest-api-docs/?php#authentication-over-http)
I hope your help, thanks
]]>Our customer used to duplicate a variable product and then changed it to simple. However the variations were already duplicated and didn’t get deleted once the product changed to simple. That is causing various problems, especially in bulk edited.
is there a way to delete these variations?
]]>Outro erro que é muito importante para pessoas que usam Woocommerce n?o sei se esse plugin foi feito pro Woocommerce, pois quando instala o usuário que é GERENTE DE LOJA n?o fica disponível pra ele usar. Acho que esse plugin n?o foi feito pro woocommercer.
Se foi feito pro Woocommerce ativa a fun??o para GERENTE DE LOJA, se n?o a pessoa que quer usar n?o vai conseguir usar.
]]>I’m having a problem with WooCommercer REST API.
My site is under https, I’ve created a REST API consumer key and enabled the legacy API.
The issue is when I’m logged in.
This URL works when I’m not logged in.
https://shop.gobokly.com/wp-json/wc/v3/products?consumer_key=123456&consumer_secret=123456&page=1&search=Gl&status=publish
As soon as log in the response change to
{“code”:”woocommerce_rest_cannot_view”,”message”:”Lo siento, no puedes listar los recursos.”,”data”:{“status”:401}}
I’ve tested using Postman and the issue is with the cookie header, the problem is that I’m not sure why the cookie is overriding the REST API authentication, moreover, this happens even when I’m logged in as admin which has all permissions.
How can I prevent the cookie to be read and cause the issue?
Thank you.
]]>We are using woocommerce and a theme called petmark for a client’s new site.
The string “All Categories” is not being displayed in Spanish in this site (I am not allowed to share the url, I’m sorry).
This string appears in a search bar on top of page. This search bar has an input field in which the placeholder was “Search products”, and this I could change it myself via editing some document in Appearance > Editor, if I remember well. However, the string “All categories” I cannot find it anywhere in these documents. Where is this fetched from I don’t know? Is this an unstranslated label of woocommerce, or of the particular theme we are using? I believe woocommerce.
I have researched a bit. I have installed Say what? plug in, that is marketed as an easy to use plugin to translate a few strings, but it is necessary to find the domain and context of the particular string (“All Categories”), but I have gone through woocommerce source code and am still clueless.
I’ll try to share some screeshot if I find out how to.
Any help is greatly appreciated. Thank you in advance!
update: here screeshot of site interphase and source code: https://ibb.co/kDO1hJ
]]>