I wanted to make the the shopping cart gif (header) appear only when, there are products in the cart. I see an IF statement already in header to make the "shopping cart" text/link appear, appear if the cart has contents:
can the same statement be applied to the gif? if so where do I place it?PHP Code:<?php if ($_SESSION['cart']->count_contents() != 0) { ?>


Reply With Quote
