XHTML fixes for capitalization and break tags
This commit is contained in:
parent
4fc3e5741b
commit
816c96a284
85 changed files with 1675 additions and 1676 deletions
|
|
@ -60,7 +60,7 @@ our $I18N = {
|
|||
'edit product sku error' => {
|
||||
message => q|You must enter a SKU|,
|
||||
lastUpdated => 1101772584,
|
||||
context => q|An errormessage when no product SKU is given.|
|
||||
context => q|An error message when no product SKU is given.|
|
||||
},
|
||||
'edit parameter name' => {
|
||||
message => q|Name|,
|
||||
|
|
@ -105,17 +105,17 @@ our $I18N = {
|
|||
'edit option' => {
|
||||
mesaage => q|Edit parameter option|,
|
||||
lastUpdated => 0000,
|
||||
context => q|The name of de edit parameter option form|
|
||||
context => q|The name of the edit parameter option form|
|
||||
},
|
||||
'edit option value error' => {
|
||||
message => q|You must enter a value.|,
|
||||
lastupdated => 0000,
|
||||
context => q|An errormessage when no value for an option is given.|
|
||||
context => q|An error message when no value for an option is given.|
|
||||
},
|
||||
'edit option parameterId error' => {
|
||||
message => q|No parameter ID given.|,
|
||||
lastUpdated => 0000,
|
||||
context => q|An errormessage when no parameterId for a parameter is given.|
|
||||
context => q|An error message when no parameterId for a parameter is given.|
|
||||
},
|
||||
'list products' => {
|
||||
message => q|List products|,
|
||||
|
|
@ -221,34 +221,34 @@ our $I18N = {
|
|||
context => q|The title of the list products help page|
|
||||
},
|
||||
'help list products body' => {
|
||||
message => q|<span style="font-weight: bold;">Overview</span><br>
|
||||
<br>
|
||||
message => q|<span style="font-weight: bold;">Overview</span><br />
|
||||
<br />
|
||||
Next to subscriptions WebGUI features products. Product allow you to
|
||||
sell your products with considerable ease. Just define a base product
|
||||
and add parameters to it if you need to. WebGUI generates all possible
|
||||
product configuration for you and sets the price, weight and sku values
|
||||
according to your wishes automatically.<br>
|
||||
<br>
|
||||
according to your wishes automatically.<br />
|
||||
<br />
|
||||
For example you want to sell T-shirts in the sizes S, M, L and XL and
|
||||
the colors blue and grey. Also an XL costs $ 1.50 extra. <br>
|
||||
<br>
|
||||
the colors blue and grey. Also an XL costs $ 1.50 extra. <br />
|
||||
<br />
|
||||
To do this just add a product called T-shirt and add parameters color
|
||||
and size to it. Add to the color parameter the options 'blue' and
|
||||
'grey', and add 'S', 'M', 'L' and 'XL' to the size parameter. Set the
|
||||
price modifier of the 'XL' option to 1.50.<br>
|
||||
<br>
|
||||
price modifier of the 'XL' option to 1.50.<br />
|
||||
<br />
|
||||
Now you have created eight variants of your T-shirt product and only in
|
||||
about a minute. <br>
|
||||
<br>
|
||||
about a minute. <br />
|
||||
<br />
|
||||
If you are out of blue large T-shirts, just disable this variant. You
|
||||
are in full controll.<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Usage</span><br>
|
||||
<br>
|
||||
are in full controll.<br />
|
||||
<br />
|
||||
<span style="font-weight: bold;">Usage</span><br />
|
||||
<br />
|
||||
You can add new products with the 'Add a new product' link in the
|
||||
righthand menu. To manage an existing product click on the edit button
|
||||
left of it. Use the delete button to remove it.<br>
|
||||
<br>|,
|
||||
left of it. Use the delete button to remove it.<br />
|
||||
<br />|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the list products help page|
|
||||
},
|
||||
|
|
@ -300,54 +300,63 @@ normal templates.|,
|
|||
message => q|The manage product menu allows you to inspect and edit the properties
|
||||
of your product.
|
||||
|
||||
<p>Overview<br/>
|
||||
<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>
|
||||
|
||||
<p><b>Properties</b><br/>
|
||||
<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. You can edit properties by
|
||||
clicking the edit button above them.
|
||||
</p>
|
||||
|
||||
<p><b>Parameters</b><br/>
|
||||
<p><b>Parameters</b></p>
|
||||
<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>
|
||||
|
||||
<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.
|
||||
</p>
|
||||
|
||||
<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'.
|
||||
</p>
|
||||
|
||||
<p><b>Options</b><br/>
|
||||
<p><b>Options</b></p>
|
||||
<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>
|
||||
|
||||
<p>To add an Option to an existing Parameter, click on the 'Add option'
|
||||
link directly below it.
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
<p><b>List variants</b><br/>
|
||||
<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.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1120451652,
|
||||
lastUpdated => 1146606324,
|
||||
context => q|The body of the manage product help page|
|
||||
},
|
||||
|
||||
|
|
@ -372,19 +381,19 @@ are:<p>
|
|||
context => q|The title of the edit parameter help page|
|
||||
},
|
||||
'help edit parameter body' => {
|
||||
message => q|Parameters define the variables of your product, like 'Color' or
|
||||
message => q|<p>Parameters define the variables of your product, like 'Color' or
|
||||
'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.<p>
|
||||
If you add a new parameter, you will be taken to the SKU Template edit
|
||||
SKU Template.</p>
|
||||
<p>If you add a new 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.<p>
|
||||
to the SKU Template of the product.</p>
|
||||
|
||||
If you edit an existing parameter the SKU Template should be
|
||||
<p>If you edit an existing parameter the SKU Template should be
|
||||
updated automatically and you will be taken back to the Manage product
|
||||
screen after clicking 'Save'.<p>
|
||||
screen after clicking 'Save'.</p>
|
||||
|,
|
||||
lastUpdated => 1122609076,
|
||||
lastUpdated => 1146606343,
|
||||
context => q|The body of the edit parameter help page|
|
||||
},
|
||||
|
||||
|
|
@ -399,11 +408,11 @@ screen after clicking 'Save'.<p>
|
|||
context => q|The title of the edit option help page|
|
||||
},
|
||||
'help edit option body' => {
|
||||
message => q|Options are the values a parameter can take, like 'Blue', 'Red' or
|
||||
'Grey'.<p>
|
||||
Options consist of several modifiers.<p>
|
||||
message => q|<p>Options are the values a parameter can take, like 'Blue', 'Red' or
|
||||
'Grey'.</p>
|
||||
<p>Options consist of several modifiers.</p>
|
||||
|,
|
||||
lastUpdated => 1122609429,
|
||||
lastUpdated => 1146606353,
|
||||
context => q|The body of the edit option help page|
|
||||
},
|
||||
'edit option value description' => {
|
||||
|
|
@ -412,9 +421,9 @@ Options consist of several modifiers.<p>
|
|||
},
|
||||
|
||||
'edit option price modifier description' => {
|
||||
message => q|The amount this option adds to the
|
||||
default price for product variants containig this option.<p>|,
|
||||
lastUpdated => 1122609417,
|
||||
message => q|<p>The amount this option adds to the
|
||||
default price for product variants containig this option.</p>|,
|
||||
lastUpdated => 1146606364,
|
||||
},
|
||||
|
||||
'edit option weight modifier description' => {
|
||||
|
|
@ -434,34 +443,34 @@ the parameter this is an option of in the SKU template takes.<p>|,
|
|||
context => q|The title of the list variants help page|
|
||||
},
|
||||
'help list variants body' => {
|
||||
message => q|<span style="font-weight: bold;">Overview</span><br>
|
||||
<br>
|
||||
message => q|<span style="font-weight: bold;">Overview</span><br />
|
||||
<br />
|
||||
Product variants are that what customers can actually buy. This screen
|
||||
shows all possible configurations of parameters and options and
|
||||
therfore define the product variants you can actually sell.<br>
|
||||
<span style="font-weight: bold;"></span><br>
|
||||
<span style="font-weight: bold;">The variant list<br>
|
||||
</span><br>
|
||||
therfore define the product variants you can actually sell.<br />
|
||||
<span style="font-weight: bold;"></span><br />
|
||||
<span style="font-weight: bold;">The variant list<br />
|
||||
</span><br />
|
||||
The list shows all product variants. The columns on the left indicate
|
||||
the configuration of the product variant, those on the right show its
|
||||
price, weight, SKU and availability. Values marked with a asterisk
|
||||
('*') are overridden via the edit mode of the variant (see below).<br>
|
||||
<br>
|
||||
<span style="font-weight: bold;">Usage</span><br>
|
||||
<br>
|
||||
('*') are overridden via the edit mode of the variant (see below).<br />
|
||||
<br />
|
||||
<span style="font-weight: bold;">Usage</span><br />
|
||||
<br />
|
||||
Aside from inspecting the variants you can do two things in this
|
||||
screen. <br>
|
||||
<br>
|
||||
screen. <br />
|
||||
<br />
|
||||
First you can set the availability of certain variants. This is done by
|
||||
using the checkboxes in the column available. If a box is checked it
|
||||
means that the product it's next to is available for purchase. Of
|
||||
course it's not available if the box is unchecked. If you make any
|
||||
changes to the checkboxes you'll need to click the 'Save' button that's
|
||||
at the bottom and the top of the screen.<br>
|
||||
<br>
|
||||
at the bottom and the top of the screen.<br />
|
||||
<br />
|
||||
Also you can edit variants to override their automatically generated
|
||||
values for price, weight and SKU. To do this simply click on the edit
|
||||
button next to the variant you want to edit.<br>|,
|
||||
button next to the variant you want to edit.<br />|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the list variants help page|
|
||||
},
|
||||
|
|
@ -471,42 +480,43 @@ button next to the variant you want to edit.<br>|,
|
|||
context => q|The title of the edit variant help page|
|
||||
},
|
||||
'help edit variant body' => {
|
||||
message => q|Product variants have their price, weight and SKU automatically
|
||||
message => q|<p>Product variants have their price, weight and SKU automatically
|
||||
generated by WebGUI. Mostly this is exactly what you want, but
|
||||
sometimes you'll want to override one or more of these properties. For
|
||||
example if you want to discount some variants. <p>
|
||||
example if you want to discount some variants. </p>
|
||||
|
||||
This is the place to set those overrides. Form fields that are empty
|
||||
<p>This is the place to set those overrides. Form fields that are empty
|
||||
have their value automatically calculated by WebGUI where those that
|
||||
contain data will set the corresponding property to that value.<p>
|
||||
contain data will set the corresponding property to that value.</p>
|
||||
|
||||
If you have overridden a field but want to return it to the generated
|
||||
<p>If you have overridden a field but want to return it to the generated
|
||||
value simply empty it and WebGUI will regenerate the value for it.
|
||||
Please note that a field containing only spaces is not empty.<p>
|
||||
Please note that a field containing only spaces is not empty.</p>
|
||||
|
||||
The overrides you can set for a product variant are:<p>
|
||||
<p>The overrides you can set for a product variant are:</p>
|
||||
|,
|
||||
lastUpdated => 1122609743,
|
||||
lastUpdated => 1146607083,
|
||||
context => q|The body of the edit variant help page|
|
||||
},
|
||||
|
||||
'price override description' => {
|
||||
message => q|Here you can set the price for this variant.<p>|,
|
||||
lastUpdated => 1122609731,
|
||||
message => q|Here you can set the price for this variant.|,
|
||||
lastUpdated => 1146607100,
|
||||
},
|
||||
|
||||
'weight override description' => {
|
||||
message => q|Here you can set yhe weight of this variant.<p>|,
|
||||
lastUpdated => 1122609731,
|
||||
message => q|Here you can set yhe weight of this variant.|,
|
||||
lastUpdated => 1146607101,
|
||||
},
|
||||
|
||||
'sku override description' => {
|
||||
message => q|Here you can set the SKU of this variant.<p>|,
|
||||
lastUpdated => 1122609731,
|
||||
message => q|Here you can set the SKU of this variant.|,
|
||||
lastUpdated => 1146607102,
|
||||
},
|
||||
|
||||
'available description' => {
|
||||
message => q|This sets whether this variant is available for purchase.<p>|,
|
||||
lastUpdated => 1122609731,
|
||||
message => q|This sets whether this variant is available for purchase.|,
|
||||
lastUpdated => 1146607104,
|
||||
},
|
||||
|
||||
'help edit sku template title' => {
|
||||
|
|
@ -519,19 +529,19 @@ The overrides you can set for a product variant are:<p>
|
|||
composed. Since parameters are components of the SKU template you'll
|
||||
probably want to change the SKU template when you add a parameter. This
|
||||
is the place to do this. Note that you can also edit the SKU template
|
||||
through the properties of the product.<br>
|
||||
<br>
|
||||
through the properties of the product.<br />
|
||||
<br />
|
||||
The syntax is the same as that of normal templates. Available
|
||||
template variables are:<br>
|
||||
<br>
|
||||
template variables are:<br />
|
||||
<br />
|
||||
<span style="font-weight: bold;"><tmpl_var base><span
|
||||
style="font-weight: bold;"> <br>
|
||||
style="font-weight: bold;"> <br />
|
||||
</span></span>
|
||||
<div style="margin-left: 40px;">The default SKU defined above.<br>
|
||||
<br>
|
||||
<div style="margin-left: 40px;">The default SKU defined above.<br />
|
||||
<br />
|
||||
</div>
|
||||
<span style="font-weight: bold;"><tmpl_var param.MyParameterName></span>
|
||||
<br>
|
||||
<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
|
||||
|
|
@ -539,14 +549,15 @@ 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>
|
||||
<br>
|
||||
param.number.of.pins>.<br />
|
||||
<br />
|
||||
</span></div>
|
||||
The complete list of available template variables is also printed above
|
||||
the form.<br>|,
|
||||
lastUpdated => 1120449297,
|
||||
the form.<br />|,
|
||||
lastUpdated => 1146607119,
|
||||
context => q|The body of the edit sku template help page|
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Product Manager|,
|
||||
lastUpdated => 1128919931,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue