Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] facing issues in publishing the products@aadarsh648 – try publishing your products with just WooCommerce active(no other plugins) and a default theme.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce built in csv import/export fails to update pricesthere are sometimes variants which inherits SKU from main variable tab. These products are ignored by csv import.
What exactly do you mean here? Are you saying that some of your variations have the same SKU? If that’s the case, that will not work; SKUs are, by definition, supposed to be unique.
Forum: Plugins
In reply to: [WooCommerce] Box Image/Tab appearing each side of product pageIf you’re using Storefront, the first answer in this thread should help you:
https://wordpress.org/support/topic/hide-remove-woocommerce-pagination/
Forum: Plugins
In reply to: [WooCommerce] Java Conflict b/w WPUserFrontend & Woocommerce@smohannagaraj – does this only occur with WooCommerce, WPUserFrontend, and a default theme active?
I made a quick test on my local site and everything worked fine, no errors.
Forum: Plugins
In reply to: [WooCommerce] Add “My account” to sidebar@dkunev – I haven’t tried this myself but maybe give this plugin a go:
https://wordpress.org/plugins/woocommerce-my-account-widget/
At any rate, you could start your search by looking for something like “woocommerce my account widget” or “woocommerce my account shortcode”. You can then add the shortcode to a normal text widget.
- This reply was modified 7 years, 11 months ago by Thomas Shellberg.
Forum: Plugins
In reply to: [WooCommerce] when 30 or fewer product variations, no variations are shown@360directweb – that’s weird and definitely not default behavior. Maybe your theme has a customization that is not working properly. Do you see this behavior with a default theme(Twenty Seventeen) and with just WooCommerce activated?
WooCommerce has a performance function which loads variations using AJAX when a certain number of variations are set up within a variable product, I wonder if that is related to this.
Forum: Plugins
In reply to: [WooCommerce] How Link to Woocommerce Product Page by idYou should use the following:
[product_page id="99"]https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-12
Forum: Plugins
In reply to: [WooCommerce] Text in add to cart button not centered@anikay – your theme has custom CSS for
.buttonwhich sets the height to 30px. This is constraining the size of the button unnecessarily(the button size should be set by the text size plus any padding.Try:
.button { height: auto; }You might have to add the
!importanttag at the end.- This reply was modified 7 years, 11 months ago by Thomas Shellberg.
- This reply was modified 7 years, 11 months ago by Thomas Shellberg.
Forum: Plugins
In reply to: [WooCommerce] cart not working correctly on firefox and internet explorer@mitchelabrahams – this is almost surely a server configuration issue. Maybe the cookie that tracks cart items is being shared across multiple users. I would take a look at how your cookies and sessions are stored.
Forum: Plugins
In reply to: [WooCommerce] Yoast Conflict with Woocommerce?@iamtheallspark – since the error is being generated when Yoast is active, the Yoast support team is better suited for this.
Are there any more specific errors in your server logs?
Forum: Plugins
In reply to: [WooCommerce] How to get revenue for each monthHey @sal4sup – perhaps you can use something like this as a starting point:
https://gist.github.com/tommyshellberg/b30b65c30a9f2c409ec0feddf85dca17It’s super rudimentary but it takes the last 30 days of sales data and displays it wherever the [display_monthly_sales] shortcode is used.
@denniro – can you copy your System Status report here? You can find it at WooCommerce->Status.
Forum: Plugins
In reply to: [WooCommerce] crash website@endriu88rm – Check your server’s error logs for the exact error message. This often occurs as a result of a plugin or theme customization which is referencing a deprecated function.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Translation to Danish@domino4evers – which exact strings are you trying to translate? Some of them might be included within WooCommerce.
@alenka1436 – your Checkout page needs to be served over HTTPS. I personally recommend encrypting the entire site and setting your site URL to use HTTPS. You’ll first need a trusted SSL as the site doesn’t have one.