No error messages, but empty shopping cart is still displayed.
Printable View
No error messages, but empty shopping cart is still displayed.
Check your $empty_cart and $vmMinicart, i think problem are in them 100%.
Paste that variables here if u want.
Just got another way:
NOTE: This won't work on you again too. First problem is in your variables.Code:<?php
if (!$empty_cart && !$vmMinicart) {
$display = "display:none";
}
else{
$display = "";
}
//here goes your card
<div style="<?php echo $display; ?>"></div>
?>