Create a Dynamic Link to the Cart
Straight Link:
<?php foxyshop_cart_link('View Cart'); ?>
Writes “View Cart (0) ($0.00)”
<?php foxyshop_cart_link('View Cart (%q%) ($%p%)'); ?>
Hides the Link if the Cart is Empty:
<?php foxyshop_cart_link('View Cart', true); ?>
Posted in: Helpful Code Snippets