Adding a view cart link to the checkout trail.

This commit is contained in:
Martin Kamerbeek 2005-05-05 11:05:58 +00:00
parent d595e55fd9
commit a2e347e7af
3 changed files with 11 additions and 1 deletions

View file

@ -485,6 +485,12 @@ A radio button tied to this plugin.<br>
lastUpdated => 0,
context => q|List transactions label|
},
'view shopping cart' => {
message => q|View shopping cart|,
lastUpdated => 0,
context => q|The label for the view shopping cart link in the confirm checkout screen.|
},
};
1;