Created
November 16, 2013 11:44
-
-
Save Ulv/7499279 to your computer and use it in GitHub Desktop.
Virtuemart "add to cart" button on category page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // "Add to cart" Button | |
$this->assignRef('product', $product); | |
echo $this->loadTemplate('addtocart'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment