Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product image disappearingTest with just the default theme and only the WooCommerce plugin enabled.
Forum: Plugins
In reply to: [WooCommerce] Products and CategoriesStylianos,
The relevant settings for this are now within the Customizer. Go to Appearance->Customize->WooCommerce->Product Catalog.
If you need to customize it further you would need to create your own customization.
Forum: Plugins
In reply to: [WooCommerce] How to unregister the old image sizes?Take a look at this post for how image sizes are maintained with WooCommerce 3.3+:
https://iconicwp.com/blog/manage-woocommerce-product-image-sizes-3-3/
Forum: Plugins
In reply to: [WooCommerce] Site crash after updating woocommerceYou probably have a theme or plugin that is not compatible with the newest version of WooCommerce; they might be referencing a deprecated function.
First, you should copy the site to a staging environment to make sure you don’t take down your store. This gives you time to test everything before going live, anyways.
Second, update your WooCommerce extensions *before* updating WooCommerce itself. If you still receive a Fatal Error review your server’s error logs for the exact error message to determine where it’s coming from.
Forum: Plugins
In reply to: [WooCommerce] Disable stock reduce function for pending orderHey Long,
Are you using WooCommerce Bookings for these products? If so, take a look at the settings you can adjust for this, here:
https://docs.woocommerce.com/document/bookings-faq/#section-24
@updistribute can you please add your screenshots and steps to replicate directly to the Github issue that was referenced previously? This very well might be due to a localization address problem.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payments failedI would contact the theme developer and let them know of the error so that they can correct it.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Currency problemHello again,
Good to hear that you found a solution. I haven’t seen anyone else request this before so it might be too much of an edge-case scenario for the plugin to adopt.
You could post in the GitHub repository if you think it would make a nice enhancement or submit a pull request with your changes.
https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout
If you’re looking at the Braintree(Credit Card) method, check the Braintree(PayPal) method(or vice-versa) to see if you’ve already connected your account. Then, you can enable the “share credentials” option shown in your screenshot.
If neither one is connected and this still occurs, try reinstalling the plugin and testing with a default theme.
The ‘Checkout with PayPal’ button the Cart page is designed to skip the normal checkout process, which disables many of the fields on the Checkout page.
Specifically, the following disables the Shipping fields, of which, the order notes are included:
remove_action( ‘woocommerce_checkout_shipping’, array( $checkout, ‘checkout_form_shipping’ ) );
You would need to create a customization to re-add the order notes if customers use the ‘Checkout with PayPal’ button on the Cart page.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Different API keys per environmentHi there,
This isn’t possible without a customization to the plugin – perhaps you could just exclude certain tables when pushing your database changes(exclude wp_options for instance)?
Hi there, is it totally missing or is it greyed out? Do you perhaps have the “enter connection credentials manually” option enabled?
Are you able to reproduce this with a default theme and with only the WooCommerce and PayPal by Braintree plugins enabled? Are you using the standard Flat Rate shipping method or do you have something like “Per Product Shipping” enabled?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Currency problem@dingdang – Personally, I would recommend not offering your customers the ability to switch the transacted currency if you cannot actually receive transactions in that currency.
If you just need to display costs in different currencies(but not change the currency that is actually used), you could use a currency converter widget/plugin:
https://woocommerce.com/products/currency-converter-widget/
Otherwise, this would require a customization to the plugin.
2. Customer does an upgrade via his customer account. That is, orders also a second T-Shirt – color blue.
How exactly are they doing this? They go to My Account -> Subscriptions, click on the subscription, then click on the ‘Upgrade/Downgrade’ button and check out from there?
Can you send a screenshot of your Subscription Switching settings, please?
These:
http://cld.wthms.co/BjsFMV