added "addedToCart" var to ThingyRecord

This commit is contained in:
Doug Bell 2009-05-28 21:52:54 +00:00
parent ef5eba0947
commit 400c67e39a

View file

@ -534,6 +534,9 @@ sub view {
? $self->get('thankYouText')
: $options->{message}
;
if ( $options->{addedToCart} ) {
$var->{addedToCart} = 1;
}
# Add form header, footer, and submit button
$var->{ form_header }