acf
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="componentitems"
|
||||
label="NR_ARTICLE"
|
||||
description="NR_ARTICLES_DESC"
|
||||
class="hasChosen"
|
||||
multiple="true"
|
||||
table="content"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nr_content"
|
||||
label="NR_CATEGORIES"
|
||||
description="NR_CATEGORIES_DESC"
|
||||
group="categories"
|
||||
class="hasChosen"
|
||||
multiple="true"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
default="0"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
description="NR_ALSO_ON_CHILD_ITEMS_DESC">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
<field name="inc" type="list"
|
||||
multiple="true"
|
||||
default="inc_articles"
|
||||
label="NR_PAGE_TYPES"
|
||||
description="NR_PAGE_TYPES_DESC"
|
||||
class="hasChosen">
|
||||
<option value="inc_categories">NR_CATEGORIES</option>
|
||||
<option value="inc_articles">NR_ARTICLES</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="list"
|
||||
label="NR_CONTENT_VIEW"
|
||||
description="NR_CONTENT_VIEW_DESC"
|
||||
class="hasChosen"
|
||||
multiple="true">
|
||||
<option value="article">NR_CONTENT_VIEW_ARTICLE</option>
|
||||
<option value="category_blog">NR_CONTENT_VIEW_CATEGORY_BLOG</option>
|
||||
<option value="category">NR_CONTENT_VIEW_CATEGORY_LIST</option>
|
||||
<option value="categories">NR_CONTENT_VIEW_CATEGORIES</option>
|
||||
<option value="archive">NR_CONTENT_VIEW_ARCHIVED</option>
|
||||
<option value="form">NR_CONTENT_VIEW_CREATE_ARTICLE</option>
|
||||
<option value="featured">NR_CONTENT_VIEW_FEATURES</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="tfinputrepeater"
|
||||
class="tf-auto-width-columns"
|
||||
label="NR_CART_CONTAINS_PRODUCTS"
|
||||
description="NR_CART_CONTAINS_PRODUCTS_DESC">
|
||||
<form>
|
||||
<field name="value" type="componentitems"
|
||||
label="NR_CART_CONTAINS_PRODUCTS"
|
||||
description="NR_SELECT_PRODUCT"
|
||||
table="hikashop_product"
|
||||
column_id="product_id"
|
||||
column_title="product_name"
|
||||
column_state="product_published"
|
||||
searchPlaceholder="NR_SEARCH_PRODUCTS"
|
||||
/>
|
||||
<field name="params" hiddenLabel="true" type="TFEcommRangeField" prefixLabel="NR_AND_QUANTITY_IS_LC" showIsAnyOption="true" />
|
||||
</form>
|
||||
</field>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_cart_items_count_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CART_CONTAINS_X_PRODUCTS"
|
||||
/>
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<fields name="params">
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
/>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
/>
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_cart_items_count_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_amount_in_cart_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CART_VALUE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="total" type="list"
|
||||
hiddenLabel="true"
|
||||
default="total">
|
||||
<option value="total">NR_TOTAL</option>
|
||||
<option value="subtotal">NR_SUBTOTAL</option>
|
||||
</field>
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_amount_in_cart_end" type="nr_inline" end="1" />
|
||||
<fields name="params">
|
||||
<field name="exclude_shipping_cost" type="nrtoggle"
|
||||
label="NR_EXCLUDE_SHIPPING_COST"
|
||||
description="NR_EXCLUDE_SHIPPING_COST_DESC"
|
||||
/>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrhikashopcategories"
|
||||
label="NR_CURRENT_PRODUCT_CATEGORY"
|
||||
description="NR_CONDITION_HIKA_PRODUCT_CATEGORY_DESC"
|
||||
multiple="true"
|
||||
default=""
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
description="NR_ALSO_ON_CHILD_ITEMS_DESC"
|
||||
class="input-medium"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrhikashopcategories"
|
||||
label="NR_CURRENT_CATEGORY"
|
||||
multiple="true"
|
||||
default=""
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
class="input-medium"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_price_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CURRENT_PRODUCT_PRICE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_current_product_price_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_stock_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CURRENT_PRODUCT_STOCK"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_current_product_stock_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_last_purchased_date_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_LAST_PURCHASED_DATE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="list"
|
||||
hiddenLabel="true"
|
||||
default="within_hours">
|
||||
<option value="within_hours">NR_IN_THE_LAST_X_HOURS</option>
|
||||
<option value="within_days">NR_IN_THE_LAST_X_DAYS</option>
|
||||
<option value="within_weeks">NR_IN_THE_LAST_X_WEEKS</option>
|
||||
<option value="within_months">NR_IN_THE_LAST_X_MONTHS</option>
|
||||
<option value="equal">NR_ON</option>
|
||||
<option value="before">NR_BEFORE</option>
|
||||
<option value="after">NR_AFTER</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
<field name="within_value" type="number"
|
||||
hiddenLabel="true"
|
||||
min="1"
|
||||
hint="1"
|
||||
showon="operator:within_hours,within_days,within_weeks,within_months"
|
||||
/>
|
||||
</fields>
|
||||
<field name="value" type="calendar"
|
||||
hiddenLabel="true"
|
||||
size="40"
|
||||
hint="NR_SELECT_DATE"
|
||||
translateformat="true"
|
||||
filter="user_utc"
|
||||
showon="params.operator:before,after,range,equal"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="operator:range"
|
||||
/>
|
||||
<field name="value2" type="calendar"
|
||||
hiddenLabel="true"
|
||||
size="40"
|
||||
hint="NR_SELECT_DATE"
|
||||
translateformat="true"
|
||||
filter="user_utc"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_last_purchased_date_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_purchased_product_start" type="nr_inline"
|
||||
class="tf-inline-fields tf-align-items-start"
|
||||
label="NR_PURCHASED_PRODUCT"
|
||||
/>
|
||||
<field name="operator" type="comparator" hiddenLabel="true" />
|
||||
<field name="value" type="componentitems"
|
||||
hiddenLabel="true"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
table="hikashop_product"
|
||||
column_id="product_id"
|
||||
column_title="product_name"
|
||||
column_state="product_published"
|
||||
placeholder="NR_SELECT_PRODUCTS"
|
||||
/>
|
||||
<field name="ecomm_purchased_product_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_start" type="nr_inline"
|
||||
class="tf-inline-fields tf-align-items-start"
|
||||
label="NR_CURRENT_PRODUCT"
|
||||
/>
|
||||
<field name="operator" type="comparator" hiddenLabel="true" />
|
||||
<field name="value" type="componentitems"
|
||||
hiddenLabel="true"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
table="hikashop_product"
|
||||
column_id="product_id"
|
||||
column_title="product_name"
|
||||
column_state="product_published"
|
||||
/>
|
||||
<field name="ecomm_current_product_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_total_spend_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_TOTAL_SPEND"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator"
|
||||
hiddenLabel="true"
|
||||
class="noChosen"
|
||||
default="equal">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_total_spend_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrk2"
|
||||
label="NR_CATEGORIES"
|
||||
description="NR_ASSIGN_CATEGORY_DESC"
|
||||
group="categories"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
default="0"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
description="NR_ALSO_ON_CHILD_ITEMS_DESC">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
<field name="inc" type="list"
|
||||
multiple="true"
|
||||
default="inc_items"
|
||||
label="NR_PAGE_TYPES"
|
||||
class="hasChosen"
|
||||
description="NR_PAGE_TYPES_DESC">
|
||||
<option value="inc_categories">NR_ASSIGN_K2_CATEGORIES_CATEGORIES_OPTION</option>
|
||||
<option value="inc_items">NR_ASSIGN_K2_CATEGORIES_ITEMS_OPTION</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="componentitems"
|
||||
label="NR_ASSIGN_K2_ITEMS"
|
||||
description="NR_ASSIGN_K2_ITEMS_LIST_DESC"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
table="k2_items"
|
||||
column_state="published"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="cont_keywords" type="textarea"
|
||||
label="NR_CONTENT_KEYWORDS"
|
||||
description="NR_ASSIGN_K2_ITEMS_CONTENT_KEYWORDS_DESC"
|
||||
class="span12"
|
||||
rows="5"
|
||||
hint="keyword1, keyword2, keyword3"
|
||||
/>
|
||||
<field name="meta_keywords" type="textarea"
|
||||
label="NR_META_KEYWORDS"
|
||||
description="NR_ASSIGN_K2_ITEMS_META_KEYWORDS_DESC"
|
||||
class="span12"
|
||||
rows="5"
|
||||
hint="keyword1, keyword2, keyword3"
|
||||
/>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrk2"
|
||||
label="NR_SELECTION"
|
||||
description="NR_ASSIGN_PAGE_TYPES_DESC"
|
||||
group="pagetypes"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrk2"
|
||||
label="NR_TAG"
|
||||
description="NR_ASSIGN_TAGS_DESC"
|
||||
group="tags"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="tfinputrepeater"
|
||||
class="tf-auto-width-columns"
|
||||
label="NR_CART_CONTAINS_PRODUCTS"
|
||||
description="NR_CART_CONTAINS_PRODUCTS_DESC">
|
||||
<form>
|
||||
<field name="value" type="virtuemartcomponentitems"
|
||||
label="NR_CART_CONTAINS_PRODUCTS"
|
||||
description="NR_SELECT_PRODUCT"
|
||||
column_id="virtuemart_product_id"
|
||||
column_title="product_name"
|
||||
column_state="p.published"
|
||||
join="#__virtuemart_products as p ON i.virtuemart_product_id = p.virtuemart_product_id"
|
||||
searchPlaceholder="NR_SEARCH_PRODUCTS"
|
||||
/>
|
||||
<field name="params" hiddenLabel="true" type="TFEcommRangeField" prefixLabel="NR_AND_QUANTITY_IS_LC" showIsAnyOption="true" />
|
||||
</form>
|
||||
</field>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_cart_items_count_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CART_CONTAINS_X_PRODUCTS"
|
||||
/>
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<fields name="params">
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
/>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
/>
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_cart_items_count_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_amount_in_cart_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CART_VALUE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="total" type="list"
|
||||
hiddenLabel="true"
|
||||
default="total">
|
||||
<option value="total">NR_TOTAL</option>
|
||||
<option value="subtotal">NR_SUBTOTAL</option>
|
||||
</field>
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_amount_in_cart_end" type="nr_inline" end="1" />
|
||||
<fields name="params">
|
||||
<field name="exclude_shipping_cost" type="nrtoggle"
|
||||
label="NR_EXCLUDE_SHIPPING_COST"
|
||||
description="NR_EXCLUDE_SHIPPING_COST_DESC"
|
||||
/>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrvirtuemartcategories"
|
||||
label="NR_CURRENT_PRODUCT_CATEGORY"
|
||||
description="NR_CONDITION_VM_PRODUCT_CATEGORY_DESC"
|
||||
multiple="true"
|
||||
default=""
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
description="NR_ALSO_ON_CHILD_ITEMS_DESC"
|
||||
class="input-medium"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrvirtuemartcategories"
|
||||
label="NR_CURRENT_CATEGORY"
|
||||
multiple="true"
|
||||
default=""
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="inc_children" type="list"
|
||||
label="NR_ALSO_ON_CHILD_ITEMS"
|
||||
class="input-medium"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">NR_ONLY</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_price_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CURRENT_PRODUCT_PRICE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_current_product_price_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_stock_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_CURRENT_PRODUCT_STOCK"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator" hiddenLabel="true">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
hint="2"
|
||||
min="0"
|
||||
showon="params.operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_current_product_stock_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_last_purchased_date_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_LAST_PURCHASED_DATE"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="list"
|
||||
hiddenLabel="true"
|
||||
default="within_hours">
|
||||
<option value="within_hours">NR_IN_THE_LAST_X_HOURS</option>
|
||||
<option value="within_days">NR_IN_THE_LAST_X_DAYS</option>
|
||||
<option value="within_weeks">NR_IN_THE_LAST_X_WEEKS</option>
|
||||
<option value="within_months">NR_IN_THE_LAST_X_MONTHS</option>
|
||||
<option value="equal">NR_ON</option>
|
||||
<option value="before">NR_BEFORE</option>
|
||||
<option value="after">NR_AFTER</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
<field name="within_value" type="number"
|
||||
hiddenLabel="true"
|
||||
min="1"
|
||||
hint="1"
|
||||
showon="operator:within_hours,within_days,within_weeks,within_months"
|
||||
/>
|
||||
</fields>
|
||||
<field name="value" type="calendar"
|
||||
hiddenLabel="true"
|
||||
size="40"
|
||||
hint="NR_SELECT_DATE"
|
||||
translateformat="true"
|
||||
filter="user_utc"
|
||||
showon="params.operator:before,after,range,equal"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="operator:range"
|
||||
/>
|
||||
<field name="value2" type="calendar"
|
||||
hiddenLabel="true"
|
||||
size="40"
|
||||
hint="NR_SELECT_DATE"
|
||||
translateformat="true"
|
||||
filter="user_utc"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_last_purchased_date_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_purchased_product_start" type="nr_inline"
|
||||
class="tf-inline-fields tf-align-items-start"
|
||||
label="NR_PURCHASED_PRODUCT"
|
||||
/>
|
||||
<field name="operator" type="comparator" hiddenLabel="true" />
|
||||
<field name="value" type="virtuemartcomponentitems"
|
||||
hiddenLabel="true"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
column_id="virtuemart_product_id"
|
||||
column_title="product_name"
|
||||
column_state="p.published"
|
||||
join="#__virtuemart_products as p ON i.virtuemart_product_id = p.virtuemart_product_id"
|
||||
/>
|
||||
<field name="ecomm_purchased_product_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_current_product_start" type="nr_inline"
|
||||
class="tf-inline-fields tf-align-items-start"
|
||||
label="NR_CURRENT_PRODUCT"
|
||||
/>
|
||||
<field name="operator" type="comparator" hiddenLabel="true" />
|
||||
<field name="value" type="virtuemartcomponentitems"
|
||||
hiddenLabel="true"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
column_id="virtuemart_product_id"
|
||||
column_title="product_name"
|
||||
column_state="p.published"
|
||||
join="#__virtuemart_products as p ON i.virtuemart_product_id = p.virtuemart_product_id"
|
||||
/>
|
||||
<field name="ecomm_current_product_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="ecomm_total_spend_start" type="nr_inline"
|
||||
class="tf-inline-fields"
|
||||
label="NR_TOTAL_SPEND"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="is_note" type="note" class="tf-center-note" label="NR_IS" />
|
||||
<field name="operator" type="comparator"
|
||||
hiddenLabel="true"
|
||||
class="noChosen"
|
||||
default="equal">
|
||||
<option value="equal">NR_EQUAL_TO</option>
|
||||
<option value="not_equal">NR_NOT_EQUAL_TO</option>
|
||||
<option value="less_than">NR_FEWER_THAN</option>
|
||||
<option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="greater_than">NR_GREATER_THAN</option>
|
||||
<option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option>
|
||||
<option value="range">NR_BETWEEN</option>
|
||||
</field>
|
||||
</fields>
|
||||
<field name="value" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="range_note" type="note"
|
||||
class="tf-note-and"
|
||||
description="NR_AND_LC"
|
||||
showon="operator:range"
|
||||
/>
|
||||
<field name="value2" type="number"
|
||||
hiddenLabel="true"
|
||||
class="input-small"
|
||||
hint="1"
|
||||
min="1"
|
||||
showon="operator:range"
|
||||
/>
|
||||
</fields>
|
||||
<field name="ecomm_total_spend_end" type="nr_inline" end="1" />
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user