Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi,
Thank you for checking. I finally found the issue. It was plugin related! Thank you again for the support!
Best,
Stijn
Hi,
It is not working for me. It is only the very first time you visit the page (so not logged-in, not with the same session within that browser), if you go to incognito and try the very first time to add something it loads for ever… (as soon as you reload the page, it works.)
If you do not support third party plugins, you indicate that it has to do something with this one page checkout plugin right? why isn’t it on your side?
Thank you!
Best,
Stijn
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thank you a lot Mohammed and Kyle! Great, everything works now!
This reply has been marked as private.Hi Mohammed,
Thank you a lot! It is working for portrait mode, but not on landscape mode, do you have a solution for landscape mode? would be great!
Best,
Stijn
Hi Mohammed,
I found already another solution. thank you
March 21, 2015 at 12:05 pm in reply to: How to hide the mini cart in the header if the cart is empty #159528Hi Rui and Kyle,
Could you check my code via the ftp access that I gave you?
Thank you a lot!
March 20, 2015 at 12:28 pm in reply to: How to hide the mini cart in the header if the cart is empty #159382This reply has been marked as private.March 20, 2015 at 10:21 am in reply to: How to hide the mini cart in the header if the cart is empty #159327it is still not working for me, could you check if the code is correct? and provide me with a solution?
Best,
StijnMarch 19, 2015 at 7:31 pm in reply to: How to hide the mini cart in the header if the cart is empty #159181if ($show_cart_count) { if ( $cart_count < 0){ $cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping bag", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.' ('.$cart_count.')</a>'; } } else { $cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping bag", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.'</a>'; }
Thank you!
March 19, 2015 at 5:17 pm in reply to: How to hide the mini cart in the header if the cart is empty #159149Just to add:
I have found out that the cart in the header is not showing if you are on the cart page. So there is somewhere a line of code that exclude the minicart on the cart page. Isn’t it possible to extend this exclusion easily?
Thanks
-
Posted in: We hit Power Elite.