Rev 12924 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<table id="amazon-listed" style="width: 100%"><thead><tr><th>Item Id</th><th>Category</th><th>Asin</th><th>Saholic / Amazon Item Description</th><th>Risky</th><th>Status</th><th>Shipping</th><th>Inventory Override</th><th>MFN Listing</th><th>FBA Listing</th><th>FBB Listing</th><th>FBG Listing</th><th>FBD Listing</th><th>Action</th></tr></thead><tbody>#set($items = $action.getAmazonItems())#foreach ( $item in $items )<tr style="border: 1px"><td style="text-align:center;">$item.getItemid()</td><td style="text-align:center;">$item.getCategory()</td><td style="text-align:center;">$item.getAsin()</td>#set ($saholicItem = $action.getSaholicItem("$item.getItemid()"))<td style="text-align:left;">SAHOLIC: $saholicItem.getBrand() $saholicItem.getModelName() $saholicItem.getModelNumber() $saholicItem.getColor()<br /> AMAZON: $item.getName()</td>#if($saholicItem.isRisky())<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end<td style="text-align:center;">$saholicItem.getItemStatus()</td>#if($item.isIsCustomTime())<td style="text-align:center;">Set To Custom</td>#else<td style="text-align:center;">Set To Default</td>#end#if($item.isIsInventoryOverride())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsNonFba())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsFba())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsFbb())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsFbg())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsFbd())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end<td style="text-align:center;"><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td></td></tr>#end</tbody></table>