Commerce, Product, Subscription, and AuthWebGUI help pruning
This commit is contained in:
parent
40a49bc913
commit
b11b36aa39
8 changed files with 21 additions and 553 deletions
|
|
@ -1,77 +1,10 @@
|
|||
package WebGUI::Help::Commerce;
|
||||
|
||||
our $HELP = {
|
||||
'commerce manage' => {
|
||||
title => 'help manage commerce title',
|
||||
body => 'help manage commerce body',
|
||||
fields => [
|
||||
{
|
||||
title => 'confirm checkout template',
|
||||
description => 'confirm checkout template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'transaction error template',
|
||||
description => 'transaction error template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'checkout canceled template',
|
||||
description => 'checkout canceled template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'checkout select payment template',
|
||||
description => 'checkout select payment template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'checkout select shipping template',
|
||||
description => 'checkout select shipping template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'view shopping cart template',
|
||||
description => 'view shopping cart template description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'daily report email',
|
||||
description => 'daily report email description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'payment plugin',
|
||||
description => 'payment plugin description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'shipping plugin label',
|
||||
description => 'shipping plugin label description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'enable sales tax',
|
||||
description => 'enable sales tax description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'list pending transactions' => {
|
||||
title => 'list pending transactions',
|
||||
body => 'help manage pending transactions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'cancel template' => {
|
||||
title => 'help cancel checkout template title',
|
||||
body => 'help cancel checkout template body',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'message'
|
||||
|
|
@ -89,7 +22,7 @@ our $HELP = {
|
|||
|
||||
'confirm template' => {
|
||||
title => 'help checkout confirm template title',
|
||||
body => 'help checkout confirm template body',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -148,7 +81,7 @@ our $HELP = {
|
|||
|
||||
'error template' => {
|
||||
title => 'help checkout error template title',
|
||||
body => 'help checkout error template body',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -186,7 +119,7 @@ our $HELP = {
|
|||
|
||||
'select payment gateway template' => {
|
||||
title => 'help select payment template title',
|
||||
body => 'help select payment template body',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue