more docs and hover help for commerce
This commit is contained in:
parent
3ab99392fb
commit
01e1bf5a1b
3 changed files with 103 additions and 28 deletions
|
|
@ -5,6 +5,51 @@ our $HELP = {
|
|||
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',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue