Hi Agli Pan?i,
How does the driver receive the tip amount automatically after the delivery is completed?
I have set the Driver Tip Method to fixed-rate with $5 and Charging the tip from the customer. After successful delivery, the postmates only charging/deducting delivery fees. the tip amount is not deducted.
or we have to manually go to postmate merchant dashboard and pay the tip amount After successful delivery.
]]>Hi Agli,
Great plugin – thank you for building it!
It looks like I’m receiving some sort of conflict with the following in the error log:
[26-Mar-2021 20:34:35 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/u930831016/domains/localpantrymarket.com/public_html/wp-content/plugins/woo-postmates-integration/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 67
I am still trouble shooting, but I believe it is related to the cart. I see you added a comment to that function:
public function release(EasyHandle $easy)
{
$resource = $easy->handle;
unset($easy->handle);
if (count($this->handles) >= $this->maxHandles) {
curl_close($resource);
} else {
<strong> // Remove all callback functions as they can hold onto references
// and are not cleaned up by curl_reset. Using curl_setopt_array
// does not work for some reason, so removing each one
// individually.</strong>
curl_setopt($resource, CURLOPT_HEADERFUNCTION, null);
curl_setopt($resource, CURLOPT_READFUNCTION, null);
curl_setopt($resource, CURLOPT_WRITEFUNCTION, null);
curl_setopt($resource, CURLOPT_PROGRESSFUNCTION, null);
curl_reset($resource);
$this->handles[] = $resource;
}
}
So perhaps it has to do with not using the curl_setopt_array?
Thank you in advance.
Tim
Hi,
Not able to make Taxable while selecting shipping method as Postmates.
]]>Hello,
Our website receives the live rates but it doesn’t place the order on the Postmates dashboard to request Postmates to come for pickup. I have the option “Send order products to Postmates” checked but still, it doesn’t send anything to the Postmates platform. please advise.
Our store has custom order status. However, these status don’t show up under the “Submit delivery to Posmates on this order status” setting. Is there a way to show custom statuses here?
]]>Loving this app so far! Thanks for building it!
Our customers can order ahead for delivery, sometimes days in advance. When the order is triggered to send to postmates upon status change, will the delivery driver immediately be sent? Or is it based on the delivery date/time on the order?
]]>First, thanks so much for this app. We are very excited to utilize Postmates delivery fleet for our restaurant.
I’d like to pay for a portion of my customer’s delivery fee to help reduce the overall fee but still pass on a portion to them.
I see I can set a Flat Rate to customers but I’d like to set a Flat Rate for myself (the company) and then let the customer pay the rest. For example, I could afford to pay $3 for the delivery fee for a typical order. So if Postmates quotes delivery for $10, I’d like the customer to only be charged $7 and we would pay Postmates $3.
Is there any way to make this work?
]]>Hello,
I’m using the Postmates plugin but getting too much message on cart page “Tip amount of 0 USD will be charged to the customer.”
https://imagehost.com.au//ifgs9
Please suggest how can I fix it?
Thank You
Sonu Saini
Hi!
I’m getting this error on the checkout page:
Request response: WP_Error Object ( [errors] => Array ( [postmate_error] => Array ( [0] => Empty body response. ) ) [error_data] => Array ( ) )
Any ideas on what’s going on. I tried switching themes and disabling other plugins.
]]>The client I’m working with has multiple locations for pickup. Is there a way to add multiple pickup locations for the Postmates pickup? Maybe defaulting to the location closest to the delivery address?
]]>I have a question about the Quote portion of the Postmates API. Does this plugin create a quote first and return the fee
from Postmates? If the customer chooses Postmates as their shipping option, I’d like to charge them whatever that quoted fee is from Postmates, not just a flat fee. Is this possible?
Is this plugin still working with the latest WooCommmerce and WordPress? I’m having trouble getting it to work. Could you provide more detailed instructions on how to set up Postmates as an available method of shipping?
]]>I am getting the following error message on the shopping cart when Requesting quote from Pickup address to Dropoff address.
Request response: Array ( [kind] => delivery_quote [fee] => 550 [created] => 2017-07-18T20:45:01Z [expires] => 2017-07-18T20:50:01Z [currency] => usd [duration] => 30 [dropoff_eta] => 2017-07-18T21:20:01Z [id] => dqt_LLtnIRXmNY_3yF )
Please help!
]]>Hi, I am having a problem with delivery zones. I can set delivery zones on Woocommerce shipping settings, but it doesn’t apply to your Postmates plugin. The customer can still orders and create a delivery, even if they are outside my delivery zone, because the plugin does not obey the woocommerce shipping settings. Are you planning on adding a delivery zone setting to you plugin? Thanks
]]>Crazy question, but do you validate the shipping address first before a job is actually created.
For example, if a customer is filling out their shipping address, do we get a response back that Postmates can ship the order and the shipping fee before the customer places the order?
So if the customer abandons the cart, what will happen? Will Postmates still create a job and show up at the shop’s doorstep to pick up the order?
]]>