Agli Pan?i
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Postmates Integration] Error messageHey @squarepizzaco I think you have let the debug on, this is not really an error, this is the response from the Postmates delivery quote endpoint. It means the fee for the delivery is $5.5 and the estimated duration is 30min.
Can you provide me more info on what you actually did to get this error?
Forum: Plugins
In reply to: [WooCommerce Postmates Integration] Address Validation@debbrancheau The address validation is done when you send a request to Postmates (if that’s not an actual address) but otherwise how can you tell the customer put the a wrong address if that’s an existing one?
Also Postmates has a Delivery Quote endpoint that you can get a quote before creating a delivery but the purpose of the plugin is to automate the workflow because if you want to check the quote before accepting it you can create the deliveries manually from their dashboard. While users they see their delivery fee as soon as they add an address on their account and that’s exactly the delivery quote retrieved from Postmates.
Regarding the last question in the plugin you can choose at which particular order status do you want the delivery to be created so if the user abandon the cart there will be no order created.
Hope this all makes sense to you ??
Forum: Plugins
In reply to: [Chrome Push Notifications] ‘Hey you, it’s time to do your exercises again!”I am really sorry but this is a special requirement. I can’t help you with this.
Forum: Plugins
In reply to: [Chrome Push Notifications] Please update installaion guide 2017Please read carefully the blog post, you are getting the wrong project number.
Forum: Plugins
In reply to: [Chrome Push Notifications] gcm_sender_id not found in manifestCheck if thats accessible to the browser. See if you can access https://www.yoursite.com/manifest.json
Forum: Plugins
In reply to: [Chrome Push Notifications] Notify specific category onlyI guess that would work. Google has changed the Cloud Messaging API so I don’t think I will work on an update for the plugin.
Forum: Plugins
In reply to: [Chrome Push Notifications] Please update installaion guide 2017Check if this helps: https://www.aglipanci.com/chrome-push-notifications-not-supported-anymore/
Forum: Plugins
In reply to: [W3 Total Cache] Redis Minify Cache Method Error@nigrosimone already did that, thanks!
Forum: Plugins
In reply to: [W3 Total Cache] PHP 7.0 compatibility@rafaeldejongh I have two sites running on PHP7 with 0.9.5 (recently patched with the community version from GIT). I haven’t had any issue so far, but I don’t use comments and such stuff. Mostly I use it for Page caching, Minification on Redis and Browser caching.
Forum: Plugins
In reply to: [W3 Total Cache] PHP 7.0 compatibility@rafaeldejongh oh I see. Basically I read the at the moment the plugin is not maintained anymore. You can have a look at the community version here: https://github.com/szepeviktor/w3-total-cache-fixed
I hope this will help you somehow.
Forum: Plugins
In reply to: [W3 Total Cache] PHP 7.0 compatibility@rafaeldejongh WPEngine does not allow you to have W3 Total Cache or any other caching plugin since they have their own caching engine utilized on the server. Even if you pass the compatibility checker they will remove the plugin automatically.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin conflict with Gmail SMTPAny update on this?
A temporary workaround would be copy/paste the Gmail.php from Google API library to wp-content/plugins/w3-total-cache/lib/Google/Service so it will not throw an Error.
- This reply was modified 8 years, 5 months ago by Agli Pan?i.
Forum: Plugins
In reply to: [Chrome Push Notifications] How do users subscribe to my notifications?The form of subscription is a popup which comes out of Chrome itself.
Forum: Plugins
In reply to: [Chrome Push Notifications] Does this work with W3TC?Normally it should work.
Hi xberg,
There is no way to make it work without HTTPS and that’s because the technology behind the Chrome Push Notifications does not allows it.