manigopal
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Extending API’sHow do I add / get product image in my orders api
Also to display product image in my orders page web
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issueexactly for this,
https://website.com/brand/aachi/ ~ in this it does displays the particular brands product’s
Forum: Plugins
In reply to: [WooCommerce] Duplicating COD Methodfound another option
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API IssueBrands API works but i do look for filter kind of API,
Say for eg. products?category=15 @ here this API displays / filters products which are mapped to particular category.
As mentioned above i do look for the same
eg. products?brand=62 which is an extended API, which is now(not working)But /wc/v2/brands => this works fine by displaying the brands list.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issuesomething like this, /wp-json/wc/v3/products?brand=62
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issuei have seen this but how do i call it.. all i need is that when i click on particular brand it should list all products attached to it.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issuealso tried this route,
…/wp-json/wc/v3/products/brands/61
but returned with
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method”,
“data”: {
“status”: 404
}
}basically i try to implement it for rental system based on day(s).
i look to change price based on date(s) chosen. say for eg. if the chosen is for one day it should show 500 if the days is of 2days it should multiply and calculate it as 1000. And if the date(s) are more than 7days it should reduce the value of per day cost to 400 until 2weeks.
if this is possible share the docs link..
no at frontend its not showing any error but at adminpanel it does,
EWD_OTP_db_version in /home/…/wp-content/plugins/order-tracking/Main.php on line 175
Notice: Undefined variable: EWD_OTP_db_version in /home/…/wp-content/plugins/order-tracking/Main.php on line 176
using the recent version of the plugin.
Forum: Plugins
In reply to: [WooCommerce] API for sub-categoryOkay.,
Forum: Plugins
In reply to: [WooCommerce] API customizationsi have asked up for customizing the api. i have already used the document you have pointed.
Forum: Plugins
In reply to: [Essential Real Estate] FINAL PAYMENT@g5theme any way of making the customers pay the amount. any suggestions ?
Forum: Plugins
In reply to: [WooCommerce] Mobile APIwe are in progress of development but we need to get the API
need to get in single array as displayed in the image
Forum: Plugins
In reply to: [WooCommerce] get limited fields onlyany other way to get particular fields in jSON response ?
Forum: Developing with WordPress
In reply to: user login apii have already added rest-api wp plugin too. register is working but only login option ! not working…