Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] One Product that ships in multiple boxesFor a single product that’s the only one I know of; I didn’t find any other solutions that were already created.
Your other option could be to convert the product to a Bundled product(containing multiple smaller products) and allow each of them to be shipped separately using classes. This plugin would help with shipping multiple packages:
https://wordpress.org/plugins/multiple-packages-for-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Size Attribute of “0” does not saveHey Swani,
That is a strange error indeed, but one that I was not able to reproduce. I had no problem creating a variation from an attribute which had 0 as the attribute value.
Examples:
http://cld.wthms.co/WnGrAD
http://cld.wthms.co/cBud03I noticed in the video that the client had a Visual Composer plugin. I would try to eliminate the possibility that a theme or plugin is causing a problem here.
See if you can reproduce this error with only WooCommerce enabled and with a default theme.
Let me know how that goes.
Forum: Plugins
In reply to: [WooCommerce] Question about attributes…Hello there,
Does this work with a default theme such as Storefront or Twenty Seventeen? I would be curious to see if maybe your theme is not displaying variation images properly.
Forum: Plugins
In reply to: [WooCommerce] Add Free Subscription to Account on RegistrationHi Abby,
I had a look around but did not see any existing examples of something like this. You could perhaps look at a Gift Products plugin and customize it a bit to automatically gift a product when the user signs up.
Examples of related plugins/tutorials:
https://wordpress.org/plugins/giftable-for-woocommerce/
https://www.sellwithwp.com/gift-woocommerce-products-to-customers/Otherwise, a developer could create a small customization to do this.
Forum: Plugins
In reply to: [WooCommerce] export then import orders with usersHello! You would probably want something like the Customer/Order CSV Export and Import Tool as it would be able to export and import both Customers and Orders.
https://docs.woocommerce.com/document/ordercustomer-csv-export/
https://docs.woocommerce.com/document/customer-order-csv-import-suite/Forum: Plugins
In reply to: [WooCommerce] Help with completing ordersHey, Alex!
Interesting idea, however, WooCommerce is not capable of doing this by itself; it would certainly require either a customization to the plugin or a plugin designed to do this. I wasn’t able to find anything that already existed when searching around myself.
Forum: Plugins
In reply to: [WooCommerce] One Product that ships in multiple boxesHello there! You could use a plugin like this one to split up products into multiple packages:
https://woocommerce.com/products/woocommerce-advanced-shipping-packages/
Forum: Plugins
In reply to: [WooCommerce] Conflict with template – Can’t load payment methodsHey there!
It’s possible that your theme is causing a problem because it overrides WooCommerce’s default templates improperly. The simplest check for this is to either switch totally to a default theme(Twenty Seventeen or Storefront) or move your template overrides temporarily out of the theme directory.
Most theme authors fix their themes in a timely manner, so you can contact the theme developer to have them update the templates.
If the theme is not updated, or if you modified the templates yourself or are using a child theme, you would need to update the templates yourself.
You can read more about how to update the templates here:
https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/Forum: Plugins
In reply to: [WooCommerce] In witch table are orders ?Closing as there are two options available here for doing this(thanks @lorro!)
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Plugins Is NOT Working@gregiii – if the Order Details pane on the right-hand side is permanently grayed-out/disabled, there is likely a conflict preventing the pane from being refreshed via AJAX. I would test with a default theme(2017 or Storefront) along with most plugins disabled.
@k0c1 – This indeed looks like a credentials issue, I would disconnect the plugin from your Braintree account and reconnect.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] New UpdateI’m closing this forum thread as it is a duplicate of another thread which has already been answered.
Thanks!
Hello there,
We haven’t seen this error reported previously. Have you made sure that the plugin is fully updated? I would recommend totally removing the plugin via FTP(or using a file manager within something like cPanel), then reinstalling from the latest version to see if the error persists.
Let me know how that goes.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal Button ShapeHey Tad,
I can confirm that we have an existing feature request to allow for additional configuration options to the PayPal button, however, we don’t have an ETA for the feature request. I’m sorry to say that we cannot provide assistance with customization requests, thus, you’ll want to use PayPal’s documentation along with CSS to change the shape and design of the PayPal button.
Hey Julian,
It is likely that your theme may have a template override which is out of date or incompatible. When a new version of WooCommerce is released, we sometimes update the default templates.
This applies to major releases but also to minor releases and themes may break because they override WooCommerce’s default templates. Most theme authors fix their themes in a timely manner, so you only need to update your theme to get the updated templates.
You can read more about how to update the templates here:
https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/Hey Chris,
Just to clarify, you wish for the button to be loaded based on the geographic location of the site visitor? In other words, not always use the US-based button URL?