hover help
This commit is contained in:
parent
eb3115d3f9
commit
0780aacfe5
15 changed files with 742 additions and 332 deletions
|
|
@ -258,149 +258,112 @@ left of it. Use the delete button to remove it.<br>
|
|||
lastUpdated => 0,
|
||||
context => q|The title of the manage product help page|
|
||||
},
|
||||
|
||||
'title description' => {
|
||||
message => q|The name of the product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'description description' => {
|
||||
message => q|A description of the product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'price description' => {
|
||||
message => q|The default price of the product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'weight description' => {
|
||||
message => q|The default weight of the product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'sku description' => {
|
||||
message => q|The base SKU of the product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'template description' => {
|
||||
message => q|The default template associated with product.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'sku template description' => {
|
||||
message => q|This field defines how the SKU for each
|
||||
product variant will be composed. The syntax is the same as that of
|
||||
normal templates.|,
|
||||
lastUpdated => 1120449422,
|
||||
},
|
||||
|
||||
'help manage product body' => {
|
||||
message => q|The manage product menu allows you to inspect and edit the properties
|
||||
of your product.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Overview<br>
|
||||
</span><br>
|
||||
Products consist of their properties and parameters. The properties are
|
||||
the base of your product. They define the the default price, weight,
|
||||
sku and sku composition of the product and all it's variants.<br>
|
||||
<br>
|
||||
Parameters are the different forms in which your product comes. For
|
||||
instance if you're selling a T-shirt, 'Size' and 'Color' are parameters.<br>
|
||||
<br>
|
||||
Parameters consist of options. An option is a value a parameter can
|
||||
take, such as 'Blue', 'Grey' or 'Rainbow'. Options also allow you to
|
||||
set modifiers for price, weight and sku. These modifiers add to the the
|
||||
base price, weight and sku defined in the properties of your product. A
|
||||
price modifier of 5.00 for 'Rainbow' increases the price with
|
||||
$5.00 for rainbow-colored shirts.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Properties<br>
|
||||
</span><br>
|
||||
of your product.
|
||||
|
||||
<p>Overview<br/>
|
||||
Products consist of base Properties along with Parameters with various
|
||||
Options. The properties are the base of your product. They define the
|
||||
the default price, weight, sku and sku composition of the product and
|
||||
all it's variants.
|
||||
|
||||
<p><b>Properties</b><br/>
|
||||
The properties section shows the base values for your product. Every
|
||||
product configuration you sell is based on these values. Modifiers set
|
||||
in options are relative to these values. The properties of a product
|
||||
are:<br>
|
||||
<br>
|
||||
<div style="margin-left: 40px;"><span style="font-weight: bold;">Price</span>
|
||||
The default price of the product<br>
|
||||
<span style="font-weight: bold;">Weight</span> The default weight of
|
||||
the product<br>
|
||||
<span style="font-weight: bold;">SKU</span> The base SKU of the product<br>
|
||||
<span style="font-weight: bold;">Description</span> A description of
|
||||
the product<br>
|
||||
<span style="font-weight: bold;">SKU Template</span> This template
|
||||
defines how the SKU for each product variant <br>
|
||||
will be composed. You can enter any character you like and insert the
|
||||
SKU modifiers generated by the different parameters.<br>
|
||||
</div>
|
||||
<br>
|
||||
You can edit these properties by clicking the edit button above them.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Parameters<span
|
||||
style="font-weight: bold;"><span style="font-weight: bold;"><br>
|
||||
</span></span></span><br>
|
||||
Parameters define the variables of your product, like 'Color' or
|
||||
'Size'. You can add a parameter by clicking on the 'Add parameter'
|
||||
link. Editing or deleting a parameter can be accomplished by clicking
|
||||
on the edit or delete button on the left of the parameter respectively.<br>
|
||||
<br>
|
||||
If you add a parameter, you will be taken to the SKU Template edit
|
||||
in options are relative to these values. You can edit properties by
|
||||
clicking the edit button above them.
|
||||
|
||||
<p><b>Parameters</b><br/>
|
||||
<p>Parameters are the different forms in which your product comes,
|
||||
like 'Color' and 'Size' for a T-shift. You can add a parameter to define
|
||||
these forms by clicking on the 'Add parameter' link. Editing or deleting
|
||||
a parameter can be accomplished by clicking on the edit or delete button
|
||||
on the left of the parameter respectively.
|
||||
|
||||
<p>If you add a parameter, you will be taken to the SKU Template edit
|
||||
screen when you click on 'Save'. This allows you to add this parameter
|
||||
to the SKU Template of the product.<br>
|
||||
<br>
|
||||
If you edit a parameter to change its name. The SKU Template should be
|
||||
to the SKU Template of the product.
|
||||
|
||||
<p>If you edit a parameter to change its name, the SKU Template should be
|
||||
updated automatically and you will be taken back to the Manage product
|
||||
screen after clicking 'Save'.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Options<br>
|
||||
</span><br>
|
||||
Options are the values a parameter can take. Therefore you can only add
|
||||
an Option to an existing parameter. To do so, click on the 'Add option'
|
||||
link directly below the parameter you want to add it to.<br>
|
||||
<br>
|
||||
Options consist of modifiers for price, weight and sku. <br>
|
||||
<br>
|
||||
Editing an option can be done by clicking the 'edit' button left of it.
|
||||
The delete button left of an option allows you to delete that option.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">List variants<br>
|
||||
<span style="font-weight: bold;"></span></span><br>
|
||||
screen after clicking 'Save'.
|
||||
|
||||
<p><b>Options</b><br/>
|
||||
<p>An option is a value a parameter can
|
||||
take, such as 'Blue' or 'Grey', and 'Large' or 'Small'. Options also allow you to
|
||||
set modifiers for price, weight and sku. These modifiers add to the the
|
||||
base price, weight and sku defined in the properties of your product. A
|
||||
price modifier of 5.00 for 'Rainbow' increases the price with
|
||||
$5.00 for rainbow-colored shirts.
|
||||
|
||||
<p>To add an Option to an existing Parameter, click on the 'Add option'
|
||||
link directly below it.
|
||||
|
||||
<p>Editing an option can be done by clicking the 'edit' button left of it.
|
||||
The delete button left of an option allows you to delete that option.
|
||||
|
||||
<p><b>List variants</b><br/>
|
||||
This menu option can be found in the righthand side menu, and allows
|
||||
you to view all product variants that are possible with the given
|
||||
options. Also this is the place to change the automatically generated
|
||||
price, weight and sku values and set availability of a product variant.<br>|,
|
||||
lastUpdated => 0,
|
||||
price, weight and sku values and set availability of a product variant.
|
||||
|,
|
||||
lastUpdated => 1120451652,
|
||||
context => q|The body of the manage product help page|
|
||||
},
|
||||
|
||||
'help edit product title' => {
|
||||
message => q|Edit product|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the edit product help page|
|
||||
},
|
||||
|
||||
'help edit product body' => {
|
||||
message => q|The properties section shows the base values for your product. Every
|
||||
product configuration you sell is based on these values. Modifiers set
|
||||
in options are relative to these values. The properties of a product
|
||||
are:<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;"><span style="font-weight: bold;">Title<br>
|
||||
</span></span>
|
||||
<div style="margin-left: 40px;">The name of the product.<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;"><span style="font-weight: bold;"></span><br>
|
||||
Description</span> <br>
|
||||
<div style="margin-left: 40px;">A description of the product.<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;"><br>
|
||||
Price</span> <br>
|
||||
<div style="margin-left: 40px;">The default price of the product.<br>
|
||||
<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;">Weight</span> <br>
|
||||
<div style="margin-left: 40px;">The default weight of the product.<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;"><br>
|
||||
SKU</span> <br>
|
||||
<div style="margin-left: 40px;">The base SKU of the product.<br>
|
||||
<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;">Template<br>
|
||||
</span>
|
||||
<div style="margin-left: 40px;">The default template associated with
|
||||
product.<br>
|
||||
</div>
|
||||
<br>
|
||||
<span style="font-weight: bold;">SKU Template</span> <br>
|
||||
<div style="margin-left: 40px;">This field defines how the SKU for each
|
||||
product variant will be composed. The syntax is the same as that of
|
||||
normal templates. Available template variables are:<br>
|
||||
<br>
|
||||
<div style="margin-left: 40px;"><span style="font-weight: bold;"><tmpl_var
|
||||
base><span style="font-weight: bold;"> <br>
|
||||
</span></span>
|
||||
<div style="margin-left: 40px;">The default SKU defined above.<br>
|
||||
<br>
|
||||
</div>
|
||||
<span style="font-weight: bold;"><tmpl_var param.MyParameterName></span>
|
||||
<br>
|
||||
<div style="margin-left: 40px;">For each parameter a template variable
|
||||
of this format is generated. Spaces in the parameter name are converted
|
||||
to dots. For example if you have defined a parameter called 'Color' its
|
||||
template variable is called <span style="font-style: italic;"><tmpl_var
|
||||
param.color></span>. If you have defined a parameter with name
|
||||
'Number of pins' the template variable containing its SKU modifier is
|
||||
called <span style="font-style: italic;"><tmpl_var
|
||||
param.number.of.pins>.<br>
|
||||
</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<span style="font-style: italic;"> <br>
|
||||
</span><span style="font-style: italic;"></span>|,
|
||||
lastUpdated => 0,
|
||||
are:<p>
|
||||
|,
|
||||
lastUpdated => 1120449342,
|
||||
context => q|The body of the edit product help page|
|
||||
},
|
||||
'help edit parameter title' => {
|
||||
|
|
@ -410,7 +373,7 @@ param.number.of.pins>.<br>
|
|||
},
|
||||
'help edit parameter body' => {
|
||||
message => q|Parameters define the variables of your product, like 'Color' or
|
||||
'Size'. A parameter only has a name. This name will also be used
|
||||
'Size'. A parameter only has a name. This name will also be used
|
||||
for the name of the template variable pointing to this parameter in the
|
||||
SKU Template.<br>
|
||||
<br>
|
||||
|
|
@ -580,9 +543,9 @@ called <span style="font-style: italic;"><tmpl_var
|
|||
param.number.of.pins>.<br>
|
||||
<br>
|
||||
</span></div>
|
||||
The complete list of available template varaibles is also printed above
|
||||
The complete list of available template variables is also printed above
|
||||
the form.<br>|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1120449297,
|
||||
context => q|The body of the edit sku template help page|
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue