Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not showing count for files downloadedHey Jean, sorry for the late reply, is this still an issue with WooCommerce fully updated(3.4.1)?
Forum: Plugins
In reply to: [WooCommerce] Purchase process and customer emailIs telling me that also another email has been sent to the email address I’ve used as customer, the email is “Your store name order receipt”.
However this email is never arrived in the email account I’ve used for the customer purchase purpose. Neither in the junk folder. It’s an hotmail address that match also as email of the second admin of the store, maybe there’s a conflict?
Your emails are being filtered. I would definitely test with customer email address not equal to the server’s sending email address.
You may also want to try an alternative SMTP method, I personally like Mailgun(they have a plugin you can download and use for free).
Forum: Plugins
In reply to: [WooCommerce] MySQL Version Warning@mbgibson are you running WooCommerce 3.4.1? What exactly do you mean by “My WooCommerce does not work correctly”?
Forum: Plugins
In reply to: [WooCommerce] DISABLE Automatic Thumbnail ResizingThis post goes over how to manage images with WooCommerce 3.3+:
https://iconicwp.com/blog/manage-woocommerce-product-image-sizes-3-3/
You could unregister support for WooCommerce with
remove_theme_support( 'woocommerce' );Forum: Plugins
In reply to: [WooCommerce] German Translation for SIE@torstenk – if the language is 100% translated it will be translated automatically, so, if something is missing, please add the translation for that language. 🙂
There is a special translation for “formal” German:
https://translate.wordpress.org/locale/de/formal/wp-plugins/woocommerce
Forum: Plugins
In reply to: [WooCommerce] Best way to auto-reload admin orders page on new order@jjjoel – This sounds like an overly complicated way to get notifications of orders. Why not hook up a desktop notification to the email address that receives WooCommerce New Order notifications? Or use a free Chrome extension that auto-refreshes the page every x amount of minutes?
Forum: Plugins
In reply to: [WooCommerce] Customer logout endpoint goes to 404 pagehey @dotfrag is this still an issue for you? Do you have “Pretty Permalinks” enabled and have you tried refreshing them(saving and refreshing)?
Forum: Plugins
In reply to: [WooCommerce] Privacy policy checkbox not appearing@gorem what’s the site URL?
Forum: Plugins
In reply to: [WooCommerce] Thumbnails not showing since WC 3.3+hey @jansesberger, sorry for the late reply, did you get this working?
Forum: Plugins
In reply to: [WooCommerce] Category to display PageWhy not just create a normal page and use the [products] shortcode?
https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-6
Forum: Plugins
In reply to: [WooCommerce] Improve Related ProductsI believe more filters have been introduced, take a look at the API docs:
https://docs.woocommerce.com/wc-apidocs/source-function-wc_get_related_products.html#826-880
@zorenleolumosbog – Can you explain exactly what you are trying to accomplish here? Are you talking about changing the product title when creating an order manually and searching for products?
Forum: Plugins
In reply to: [WooCommerce] pagination not working@adil1641 this looks to be working now, do you still need help?
Forum: Plugins
In reply to: [WooCommerce] “All products” not equal to “published products” total@shimaab is this still an issue with the updated version of WooCommerce? Is this on the front-end or in the backend(the admin area)?
Forum: Plugins
In reply to: [WooCommerce] Extra fee tax doesnt apply to totalYou can do that with a small snippet found here:
https://docs.woocommerce.com/document/add-a-surcharge-to-cart-and-checkout-uses-fees-api/