35
58
© Ecommerce Templates
Cost per character: If there is a charge involved you can choose between
charging per character and for the whole entry.
Is Multiplier Option: If you have products sold be length for example, enter
the value here and this will be multiplied by the base price of the product to
get a final total.
Acceptable Chars: This is where you can define the characters you are
going to permit in the text input field. Leave blank to accept any combination
or choose from the following examples.
A-Za-z 0-9 - alphanumeric plus spaces
0-9\. - numbers plus decimal
A-Za-z !"$%\., - letters, space and symbols
Please note that some symbols are special in regular expressions and will
need escaping so for a period / full stop you'd want to escape that like this \.
and to accept the slash \\
Assigning a Product Option to a Product
Once you have set up the product options you need you can then assign them
to their corresponding products. From the left hand menu select Product
Admin and then Modify for the product that needs a new option. On the
products admin page you should see a box where you can specify how many
different product options (eg color, size) need to be assigned to the product.
Once you assign the number then the corresponding number of drop down
choices will appear so you can select the options that need to go with that
product.
Frequently asked questions
How can I hide the product options from the products page?
How can I hide the display of the price difference for the product options?
How can I hide the product options from the products page?
For the ASP version add noproductoptions=true to includes.asp
For the PHP version add $noproductoptions=TRUE; to includes.php
How can I hide the display of the price difference for the product
options?
For the ASP version add hideoptpricediffs=true to includes.asp
For the PHP version add $hideoptpricediffs=true; to includes.php