Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Woocomerce checkoutHi @mmdesignsldn,
You will need to add some CSS to override the padding and margins added to the stripe icons.
Your multi-step checkout plugin is adding padding-right:

You can use your browser’s Developer Tools and the Inspect tab to troubleshoot/tweak CSS on the site.
http://wptheming.com/2012/07/chrome-developer-tools-wordpress/
The “pay with your bank card” section can’t be moved non-destructively but you could style the form to remove some of the padding/margins to bring it closer to the credit card inputs.
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] need helpHi @thebuilders,
I have both the PayPal Checkout plugin and WooCommerce Stripe enabled at the same time but I’m not seeing any fatal errors. Do you see this fatal error with only WooCommerce and the PayPal Checkout plugin enabled?
Or does this fatal error happen when WooCommerce, Stripe, and PayPal Checkout are enabled?
Are all three plugins fully updated?
Hi there,
>1. What does this additional information mean, for example for Alipay?
This means that these additional gateways(AliPay, for instance) are not enabled by default within your Stripe account. You’ll need to manually enable them.
> 2. In brief, none of the sources are supposed to show in the Stripe account test data by just enabling the on/off toggle for any of the sources except cards, correct?
You enable them here:
https://dashboard.stripe.com/account/payments/settings
>3. Then, how can we test them so that it shows in the account?
Testing needs to be done using Stripe’s Testing documentation. The plugin doesn’t have built-in test data as it still needs to communicate with the Stripe Sandbox when testing just as if it were a real payment.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Configuration SCAYou’ll also want to check your Stripe Radar rules and determine when you want to prompt 3D Secure validation. More info about that here:
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] Apple Pay Payment Not Complete ErrorWe 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] Woocommerce Shipping zones not workingIt sounds like the table was corrupted somehow. You could also look at altering the table and switching to InnoDB as the engine rather than MyISAM.
Forum: Plugins
In reply to: [WooCommerce] Integrate external API in WoocommerceHi @laletizia,
It seems that this third-party service already has a WooCommerce plugin to integrate with payments on a WooCommerce website, so, you shouldn’t need to write custom code to take normal payments.
You could use an existing solution which allows you to take scheduled/installment payments, one of which can be found here:
Forum: Plugins
In reply to: [WooCommerce] How to prevent wp_woocommerce_session cookie being set?Hi @timwakeling-1,
As you have mentioned, the
wp_woocommerce_sessioncookie is not set by WooCommerce by default unless the user is logged in.For questions specifically related to the PayPal Checkout plugin, please post here:
https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout/
Hi @lu2cz,
It is likely that some of your products have a missing/corrupt
post_statusvalue in the database. If you are familiar with opening up your site’s database using something like phpMyAdmin, you can view thepost_statusvalue for all of your products in the_poststable and see if some of them do not havepublishordraftas the value.Forum: Plugins
In reply to: [WooCommerce] Not receiving order confirmation emails in Yahoo and Hot MailHi @deividuska,
I think @mailmechanic has brought up some good points here – for some reason those email services are filtering emails sent from you. Beyond checking your email service settings, you may want to check the actual content of your emails as well. Perhaps the “from” email address has a poor sending reputation or there is content within your emails(phone number, email, address) which is triggering their automatic filtering.
Forum: Plugins
In reply to: [WooCommerce] Error while syncing products of woocommerce with SquareUPHi @sherkhanu,
This forum is for the core WooCommerce plugin, are you perhaps using the Square plugin developed by WooCommerce? If so, please create a forum post here:
Forum: Plugins
In reply to: [WooCommerce] Cart isn’t showed in mobileHi @hugojsmal,
It seems like the ‘Cart’ page is indeed set within your WooCommerce settings, however, I am seeing a 404 error as well when I visit the Cart URL.
Perhaps the Cart page has been deleted; check your Pages area to find out. You can reinstall your default WooCommerce pages by going to WooCommerce->Status->Tools->Create default WooCommerce pages.
Forum: Plugins
In reply to: [WooCommerce] Languange setting WoocommerceHi @karinfabricius,
If the language is 100% translated(based on the latest Stable release) the language pack should be automatically downloaded. You can check the percentage here:
https://translate.wordpress.org/projects/wp-plugins/woocommerce/
I verified that Dutch is automatically applied when switching the language.
Forum: Plugins
In reply to: [WooCommerce] Variable Product out of stockHey @sidneyquitorio8,
It’s possible that something went wrong during a database update – if the parent product shows ‘out of stock’ incorrectly here’s what you can try:
- Find the product in the Products area by searching for it.
- Click ‘Quick Edit’ underneath the product.
- Make a minor change(say, enable ‘Manage Stock’) and click Update.
- Click ‘Quick Edit’ again underneath the product.
- Revert the minor change you made earlier and update again.
This should recalculate the data for the product and set it back to ‘in stock’.
- This reply was modified 6 years, 9 months ago by Thomas Shellberg.