SUIVANT Theme CTGY page error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Cockerham
    Mighty Mivite




    • Mar 2006
    • 754

    #1

    SUIVANT Theme CTGY page error

    Using the SUIVANT theme - It looks like the storecode in the "View Product details" link on the category page "Quickview" pop-up screen is hard coded, so it gives this error:

    Error Code: MER-DBE-OPN-00002
    Description: Unable to open store 'suivant'
    Other Information:

    quickview-error.jpg

    Anyone know where to change it?
    Highly caffeinated
    http://www.coffeehouseexpress.com
  • Jim Cockerham
    Mighty Mivite




    • Mar 2006
    • 754

    #2
    Re: SUIVANT Theme CTGY page error

    Okay, I finally found it. It's on the PROD page template in the "Content (product_quick_view)" section.

    Line: 29

    Change:

    Code:
    <p class="column whole align-left small"><a href="&mvte:global:sessionurl;Store_Code=suivant&Screen=PROD&Product_Code=&mvta:product:code;" target="_parent">View Product Details &raquo;</a></p>

    To:

    Code:
    <p class="column whole align-left small"><a href="&mvte:global:sessionurl;Store_Code=&mvte:store:code;&Screen=PROD&Product_Code=&mvta:product:code;" target="_parent">View Product Details &raquo;</a></p>
    Highly caffeinated
    http://www.coffeehouseexpress.com

    Comment

    • Brennan
      Super Moderator









      • Jun 2009
      • 3481

      #3
      Re: SUIVANT Theme CTGY page error

      Thanks for finding this. We will update the theme to fix this as well.
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment

      • Viscott
        Mivite


        • Mar 2006
        • 239

        #4
        Re: SUIVANT Theme CTGY page error

        The Content (product_quick_view) Quantity + - not working with products that have attributes.

        Code:
        <span id="js-decrease-quantity" class="bg-gray decrease-quantity" unselectable="on" data-rt-icon="&#x67;"></span>
        <input type="tel" name="Quantity" value="1" id="l-quantity" class="align-center" />
        <span id="js-increase-quantity" class="bg-gray increase-quantity" unselectable="on" data-rt-icon="&#x69;"></span>
        Jon

        Viscott Limited
        www.viscott.com

        Comment

        • Viscott
          Mivite


          • Mar 2006
          • 239

          #5
          Re: SUIVANT Theme CTGY page error

          I am seeing a similar issue on product pages.
          Jon

          Viscott Limited
          www.viscott.com

          Comment

          • Viscott
            Mivite


            • Mar 2006
            • 239

            #6
            Re: SUIVANT Theme CTGY page error

            Fixed the issue. Problem was with the image machine display that we are using.
            Jon

            Viscott Limited
            www.viscott.com

            Comment

            • Viscott
              Mivite


              • Mar 2006
              • 239

              #7
              Re: SUIVANT Theme CTGY page error

              Seems there were some other changes to the SUIVANT Theme since it was posted to apps.miva.com.
              Jon

              Viscott Limited
              www.viscott.com

              Comment

              • Brennan
                Super Moderator









                • Jun 2009
                • 3481

                #8
                Re: SUIVANT Theme CTGY page error

                We've made a few bug fixes. The changes are posted here:

                GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment

                • Viscott
                  Mivite


                  • Mar 2006
                  • 239

                  #9
                  Re: SUIVANT Theme CTGY page error

                  Reverted conditional in scripts.js at line 503 checking for "attrMachCall".

                  This was the culprit causing problems with my image viewer.
                  Jon

                  Viscott Limited
                  www.viscott.com

                  Comment

                  Working...
                  X