This commit is contained in:
2024-12-31 11:07:09 +01:00
parent df7915205d
commit e089172b15
1916 changed files with 165422 additions and 271 deletions

View File

@ -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>