Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] EircodeHi @weebuns,
Glad to hear that you’ve figured out the root cause and can now reach out to the developers of the WC Fields Factory plugin for assistance.
I’ll go ahead and mark this thread as resolved now.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Change “buy product” button textHi @clintonlee83,
Did you create a new translation? If you’re trying to edit the existing
en_UStranslation, all of your hard work will just get clobbered.You need to create a custom translation.
Alternately, you could use this plugin that allows you fiddle with the labels to your heart’s content – https://wordpress.org/plugins/wc-custom-add-to-cart-labels/
Forum: Plugins
In reply to: [WooCommerce] EircodeHi @weebuns,
As @stuartduff mentioned, Eircode is definitely not a required field, so you either have custom code that is setting it to required, your theme is responsible for it, or you have a plugin that is doing so.
The best way to get to the root of this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.
Hi @ahsupply19,
This is an issue with your theme. Either the theme came with this colour scheme out of the box or you’ve implemented some custom CSS that is causing this behaviour.
I’d recommend either reverting the changes you’ve made (if you’ve customised the theme) or reaching out to the developer of the theme for support with this situation.
Forum: Plugins
In reply to: [WooCommerce] Errors in Error logHi @kris110846,
This kind of problem is usually caused by either a conflict with your theme or with another plugin. Based on the stack trace you’ve provided, there’s a good chance that your theme is at fault here.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one, until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe is running quite slowlyHi @lohanda,
I suspect that this is a situation that is strictly local to your site as we haven’t seen any other reports of this nor am I able to reproduce it on any of my sites.
There’s a good chance that this is caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce & Stripe
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one, until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe “- OR – ” shown on product page?Hi @pushparajsilva,
You’re seeing that because you have Payment Request Buttons enabled.
The Payment Request Buttons control the ability to use Google Pay and Apple Pay on your site. If you don’t want to provide those options do customers, you can get rid of it by disabling the Payment Request Buttons in WooCommerce → Settings → Payments → Stripe
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe WooCommerce Gateway not workingHi @ldro9500,
I just took a look at your site and can’t find Stripe as a payment option. As such, I’m not able to make any diagnosis of the situation.
I’d recommend making sure that you’ve followed the instructions in the docs here – https://docs.woocommerce.com/document/stripe/ as a first step.
It’s also worth it to make sure that you’re running the most recent versions of WordPress, WooCommerce, and any other plugins and themes.
If all of those things are in place, you might be looking at a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one, until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe form not workingI just took a look at your site and I think you might have a caching issue. I say this because the site guesses my location via Geolocation and when I change the billing country, the fields don’t change to reflect the new location.
This could be part of the problem you’re dealing with. If you have a caching plugin installed, I’d recommend clearing the cache and then disabling the plugin.
If your host has caching enabled, you’ll want to ask them to make sure that the Cart, Checkout & My Account pages are excluded from the cache.
If all of that fails, you may be experiencing a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one, until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.
You haven’t provided a link to your site or any information about it that would help with a diagnosis, so I’m not able to guess what the situation might be. I’m pretty sure it’s not a conflict with the versions of WooCommerce & WordPress that you have as I have a couple of sites running all the latest versions with no issue whatsoever.
You might benefit from following some of the advice I provided above as well.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Only Apple/Google Pay On WoocommerceHi @jc111,
You’ve got 2 options here:
- You can use some CSS to hide the Stripe CC form
- You can look at one of the Hooks here and see if you can disable the form using that – https://docs.woocommerce.com/document/stripe/#section-13. The
woocommerce_credit_card_form_startone would be the first one I’d suggest looking at
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay not workingHi @markpr,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Installment PlansHi @tneils,
That looks like something you’ll want to use the WooCommerce Subscriptions plugin to achieve.
The Stripe plugin by itself will not process subscriptions type payments, but the WooCommerce Subscriptions extension will allow you to do so.
Per the error message above and the fact that disabling the WooCommerce Multilingual plugin restores the desired functionality, that plugin is clearly the source of the issues.
I’d recommend reaching out to the developers of that plugin for support concerning this.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payout currency wrong in pluginHi @bjorntech,
It appears that Stripe is communicating the SEK payout figure back to your site but your site has it’s base currency set as EUR and displays the value as such.
This looks like something you’ll want to speak to the folks over at WPML about as I’m sure this doesn’t happen on a site with a single language.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Dumb question about PP ExpressI’m not sure what you’re doing that requires customers to enter their information twice.
With PP Standard, you fill out the checkout page on WooCommerce, log into your PayPal account, click the Pay button and you’re sorted.
With Stripe, it’s even more straight forward as customers provide their card information right on the checkout page and complete their order.
If you’re using the Modal Checkout, they have to visit one additional page but they aren’t required to enter information twice.
I’d recommend making sure that you’re running the most recent versions of WordPress, WooCommerce, and whatever other plugins you may be using.
If the issues persist, you might be looking at an issue that’s caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each one, until you find the one causing the conflict. You can find a more detailed explanation on how to do a conflict test here.