Template Name * |
{#{{ pimcore_input("templateName") }}#}
|
Template Type * |
{#{{ pimcore_input("templateName") }}#}
|
Store No. |
|
Department |
|
UPC |
{{ pimcore_input("product") }}
|
Please Enter Comma (,) seperated UPCs |
Size * |
{{ pimcore_select("size", {
"store": sizeArray,
"width": '100%'
}) }}
|
Maximum Quantity * |
{{ pimcore_numeric("maximumQuantity",{
"width": '100%',
"minValue" : 1
}) }}
|
Cut Off Day & Time |
{{ pimcore_select("cutOffDay", {
"store": daysArray,
"width": 200
}) }}
{{ pimcore_select("time", {
"store": timeArray,
"width": 100,
}) }}
{{ pimcore_select("amPm", {
"store": amPm,
"width": 100
}) }}
|
Delivery Day |
{{ pimcore_select("printingDay", {
"store": daysArray,
"width": '100%'
}) }}
|
Template *
|
{{ pimcore_areablock("myAreablock",{'limit':3}) }}
|