Skip to content

Instantly share code, notes, and snippets.

@Ulv
Created November 16, 2013 11:44
Show Gist options
  • Save Ulv/7499279 to your computer and use it in GitHub Desktop.
Save Ulv/7499279 to your computer and use it in GitHub Desktop.
Virtuemart "add to cart" button on category page
<?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