Announcement

Collapse
No announcement yet.

Emporiumplus Toolkit Recent Added Products

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Emporiumplus Toolkit Recent Added Products

    Hi,
    Does anyone know how to get the recently added products from toolkit to be viewed horizontally with the image. Here is the code I got from tool kit.
    Thanks,
    KD





    <mvt:item name="toolkit" param="last|pcount|4" />
    <mvt:if expr="pcount GT 0">
    <table border="0" width="200">
    <th>What's New</th>
    <tr><td align="center">
    <font size="-1">
    <mvt:foreach iterator="newproduct" array="new">
    <a href="&mvt:global:sessionurl;Screen=PROD&Product_C ode=&mvta:newproduct:code;&Store_Code=&mvta:store: code;">
    &mvt:newproduct:name;</a>
    <br>
    &mvt:newproduct:formatted_price; <br><br>
    </mvt:foreach>
    </font>
    </td></tr>
    </table>
    </mvt:if>

    #2
    Re: Emporiumplus Toolkit Recent Added Products

    just copy the code from one of your other side by side templates and change the iterator value. For example, instead of &mvt:product:name; use &mvt:newproduct:name;

    good programmers know when to borrow; GREAT programmers know when to steal - Bruce Golub
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X