Hello,
I have a few questions regarding my cart page:
1:
i am receiving the following errors on my cart page:
Warning: array_keys() expects parameter 1 to be array, null given in /home/meenemen/public_html/wp-content/plugins/woocommerce/includes/wc-cart-functions.php on line 465
Warning: array_keys() expects parameter 1 to be array, null given in /home/meenemen/public_html/wp-content/plugins/woocommerce/includes/wc-cart-functions.php on line 436
Warning: current() expects parameter 1 to be array, null given in /home/meenemen/public_html/wp-content/plugins/woocommerce/includes/wc-cart-functions.php on line 437
2: How do i give both columns the same height?
3. My shipping methods are not showing anymore, although i have 3 options in my woocommerce settings. (is this because of the error?)
4. Please help me so my shipping methods show correctly:
I have three shipping options: 1) free shipping above 50 EUR 2) Shipping rate 3,95 EUR when < 50 EUR 3) Servicepoint drop off (Sendcloud.nl integration). I have added the Sendcloud shipping method to my woocommerce shipping settings. What i am trying to achieve is:
a. When amount = < 50 EUR: show both shipping rate 3,95EUR and servicepoint dropoff 3,95 EUR.
b. When amount = > 50 EUR: show both free shipping 0,00EUR and servicepoint dropoff 0,00 EUR.
Would love if you could help me with this.
Kind regards,
Sven Heinen