omersjd
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change products per page in Rest APINo, I already know how to display more than 10 or website, but I want to change this default number in REST API response
I just tried on my live server file after updating WP to latest version, everything seems fine.
ThanksForum: Plugins
In reply to: [WooCommerce] Products not showing in categoryyes of course
you can see that
https://www.qmajd.com/product/vanish-chromabright/
this products shows only by a direct link, and doesn’t not appears categories, while just for checking, below is the product that appears via direct link as well as categories
https://www.qmajd.com/product/makeup-kit/
although both belongs to same (beauty) category.and here is the backend screenshot of both products settings
also please tell your wooCommerce and wordpress version, I got this issue resolved.
and any other multivendor plugin you’ve installed ? like YITH or any else..@aleoba1
which multi vendor plugin you’ve installed ?Forum: Fixing WordPress
In reply to: API not showing the public data@bradlymhale thanks for your detailed answer.
I already knew this method that you told.
If I can’t make the products visible to my app using API. Then how does a new person (unregistered / not logged in) views my products in web ?Forum: Fixing WordPress
In reply to: Connecting to wooCommerce database remotely@retronyska
I didn’t understood, what do you wantForum: Fixing WordPress
In reply to: Connecting to wooCommerce database remotelyIn short I want to know my stores’s API
URL
Forum: Fixing WordPress
In reply to: Connecting to wooCommerce database remotelyThank, but
I’m still having a little confusion.
I’ve read the docs, but to list all products, docs provide the following code.WooCommerce.get("products") .then((response) => {s console.log(response.data); }) .catch((error) => { console.log(error.response.data); });
what is
WooCommerce
in above code ?
and where in my code do I need to put my API keys.
Your help is highly appreciatedForum: Fixing WordPress
In reply to: Connecting to wooCommerce database remotely@carike Thanks for your support.
I’ve a quick question.
my store name ishttps://qmajd.com
How do I retrieve my all products ?
like I just want to make a simple get request from my application.
for example like below code,
http.get(myStorename.products).
Can you please help me in this regard.