Updated, now I don't have CTGY thumbnails. Please Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JamesS
    Mivite Lite

    • Dec 2015
    • 2

    #1

    Updated, now I don't have CTGY thumbnails. Please Help

    Hello everyone. After the recent update, I got a call from a customer saying that our website wasn't working so I went and checked it out for myself. The problem was that, while on the CTGY page, when you click the "Next page" button, it would give an error that the category doesn't exist. I was able to make it work by recalling a previous version of the code but then all my thumbnails disappeared from that the CTGY page. Now, no matter what version I try to recall, it won't bring back my thumbnails. I previously used the legacy images for the thumbnails and used the newer way of adding images for the images on the product page.

    I'm using Miva Merchant update 9.0005 CSSUI. Store URL http://www.buckboardtoo.com
    PROBLEM PAGE: CTGY page

    Luckily, this all happened after the Christmas rush, but now we're missing out on all the kids wanting to spend their Christmas money! LOL
    I am very grateful to the people who read these forums and help out those of us who can't wrap their heads around MIVA. I'll be monitoring emails, so please let me know if you need any information to help diagnose this issue.
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: Updated, now I don't have CTGY thumbnails. Please Help

    See this post:



    We will be releasing a bug fix in the next couple days to fix it, you can make the changes in the thread to resolve it now.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • rbuelna
      Super Moderator



      • Mar 2008
      • 311

      #3
      Re: Updated, now I don't have CTGY thumbnails. Please Help

      Hello,

      This was handled through our support department. The fix was this below.

      CTGY page > Category Product List Layout

      Replaced....

      Code:
      <img id="main_image_&mvte:product:id;" src="graphics/en-US/cssui/blank.gif" alt="&mvte:product:name;" />
      With....


      Code:
      <mvt:if expr="NOT ISNULL l.settings:product:imagetypes:main">
      <a href="&mvte:product:link;"><img src="&mvte:product:imagetypes:main;" alt="&mvte:product:name;" class="img-responsive" /></a>
      <mvt:else>
      <a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" class="img-responsive" /></a>
      </mvt:if>
      Rafael Buelna
      Miva Support Engineer
      800.608.MIVA
      http://www.miva.com
      http://www.miva.com/support

      Comment

      • JamesS
        Mivite Lite

        • Dec 2015
        • 2

        #4
        Re: Updated, now I don't have CTGY thumbnails. Please Help

        Thank you so much for the help. Everything seems to be working nicely.

        Comment

        Working...
        X