Thomas Shellberg
Forum Replies Created
-
Jason,
I think you would need to change the WordPress mail sender address itself, and add a conditional that checks for the type of email being sent.
Forum: Plugins
In reply to: [WooCommerce] double corratelal product impossible to hideAre you trying to hide the related products? If so, a simple code snippet will do it:
https://docs.woocommerce.com/document/remove-related-posts-output/Forum: Plugins
In reply to: [WooCommerce] Customer payment pageBank Transfer works when using that link, so there’s a problem with the ‘Credit Card’ gateway. I would contact the plugin developer for further assistance. It is likely not grabbing the cart contents properly.
Forum: Plugins
In reply to: [WooCommerce] Restrict Woocommerce coupons by Custom TaxonomyI wasn’t able to find any published examples of someone getting this to work for them. I’m afraid this would have to be custom-coded.
Forum: Plugins
In reply to: [WooCommerce] Login to dashboard after seller loginPlease contact the theme developer for assistance as we cannot provide help with custom code.
Forum: Plugins
In reply to: [WooCommerce] Displaying Tag DescriptionYou could just literally add a ‘Special Order’ tag for these products, then if you need to show some custom CSS or banner of some sort, create a function that looks for that matching tag.
You can use a conditional tag:
https://docs.woocommerce.com/document/conditional-tags/#product-tag-pageForum: Plugins
In reply to: [WooCommerce] wpn_woocommerce_termmeta doesn't existWooCommerce actually doesn’t use this database table any longer; it uses the default _termmeta table. Perhaps you have a plugin that is still using the woocommerce_termmeta table. Disable plugins until you find the culprit.
Forum: Plugins
In reply to: [WooCommerce] Shipping Cost per Shipping ClassI would contact WPML support regarding this, if there’s a bug with the plugin not working with shipping zones, they’ll want to know about it.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] does this work in UK (£)Technically, the sign-up form for this plugin currently supports only US-based merchants. However, if you sign up before setting up the plugin, you should be able to use a UK-based account(we have had this confirmed by a UK-based user of the plugin):
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Can't Add Payment MethodsAt this time, it’s not possible to add a payment method using the ‘Add Payment Method’ endpoint as you have been attempting to do. We’ve logged this as a bug report/feature addition so it can be resolved in a future update.
Translations are working for me already using
Say What?but the textdomain should be loaded. I’ll check the fix and submit a PR.The plugin should certainly have the textdomain declaration, but it is also defined in the plugin headers.
KevEd,
Have you checked to see if the Shipping Address is returned if using a standard shipping method without the Address Labels plugin(Flat Rate for instance)? Try disabling the Address Labels plugin temporarily and run a test order.
This is the same problem as described in another thread:
https://wordpress.org/support/topic/paypal-express-checkout-not-showing?replies=5
Since PPEC doesn’t support Subscriptions fully, you’d need to enable Manual Renewals in order to check out a subscription product.
Loco Translate isn’t 100% reliable. I tested text changes using the Say What? plugin and it worked for me. Make sure to use
woocommerce-gateway-paypal-express-checkoutfor the textdomain.