Item_Condition | item_condition
image Is That All There Is? Peggy Lee & PJ Harvey
English
Swahili
  Home  |   About Us  |   Policies  |   Customer Service  |   Links  |   Shopping Cart  |   Checkout  |   الدين البهائي   e-Gift Cards     Wish List  
Search    
Home 4 U Artwork Books Garments Hardware + Electrical Home + Decor FREE Stuff Photographic All Departments >>
image image

<b>SALE</b>






Fauxlaroids.com is an Upfront Merchant on TheFind. Click for info.


              
image

image

Help support American Red Cross's disaster relief efforts to help those affected by the Oklahoma Tornadoes.

image

PST11: How to Add the Item Condition on the Product Detail Page

ATTENTION: Paste code samples into notepad before using in the store templates to remove any residual formatting.

This code displays the item condition on the Product Detail page as designated in Product Information > Basic Information > Condition: (New/Used/Refurbished). It can be added to the Product Detail template below the SKU code and will display on the Specifications tab along with the Manufacturer, SKU, ISBN, etc. (Code in grey below is the existing SKU & ISBN code)
    <tr><td>SKU:</td>
    <td width="100%">
    <b><ss:if test="$product.sku">
    <ss:value source="$product.sku"/>
    <ss:else/>
    N/A
    </ss:if></b>
    </td></tr>
    <tr><td colspan="2">
    <ss:choose>
    <ss:when test="$product.condition == ProductConditionType.NEW">
    Condition: <b>New</b>
    </ss:when>
    <ss:when test="$product.condition == ProductConditionType.USED">
    Condition: <b>Used</b>
    </ss:when>
    <ss:when test="$product.condition == ProductConditionType.REFURBISHED">
    Condition: <b>Refurbished</b>
    </ss:when>
    </ss:choose>
    </td></tr>
    <ss:if test="$product.Isbn">
    <tr><td>ISBN:</td>
    <td><b><ss:value source="$product.Isbn"/></b></td></tr></ss:if>



Give us your FEEDBACK on this tutorial.

Go Back

Bookmark this page


Hope is Life



Assigned Goals - Item_Condition