Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Improve Related ProductsThe
woocommerce_related_productsfilter is still a filter that can be used:https://docs.woocommerce.com/wc-apidocs/source-function-wc_get_related_products.html#872
The template-functions.php file included in WooCommerce also has a filter named
woocommerce_output_related_products_args.Forum: Plugins
In reply to: [WooCommerce] Duplicate order showing in front endHi @quickstrap,
Sorry for the long wait in my reply. Is this still an issue for you? Can you send screenshots to show what exactly is happening?
Forum: Plugins
In reply to: [WooCommerce] CheckoutHi there,
I assume that you are using a Calendar on the checkout page which is added by the WooCommerce Checkout Field Editor Pro plugin? If so, you would definitely need to create custom rules which interact with the WooCommerce Checkout Field Editor Pro plugin as the calendar isn’t added by WooCommerce itself. You could create a code customization or see if the developers of the WooCommerce Checkout Field Editor Pro plugin can help you further.
Forum: Plugins
In reply to: [WooCommerce] Products Gone Missing After WooCommerce UpdateHi there,
Sorry to hear about this. Do you still need help with this? Did you run the WooCommerce database update after updating the plugin?
Hi there,
It sounds like you have AJAX add to cart enabled.
Go to WooCommerce > Settings > Products > General and disable “Enable AJAX add to cart buttons on archives”:
Forum: Plugins
In reply to: [WooCommerce] Category Display@blackarch01 – I’m not sure I totally understand what you are looking for here, however, you can set the category display for WooCommerce by going to Appearance->Customize->WooCommerce->Product Catalog.
Screenshot:
http://cld.wthms.co/tB2zhHHey there,
Try going to Appearance->Customize->WooCommerce and change the Address Line 2 setting.
Screenshot:
http://cld.wthms.co/eR4S6vHi @wooq123 – it could be an error on the product pages, a JavaScript error, or mixed content warnings. Can you reply with a product page URL from your site so that we can see this ourselves?
Hi @ammu071090 – I’ve tried to reproduce this myself with WooCommerce 3.5.1 but cannot. If you are still seeing this issue, can you provide some exact steps to replicate this problem? A screencast would be super beneficial here.
Thanks!
Hey @christianslater – the order status should change automatically if the order is marked as Paid by Stripe. Have you made sure to add your webhook in your Stripe account pointing to your site?
Forum: Plugins
In reply to: [WooCommerce Square] Manually Run Square –> WC SyncHi @ascottme – If you take a look at the existing CRON job using something like WP Crontrol you can see the method that is run for inventory polling(check the screenshot below):
In the same way, you should be able to run
WC_Square_Sync_From_Square->sync_all_inventory()via a CRON job to manually sync the Square inventory from Square to WooCommerce.Hope that helps!
- This reply was modified 7 years, 5 months ago by Thomas Shellberg.
That’s strange, it definitely has that function:
I’ve tested this locally with 1.4.5 of the Google Analytics plugin along with WooCommerce 3.4.7 but don’t see this error anywhere.
You received this error everywhere on the site, or just when visiting certain pages or performing certain actions?
@pavle123 – What version of WooCommerce were you testing with? 3.4.7? I can’t replicate this issue with 3.5.0.
@julianvu – same problem here; additionally, shouldn’t the width of the
wheel_content_rightdiv be set in a responsive way using a percentage or ’em’ units? It’s set to a fixed pixel size which seems to be the problem.Hey Bas,
I’m not sure I totally understand this issue yet. Could you provide a URL to your shop so we can check it out?
You are using the standard WooCommerce Tax tables to generate taxes in the store, right? Can you send a link to a screenshot of your tax table, please?