mcgregormedia
Forum Replies Created
-
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 5 years ago by mcgregormedia.
- This reply was modified 5 years 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.
Hi, are you referring to a third party widget?
This plugin uses the woocommerce_is_purchasable filter globally so all products displayed by WooCommerce will adhere to the plugin settings, including the built-in related products upsells/cross sells.
Third party widget plugins may have been coded a different way though, and would therefore be beyond the scope of this plugin.
Hi, sorry, that’s beyond the scope of this plugin. It’s more about turning an entire WooCommerce site into a catalogue.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Customise field titlesHi, unfortunately I haven’t been able to add this in the next release but will add it in a future release.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Language doesn’t work on the front endThis has been fixed in the next release 🙂
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Change Zip to Post CodeHi, if it’s a different translation you need just let me know the text required to be translated and I’ll add it in the next release.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Display problemHi, sorry I didn’t get back to you sooner. I’m not sure how you can attach screenshots here either but feel free to send an email to the address listed in the footer at mcgregormedia.co.uk.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Language doesn’t work on the front endHi,
Unfortunately adding custom fields is beyond the scope of this plugin.
The translation files do work on the frontend – it already had an English (UK) translation and today I’ve added English (Canada). I’ve tried on two separate installs and couldn’t replicate your issue.
Changing the labels using a translation isn’t a good idea as they’ll be overwritten with every update. Maybe fork the plugin to prevent that?
Andy