Add getAddToCartForm to skus, update Shelf code, help, i18n and template.

This commit is contained in:
Colin Kuskie 2009-03-28 17:25:43 +00:00
parent b4c60af457
commit 01b8ccf412
14 changed files with 222 additions and 4 deletions

View file

@ -138,6 +138,18 @@ sub definition {
#-------------------------------------------------------------------
=head2 getAddToCartForm
Returns an empty string, since the add to cart form is complex.
=cut
sub getAddToCartForm {
return '';
}
#-------------------------------------------------------------------
=head2 getClickDiscountText
returns the text to display the number of clicks purchasaed where discounts apply