Announcement

Collapse
No announcement yet.

SUIVANT Theme CTGY page error

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

    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

    #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


      #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


        #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


          #5
          Re: SUIVANT Theme CTGY page error

          I am seeing a similar issue on product pages.
          Jon

          Viscott Limited
          www.viscott.com

          Comment


            #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


              #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


                #8
                Re: SUIVANT Theme CTGY page error

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

                https://github.com/mivaecommerce/rea...r/CHANGELOG.md
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


                  #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