fid
Forum Replies Created
-
We use this gateway extensively as a business partner with Elavon. For our NFP customers we offer 1.5% processing fee with no per transaction charge on average (as opposed to PayPal’s 2.2% + $0.30) and many prefer that.
A lot of our customers who have donation sites, do not like WooCommerce as their donations platform. Your plugin is simple and does its supposed to, clients love it. They don’t love the fees they get charged by other payment gateways.
Forum: Plugins
In reply to: [WooCommerce] Update order via Rest API@knhark59 Its still not working on the latest version of WC.
{ "errors": [ { "code": "woocommerce_api_invalid_product_quantity", "message": "Product quantity must be a positive float" } ] }
Forum: Plugins
In reply to: [Smart Reporter For WooCommerce and WP eCommerce] Does not work on MultiSite@storeapps
I do not wish to install it on every sub site, rather I wish to do a network activate. It does not work.Forum: Plugins
In reply to: [WooCommerce] Update order via Rest API@claudiosanches
It says this is done on your trello board but I still get this error when trying to remove a line item via the API.{ "errors": [ { "code": "woocommerce_api_invalid_product_quantity", "message": "Product quantity must be a positive float" } ] }
Forum: Plugins
In reply to: [WooCommerce] Update order via Rest APII see you have added this feature. What is the solution for this then? How to remove a line item?
Forum: Plugins
In reply to: [WooCommerce] Charge customer for extra items added to order.I completely understand your pain point @starcarlton. The gateway plugin should have more tighter integration with WooCommerce to make that happen. The way it works is such that once an order is paid for, you can’t edit it.
Part of it is why I built a iPad POS app for WooCommerce aiming to fix a lot of these issues. Its called CloudPOS – Restaurants (on Apple AppStore) – Its in very early stages right now but hoping to resolve a lot of payment and order related issues via the REST API.
Forum: Plugins
In reply to: [WooCommerce] Charge customer for extra items added to order.You will most likely have to void the initial payment and then authorize a new one. Th gateway should have that functionality built into the plugin.
Forum: Plugins
In reply to: [WooCommerce] Charge customer for extra items added to order.Hi,
Few questions:
– What is your workflow like now?
– How do you take orders and process credit cards using WooCommerce?
– Do you take phone orders or do customers place the order via your website?
– How do you create invoices?
– What payment gateway do you use?
– What other plugins do you use to help you with this?FiD
Forum: Plugins
In reply to: [WooCommerce] Orders show in ASC orderUpdate fixed this.
Forum: Plugins
In reply to: [WooCommerce] Please help, Issue with image sliderThis does not look like a WooCommerce issue. Perhaps its best you post in the slider plugin forum or hacks.
Forum: Plugins
In reply to: [WooCommerce] Checkout returns 404 error?No problem, let us know how it goes!
Forum: Plugins
In reply to: [WooCommerce] Checkout returns 404 error?Yes it is because of SSL. Have you installed it correctly on your server? What about the settings with WordPress abd WooCommerce?
Sometimes I have noticed that if you have just done it, takes a while until the page starts loading correctly.
Forum: Plugins
In reply to: [WooCommerce] [API] Restrict key usage to per device / appYes, I’m actually experimenting with running (multisite) WooCommerce SaaS, so every one who signs up as a customer of our POS, gets their own Woo instance with our whitelabel branding. Others with self hosted stores who jump on the POS will need to install our own custom plugin that will enable some functionalities.
Forum: Plugins
In reply to: [WooCommerce] [API] Restrict key usage to per device / appThanks Mike.
So I implemented the Authorization endpoint in the app as it makes it easy to get the keys. The first device I authorize they work fine, then when I do it again for the other device, I get new keys. Is there a way to allow key generation only once. Perhaps I could have a setting in functions.php that I can change to allow number of allowed key generations.
Forum: Plugins
In reply to: [JSON API User] Multisite support?Thanks.