Jelle Tempelman
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Fatal error in 1.9.176@andregouveia @photospirit You can deactivate the plugin, and than perform a rollback. That worked for me.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Fatal error in 1.9.176I don’t want to be rude, but this happens like 4, 5, 6 times a year. Please @gplsaver can you fix this?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] fatal error in 1.9.170Hi @gplsaver thanks for fixing the problem. This fixes the problem for me too. No more errors in the debug log either. Thanks.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] fatal error in 1.9.170I am also experiencing this problem. During testing and reading code I have come to the following conclusions:
- No products are added to the shopping cart
- When you are logged in as admin you even get a WordPress critical error on the shopping cart page
- The problem seems to be in the management of the cookies/session
- The problem persists, regardless of whether you choose Cookies or PHP Sessions in the settings
For now I will switch back to version 1.9.167
- This reply was modified 3 weeks, 6 days ago by Jelle Tempelman. Reason: Did more research
Forum: Plugins
In reply to: [WooCommerce] Problem with shipping zonesHi @xue28
Thanks for the response! I was under the impression that the 3 dots were an indicator for a range including the very last possibility, but as I understand it now, the value after the 3 dots is the last value included. Is that right?
Forum: Plugins
In reply to: [WooCommerce] Problem with shipping zonesHello @anastas10s ,
Thanks for looking in to my problem. The ZIP codes I submitted in my initial post was for demonstration. I’ll provide you with the following:
A) Shipping zone covers
3300**...3769**
B) Shipping to
3768AA
is working, this is a ZIP code in Zeist (town near Utrecht)C) Shipping to
3769AA
is not working, while this is a perfectly valid ZIP code for Soesterberg (even smaller town near Zeist)The only thing I can think of causing this is that 3769 it’s at the end of the numeric range, and that the trailing AA is causing it to go outside that range. But I figured that the two wildcards at the end should fix that. Is that not true?
Forum: Fixing WordPress
In reply to: Open Sans and theme.jsonHi @t-p ,
I am developing a theme a team myself. It’s not a problem with the theme, it’s a problem with WordPress.
- This reply was modified 1 year, 9 months ago by Jelle Tempelman.
- This reply was modified 1 year, 9 months ago by Jelle Tempelman.
Thank you both. @missveronicatv your answer is truly amazing thank you. I added the snippet to my functions.php and I works like a charm. Thank you so much!
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Can’t manage my stock anymoreThanks a lot! I’ll be patiently waiting ??
Good luck finding the solution!Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Table overview bugHi,
When I view the page source and I search for bootstrap no hits will come up.
Hiding one of the screenoptions indeed fixes the problem. Only, my customer has 32 users registered and not all users know how to turn off one or more screenoptions. I would really appreciate a fix in one of the coming up versions.Forum: Fixing WordPress
In reply to: featured images on custom post typeBecause I’m trying new things and doing it myself is more fun than going with an OOB option ??
Forum: Fixing WordPress
In reply to: featured images on custom post typeHi @corrinarusso thanks for responding. Unfortunately, this is not the problem. In order to print the image, I need to link the image, and that’s not posible.
First of all, the gallery opens empty, while there are images available in the gallery. Second, when I select an image the image won’t link. For more info I recorded my screen to make it more clear.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Disabled locationThanks @alexmigf very helpfull!
Have a great evening!Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Disabled locationYes indeed, the post meta is not destroyed when I disable a location.
I was not sure if this is a bug or a development choice.
I ran into it because I get data directly from the database to display in my theme.What my sql-query does is:
I first retrieve all existing locations from the database and then look up the stock. This ensures that a location is also shown when it has no stock / is not activated for that product.Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Disabled locationHi @alexmigf
sorry for the late response, overlooked the email.I disable the location in de sidebar (see image)
All the steps I take are:- Create a product
- Link all locations in the side menu
- Fill in stock for all locations
- Delete link between 1 location and the product
- This reply was modified 4 years, 3 months ago by Jelle Tempelman.