Fix bad i18n and broken help variables for the Product.

This commit is contained in:
Colin Kuskie 2009-07-22 16:58:52 +00:00
parent b231bbd89d
commit 23f7af1d71
3 changed files with 9 additions and 6 deletions

View file

@ -60,8 +60,10 @@ our $HELP = {
{ 'name' => 'in_stock' },
{ 'name' => 'no_stock_message' },
{ 'name' => 'buy_form_header' },
{ 'name' => 'buy_form_options' },
{ 'name' => 'buy_form_button' },
{ 'name' => 'buy_options',
description => 'buy_form_options' },
{ 'name' => 'buy_button',
description => 'buy_form_button' },
{ 'name' => 'buy_form_footer' },
{ 'name' => "hasAddedToCart" , required=>1 },
{ 'name' => "thankYouMessage", description=>"thank you message help" },