added thank you page
fixed bug in minicart added user transaction detail page
This commit is contained in:
parent
c913c3ede3
commit
93454e36f9
9 changed files with 115 additions and 23 deletions
|
|
@ -3,6 +3,12 @@ package WebGUI::i18n::English::Shop;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'thank you message' => {
|
||||
message => q|Thank you for your order! Please print this page as your receipt.|,
|
||||
lastUpdated => 0,
|
||||
context => q|notice after purchase|,
|
||||
},
|
||||
|
||||
'shop notice' => {
|
||||
message => q|Shop Notice|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue