secretrivers
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] SyntaxError: Unexpected token C in JSON at position 1I tried to load the backup of the plugins with updraft. Unfortunately this doesnt work either.
My guess is that something with the database update of woocommerce went wrong also. It asked me to do that today and I did. According to the message received it should have went properly though.Forum: Plugins
In reply to: [WooCommerce] SyntaxError: Unexpected token C in JSON at position 1Dear Claudiu,
I check this out. But does that have any impact on the products in the backend? I can’t modify them, or even open the inventory, variations, etc.Hey nicmare!
the solution below actually worked out. The only thing is that if you change the language in the cart the products won’t translate. But I don’t care about that. I guess it is not likely to happen in reality. Thank you for the links!
open the plugin file: >src>hyyan>WPI>cart.php
and delete this code:
// handle the translation of displayed porducts in cart
add_filter(
‘woocommerce_cart_item_product’
, array($this, ‘translateCartProducts’)
, 10
, 2
);Forum: Plugins
In reply to: [WooCommerce] Shipping Zone: display wrong costs, wrong calculationwhoops, found where I can see it…
But still, all the zones match accordingly. Due to the workaround mentioned before prices are right.
Perhaps I am the only one with this issue.Forum: Plugins
In reply to: [WooCommerce] Shipping Zone: display wrong costs, wrong calculationHey Mike,
What you mean is the preset “rest of the world”, right?
I had removed all the shipping zones expect this one, as it can’t be removed and it still added the 12,90.I activated the debug mode. Where can I see the matches?
Forum: Plugins
In reply to: [WooCommerce] Shipping Zone: display wrong costs, wrong calculationHey Caleb,
Thanks for your reply. So far nothing worked of the proposed solution.
I found a workaround: I just deduct 12,90 from each flatrate in order to offer the right costs.
Not perfect, but acceptable for now!Forum: Plugins
In reply to: [WooCommerce] Shipping Zone: display wrong costs, wrong calculationProper link to screenshots:
https://www.dropbox.com/s/isa617h54g49z1c/shipping%20zones%20problem.pdf?dl=0″