This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
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
Hello,
1) These warnings relate to WooCommerce plugin, so you need to contact woocommerce support.
2) Please provide screenshot for better understanding the desired result.
3-4) It would be better to contact WC support.
Regards
2) Please check the screenshot:
http://meenemenopreis.nl/wp-content/uploads/2018/11/Knipsel.png
Please add this code in Theme Options > Custom css > Custom css for desktop:
.cart_totals table {
margin-bottom: .45em;
}
Do not forget to clear cache before checking the result.
Regards
You must be logged in to reply to this topic.Log in/Sign up