Skip to content

Instantly share code, notes, and snippets.

@brandondove
Created October 14, 2010 17:29
Show Gist options
  • Save brandondove/626617 to your computer and use it in GitHub Desktop.
Save brandondove/626617 to your computer and use it in GitHub Desktop.
<?php
shopp( 'catalog', 'product', 'name=Recurring Donation&load=prices,images' );
$content_column.= shopp( 'product', 'donate', 'return=true' );
echo $content_column;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment