thomasstr
Forum Replies Created
-
Yes, I tried myself and the error occured after signing with BankID. It returned to klarna page where “Ops her skjedde det en feil..” and a button that said “Jeg skj?nner”.
The link is https://hiil.no
Just to clarify then.
Would you then have to set the Container Code to ON again after enabling the Consent Mode v2, or does this setting stay OFF at all time and you just use the dataLayer from GTM4WP?
Forum: Plugins
In reply to: [LiteSpeed Cache] critical error when memcached enabledIs it possible to solve this with another solution so we can keep using the plugin?
Hei,
Takk for kjapp hjelp ??
Sette prioritet til 100 fungerte utmerket.For anyone wondering about this issue, it can be solved by using the shortcode available in the plugin. If so, remember to set Position to “No (hide it)”.
This is how I solved it.
<?php function show_linked_variations() { echo do_shortcode('[wpclv]'); } add_filter('wp_is_mobile', 'app_is_mobile'); function app_is_mobile($isMobile) { if ($isMobile) { add_action('woocommerce_single_product_summary','show_linked_variations', 14); } else { add_action('woocommerce_single_product_summary','show_linked_variations', 29); } }
Hi,
I dont know if this is the same problem, but we are currently seeing the shipping amount when we are logged in as admin. As soon as we are logged out and try to complete an order, it only shows the address we want to ship towards.
In the order it shows the correct shipping amount.
We are also using the latest version of Klarna Checkout and happened after updating to the latest version.
Setup:
LSCache with excludes:
/utsjekk/ (Checkout)
/handlekurv/ (Shopping cart)
/vipps-betaling/
/vipps-express-checkout/
/vipps-buy-product/EDIT:
When there is more than one shipping-option, they show also for a logged-out user.
- This reply was modified 3 years, 11 months ago by thomasstr.