Channel Price | ${object.item.getTierPriceForQty($object.channel.getEffectiveTier(), null, 1)} | Item Channel | |
stock location | |||
"Out of Stock" | <if test="${not empty currentProd.itemsActive && empty currentProd.itemsOrderable}"> out of stock </if> | ||
Average Review Value |
${currentProd.ratingAverage} | ||
Billing Address |
${order.billTo.html} | ||
Fitment |
${jz.safe(product.descriptions["fitment"].content)} | ||
Invoice Number |
$invoiceNumber, $invoice.invoiceNumber | ||
Item Short Description |
${jz:safe(product.getDescription('short'))} | ||
Item UPC |
${item.upc} | ||
Line Item Description (Title) |
${order.lineitems[0].description} | ||
Line Item UPC |
$litem.item.upc | ||
Order Date |
${order.date} | ||
Order Notes |
$order.usernote | ||
Order Number |
$order.orderNum | ||
PO Number |
${order.poNumber} | ||
Product Image Count |
${product.imageCount} | ||
Product Title |
${product.title} | ||
Quantity of Reviews |
${currentProd.reviewsApprovedCount} | ||
Ship To |
$order.shipTo.contactFullName, ${order.shipTo.contactFullName} | ||
Shipping Address |
${order.shipTo.html} | ||
Store Name |
$order.store.name | ||
Tracking Link |
$parcel.trackingLink | ||
User Email |
$user.email | ||
Store Name (Global Settings) |
$jzprop.store_name | ||
Item Main Description |
${jz:safe(currentProd.description)} | ||
Product Title |
${jz:safe(product.title)} | ||
Current Product Max MSRP |
${currentProd.maxMsrp} | ||
Price Tag |
${ai.PriceTags} | ||
Price Tag Quantity |
${pricetag.qtyFrom} | ||
Price Tag Price |
${pricetag.price} | ||
Price Tag (Line Item) |
${litem.item.priceTags} | ||
Attribute Name | ${currentProd.attributeTypeNames} | ${object.getAttrValueByTypeName(‘Fabric Roll’)} | |
Invoice Date |
$invoice.invoiceDate | ||
Vendor Title (Drop Ship) |
$lineitem.dropShipper.defaultTitle | ||
1st Line Item Description |
${order.lineitems[0].description} | ||
Category Title |
${category.title} | ||
Display buyer ID if eBay | <if test="${not empty order.ebayInfo}"> ${order.ebayInfo.buyerId} </if> |
||
Display Amazon external ID if Amazon | <if test="${not empty order.amazonOrderData}"> ${order.externalId} </if> |
||
Display short description, can also use main description, etc. |
${jz:safe(prod.descriptions['shortDescription'].content)} | ||
Product Channel-Specific Title |
${currentProd.currentChannelTitle} | ||
Product Title |
${currentProd.Title} | ||
${jz:safe(maincat.description1)} | |||
User's Company ID |
${jzuser.company.id} | ||
Product Page URL (Web Store) |
http://_____.jazva.com${currentProd.phonyUrl} | ||
For each category in CATEGORIES |
<foreach items="${category.categories}" var="sub"> | ||
${ORDER.shippingPrice == 0} | |||
Price Tier Discount % |
${priceTag.discount} | ||
Carrier Code |
${parcel.carrierCode} | ||
Product Brand Category |
${product.brandCategory | ||
Vendor SKU |
${item.vendor_sku} | ||
Alt SKU |
$item.altSKU | ||
get invoice |
txBalance.txItem.getInvoiceNumber() | ||
get ponumber (null check) |
${txBalance.txItem.getOrder() != null ? txBalance.txItem.getOrder().getPoNumber() : ''} | ||
VID |
$item.vid | ||
Line Item Cost |
$iitem.lineitem.item.purchase_price | ||
Order Shipping Type |
${order.shippingType} | ||
Format date to MM/DD/YY/ hh:mm AM/PM |
${jz:formatDate(jz:now(),"MM/dd/yy hh:mm a")} | ||
Pushes Product Title to Channel |
${jz:safe(descriptions.getDescription('title'))} | ||
Pushes Item Title to Channel |
${item.title} | ||
Category ID |
${object.getId()} | ||
Company Name |
${order.account.name} | ||
Item Condition - Item Channel |
${object.item.product.getDescription('condition')} | ||
Item Pick location | ${invoiceItem.pickLocations} <forEach items="${invoiceItem.pickLocations}" var="location" > <if test="${location != null}"> ${location.key} </if> </forEach> |
||
images |
<prodimg id="${item.product.id}" size="4" num="1" /> | ||
User entered order notes expression | <forEach items="${invoice.order.orderMessages}" var="message"> <if test="${message.type.name() == 'COMMENT' and message.contact != null and message.contact.profile != null and message.contact.profile.id != 1}"> ${message.text}<br/><br/> </if> </forEach> |
||
Bullets |
${item.findBullet('bulletkey')} or ${item.product.findBullet('bulletkey') |
||
location qty |
${location.value} | ||
Location warehouse Count |
Note: This will be in a loop of invoice items for the invoice. |
Comments
0 comments
Please sign in to leave a comment.