Thomas Shellberg
Forum Replies Created
-
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] How to change product font color in woocommerce cartMarking resolved.
Forum: Plugins
In reply to: [WooCommerce] gap missing in woocommerce pageReinstalling WooCommerce won’t help if your theme is overriding template files(the template files would be stored within your theme directory). The first test is to temporarily switch to a default theme(Storefront or Twenty Seventeen) and test how it looks.
Have a look through your theme or customization plugins for the following?
https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/#section-4
Forum: Plugins
In reply to: [WooCommerce] Relocate coupon notices on cart page?@jon-fergus – I tested this on my local install with Storefront and WooCommerce 3.4.2 but the “auto scroll” function does not happen when a coupon is added at checkout. The “auto scroll” function is only supposed to happen when the checkout form is submitted with errors(missing fields).
Does this happen with a default theme(Storefront) and just WooCommerce enabled?
Forum: Plugins
In reply to: [WooCommerce] Table usermeta doesn’t exist for query INSERT INTO `usermeta`Hey @jonathanmoorebcsorg – it seems that the prefix is either corrupted or not properly parsed? How long is the prefix? Is this a multisite?
Forum: Plugins
In reply to: [WooCommerce] Variable products showing add to cart instead of select options@nuasoft – first test with a default theme(Twenty Seventeen or Storefront) as the default behavior is to show ‘Select Options’.
Forum: Plugins
In reply to: [WooCommerce] gap missing in woocommerce page@incredipaul – it seems like the “product tag” template file is outputting a page without the WooCommerce breadcrumbs – that’s the area that fills that gap.
I would take a look at your theme template files or customizations to see if certain WooCommerce actions are unhooked(it looks like sorting is also removed on that page).
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode breaks mysql database@annieaan – I haven’t ever heard of users suffering from performance issues when using shortcodes. Do you have anything from your server’s error logs that could shed some light on what exactly is happening?
Awesome work here @ipstenu 🙂
Forum: Plugins
In reply to: [WooCommerce] How to change product font color in woocommerce cart@perfectdrip – you might have to add the !important tag at the end. What’s a site URL so I can see for myself?
Forum: Plugins
In reply to: [WooCommerce] Attributes CSV importer@chrisjako – I just tested this with a simple product and it worked perfectly. Here’s an example of what the header columns and values looked like:
And when the product is imported:
http://cld.wthms.co/h3zCmGYou also need to make sure that after you upload your CSV file you map all of those attribute fields properly; it won’t always happen automatically, particularly if your header columns are not perfectly named.
Forum: Plugins
In reply to: [WooCommerce] Alterar campo meta na página de pedido no admin@felipe152 – I just tested this locally and it indeed works for me. I tested by just creating a small logging function that is hooked to
woocommerce_order_status_changed. Even if I changed the status manually it fired the logging function, so this should work.Have you tested with a default theme and only WooCommerce active?
Forum: Plugins
In reply to: [WooCommerce] Diffrent product count for mobile vs desktop@xgstq – this is really tricky as it seems to me that responsive CSS is the best option here for displaying data properly when using a mobile device. It won’t limit the number of products per page but it will display them in a way that is still very easy to use.
Because the number of products per page is set using PHP and given that PHP doesn’t have access to the screensize, I think you’d have to create some jQuery to check the screensize and then refresh the products page using AJAX. That sounds like a lot of work and less preferential than using responsive CSS.
Forum: Plugins
In reply to: [WooCommerce] Cancelled and failed email don´t work@lauramark – the emails are enabled on the Emails settings page, right? WooCommerce->Settings->Emails:
I tested this and they worked fine, but it’s important to consider that these emails are not sent unless the orders were previously of the order status ‘On Hold’ or ‘Processing’.