Announcement

Collapse
No announcement yet.

Recently View - Basket Module How to replace thumbnails images for customimage main

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

    Recently View - Basket Module How to replace thumbnails images for customimage main

    Hi, Please help! I am using Minibasket from Emporium and need the thumbnails replaced with my "main" image for the recently viewed products. The thumbnails work fine, but can you please provide the code to change my thumbnails for my custom image called "main". Here is what I have for the recently view thumbnails that needs to be replaced for my main custom image:

    <div align="center">
    <table border="0" width="100%" cellspacing="0" cellpadding="12">
    <tr>
    <td>




    <p align="left"><mvt:item name="fonts" param="hdr_font">
    Recently Viewed Products</font> </mvt:item>
    </p>




    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr><td bgcolor="#FFFFFF" height="1"></td></tr>
    </table>


    <mvt:if expr="l.settings:minibask:footsteps GT 0">




    <table border="0" cellpadding="5" cellspacing="0">
    <mvt:foreach iterator="history" array="minibask:history">






    <td align="left" valign="top">
    <p align="center">
    <mvt:item name="fonts" param="body_font">
    <mvt:if expr="NOT ISNULL l.settings:history:image">
    <a href="/&mvta:history:code;.html">
    <img src="&mvt:history:thumbnail;" border="0" width="120" height="150"></a>
    <mvt:else>
    <a href="/&mvta:history:code;.html">
    <img src="graphics/en-US/admin/blank.gif" border="0" width="120" height="150"></a>
    </mvt:if>






    <br>






    <font face="Arial" style="font-size: 8pt">
    <a href="/&mvta:history:code;.html">


    &mvt:history:name;</a></font>


    <br>


    <font face="Arial" style="font-size: 8pt" color="#FF0000">&mvt:history:priceF;</font>


    </mvt:item>
    </td>




    </mvt:foreach>
    </table>
    </mvt:if>




    </td>
    </tr>
    </table>
    </div>

    #2
    Re: Recently View - Basket Module How to replace thumbnails images for customimage ma

    Toolkit has s function called customimage which will allow you to pull in an image type and display it. However the module you are using (minibasket) has some performance issues and was discontinued a while ago.

    Miva has a built in Mini-Basket which can be enabled under utilities and has built in support for image types. I would recommend upgrading to this one.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X