; QUORVIA from original idea by Banquet Tables Pro
; Copyright (C) QUORVIA. All rights reserved.
; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM
VMCUSTOM_QVARIANT ="Customfield Product variant selection"
VMCUSTOM_QVARIANT_INS ="Product variant selection options"
VMCUSTOM_QVARIANT_STRING = "Product variant options"
VMCUSTOM_QVARIANT_CONFIG_LABEL = "Usage and config"
VMCUSTOM_QVARIANT_EXAMPLES = "<br/>Structure - <b>t@mv,</b><br/><br/><b>t</b> = Item variant - Product variant selection text and Item variant text that will show in cart <br/> Language keys can be used for the Title and Variants e.g. COM_MY_OPTIONS - COM_RED,COM_YELLOW you need to add these to your language overrides files <br/><b>@</b> = separates the modifier from the selection text - If there are no additional modifiers nothing else is needed <br/><b>m</b> = modifier either + - * or = <br/><b>v</b> = modifier value <br/><b>,</b> = separates variants <br/><br/><br/>1. <b>Simple selections no price adjust</b> Config: <b>Red,Green,Blue</b> All variants are at Retail <br/><br/>2. <b>Adjust the price + or - </b> Config: <b>Sml,Med@+1,Lrg@+2</b> Give prices of: Sml = Retail, Med = Retail +1, Lrg = Retail +2 <br/><br/>3. <b>Multiply the price * </b> Config: <b>1m,2m@*2,3m@*3</b> Gives prices of: 1m = Retail, 2m = Retail * 2, 3m = Retail * 3 <br/><br/>4. <b>Sell fixed multiples * </b> Config: <b>2kg@*2,4kg@*4,6kg@*6</b> <br/><br/>5. <b>Fix the price of a variant = </b> Config: <b>Red,Green,Blue@=12.50</b> Gives prices of: Red Green = Retail, Blue = 12.50 <br/><br/>6. <b>Append a string to the sku = </b> Config: <b>Sml@@sml,Med@+1@med,Lrg@+2@lrg</b> Give SKU's of: SKU: origsku-sml, origsku-med, origsku-lrg <br/><br/>7. <b>Change the cart weight for variant = </b> Config: <b>Sml,Med@@@2,Lrg@@@4</b> Give cart weight of: Sml = product weight, Med = 2, Lrg = 4 <br/><br/>8. <b>Product variant selections can be a set of mixed types if required</b> Config: <b>Sml@*2,Med@+12,Lrg@-2</b> "
VMCUSTOM_QVARIANT_WEIGHT = "Adjust product weight for options using Multiply modifier * - <br>Note: Setting a 'Change the cart weight for variant' will override this for that specific variant"
VMCUSTOM_QVARIANT_WEIGHT_MULTIPLIER = "This is useful for shipping. The weight of the single product will be multiplied by the price multiplier e.g. product-weight * 3. Setting a weight for a variant will override this - desc@pricing@skumod@weightset"
VMCUSTOM_WEIGHT_NO = "No "
VMCUSTOM_WEIGHT_YES ="Yes"
VMCUSTOM_QVARIANT_IS_RADIO = "Show options as a Radio list"
VMCUSTOM_QVARIANT_IS_RADIO_DESC = "Use a Radio list for the product variants rather than a drop down selection.<br/> <b>Note that this is likely to be unsuitable for a large quantity of options.</b>"
VMCUSTOM_IS_RADIO_NO = "No"
VMCUSTOM_IS_RADIO_YES = "Yes"
VMCUSTOM_QVARIANT_MULTIPLIER_PRICE = "Show price when using a Multiply modifier"
VMCUSTOM_QVARIANT_MULTIPLIER_PRICE_DESC = "Show the price of the option next to the option when using a Multiply modifier *.</b>"
VMCUSTOM_MULTIPLIER_PRICE_NO = "No"
VMCUSTOM_MULTIPLIER_PRICE_YES = "Yes"
Page created in 0.133 seconds with 15 queries.