Sagar Gulati
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart Data Sub CategoriesThanks!
What about getting cart data via ajax or any way to store the cart data to json and then retrieve a full cart data via angularjs in a json format?Forum: Plugins
In reply to: [WooCommerce] Cart Data Sub CategoriesAlso, assume we get products by /products?per_page=10 so how do we get next 10 products?
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesAs far i remember, the rest API have (or will have) you only said its possible in WP REST API.
https://www.ads-software.com/support/topic/wc-api-angularjs-cod-basic-features?replies=15#post-8419128Can you please confirm it, on the release will WP REST API will have all the filters and features like WC.
Since WP API is the Latest and WC API v3 is old, we want to stick to WP REST API, so can you please answer this questions:
1) Will the WP REST API will have the filters like the WC API in the next release?
2) Since it’s the latest, it is more compatible than the WC API?
3) The sub categories of product categories features is in WC API or WP Rest API?https://github.com/woothemes/wc-api-php/issues/21
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesThat is the api source i thought you told about documentation.
When can we expect the docs, also before the release, just share the new filters?
We were trying the filters and they didn’t worked:
https://github.com/woothemes/wc-api-php/issues/21Hope you understand.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesWhere can i view the source?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesOr just tell me the filters if no docs present so that i can use them please?
That will be really helpful. I see the new shipping zones as well, what is the api call for them as well?Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesAren’t there any temporary docs where i can read about new filters?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesGreetings,
Thanks for sharing.
Can you also share the link about the new filters, like Mr. Claudio saidIt’s possible in WP REST API in WC 2.6
I Have updated, so how can i filter and get sub categories with a parent cat via API?Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesCan you Please share the any beta version or tell when it will be live?
Also share the link for contributing to the plugin to request features?Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesThen how you said “It covers product, coupon, customer data, and order editing”
Categories are part of product.
Before that, is there a way out we can do that even?Can u share the link where i can make feature request. What date should we expect for the next release?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesI don’t see any filter parameter for getting child/sub categories only
Can you tell me what we have to query for to get all the child categories of a particular category?Parent ID = 13, Parent Slug = “men”
i want to get all sub categories of men or category with id 13Also could you please share the link where i can request features for the new api? When is the expect time of its release?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesSince u specified “It covers product, coupon, customer data, and order editing.”
How to filter product categories and get only categories via api which has parent with particular id?
Like https://somedomain.com/wc-api/v3/products/categories?filter%5Bparent%5D=13
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesGreetings,
So you say without php there is no way to fetch data via ajax?Forum: Plugins
In reply to: [WooCommerce] WC API AngularJS COD & Basic FeaturesGreetings,
That is what we asked, can you help/guide us how can we achieve that with api or any other way?We need to find a ajax way out for the same. Also how can we get cart contents via ajax or save it in a variable/cookie so that it can be used in angularjs?
Thanks!
Great we will waiting for the update.
Thanks ??