gisselfeldt
Forum Replies Created
-
@edwinatgideon look for “add_filter( ‘woocommerce_cart_shipping_packages’, array( $this, ‘woosb_cart_shipping_packages’ ), 99, 1 );” in the class-woosb.php-file.
You could probably remove the filter through functions, but try commenting the line out first and see if that helps.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Doesn’t show the banner on iOS13/SafariForum: Plugins
In reply to: [Cookies and Content Security Policy] Doesn’t show the banner on iOS13/Safari@jonkastonka thanks for a quick reply! I’ve tested everything thoroughly on my iOS devices. All iOS14 of course. Seems to load in slowly on the dev-mode of safari on mac, but still shows. On iPhones it doesn’t unfortunately.
After some more testing I found that it seems to be connected to the “Allow visitor to use the site…”. If they’re not allowed to use it. The banner works. If they are – The contents of the banner is hidden, but has the placeholder-div above the page stopping the user from clicking the content.
Thanks for your response @wpclever ,
That’s strange because it worked just fine in version 3.x, but not in 5.x. I have a testing environment with WPC 3.7.2 and that counts the products just fine with Table Rate Shipping. 5.x doesn’t. So something has changed on that part between the two versions.
Best regards,
Edit; Found the problem, and solved it by disabling the filter for woocommerce_cart_shipping_packages in the plugin. I had solved it in the previous version that way also, that’s why it worked in 3.X.
- This reply was modified 4 years, 5 months ago by gisselfeldt.