mcgregormedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Add PO Number to Customers > OrdersGreat snippet, nice one!
Are you using the checkout block on your checkout page? If so, this plugin isn’t yet compatible with the checkout block and this payment option will not display.
It’s on the roadmap but there’s no timescale as yet on when it’ll be added.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Compatibility with WooCommerce HPOSHPOS compatibility has been added in the latest release ??
Hi, sorry for the very late reply! I’m unable to replicate this at all unfortunately. Given the timescale mentioned in your post, I imagine you’ve moved to a different plugin by now but is there any more info you can give me to see if I can trigger the same error?
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Compatibility with WooCommerce HPOSThis is on the roadmap but as yet there is no target date.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Can purchase order number be optional??
Hi! Sorry, haven’t visited the forums for a while.
That’s outside the scope of a payment gateway. There are plenty of other checkout fields plugins that could add it though.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Country restrictionsHi! Sorry, I haven’t visited the support forums for a while. Yes it’s possible to do but it would be a custom modification.
Hi! Just untick the Remove Add to Cart option in Admin > WooCommerce > Settings > Products > Remove Add to Cart tab.
Closing this because no further info.
Hi!
This must be a theme issue – I can’t replicate this with featured products using Storefront.
Andy
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Display problemHi Chuck,
This isn’t an issue with the plugin, it’ll be a CSS rule in your theme. However, you should be able to target the text using the following selector:
.form-row.woocommerce-validated input.input-text
Add a new CSS rule in the Customizer with the required font size.
Andy
EDIT: for anyone reading this thread, this is in reply to an email regarding the form field font size being too small.
- This reply was modified 3 years, 6 months ago by mcgregormedia.
- This reply was modified 3 years, 6 months ago by mcgregormedia.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Payment PendingHi! WooCommerce docs describe Payment Pending as follows:
Pending orders are orders where the customer selected Place Order but abandoned the payment page or had their credit card transaction declined.
Neither of these are true in this case. The Payment Pending status will also not trigger a customer order email, which may cause problems for customers wondering if their order has been received.
Having said that, this is the second request I’ve had for this status so I’ll add it in the next release.
Andy
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Display problemHi Chuck,
As I suspected this is an issue with the site’s theme rather than the plugin. Add the following CSS to the Additional CSS section in the Customizer:
.payment_box.payment_method_purchase_order_gateway label:before {
display: none;
}Let me know if this works ??
Andy
Hi, this page has the add to cart buttons removed so I’ll mark this as resolved.