Announcement

Collapse
No announcement yet.

SUIVANT Theme CTGY page error

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

  • Viscott
    replied
    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.

    Leave a comment:


  • Brennan
    replied
    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

    Leave a comment:


  • Viscott
    replied
    Re: SUIVANT Theme CTGY page error

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

    Leave a comment:


  • Viscott
    replied
    Re: SUIVANT Theme CTGY page error

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

    Leave a comment:


  • Viscott
    replied
    Re: SUIVANT Theme CTGY page error

    I am seeing a similar issue on product pages.

    Leave a comment:


  • Viscott
    replied
    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>

    Leave a comment:


  • Brennan
    replied
    Re: SUIVANT Theme CTGY page error

    Thanks for finding this. We will update the theme to fix this as well.

    Leave a comment:


  • Jim Cockerham
    replied
    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>

    Leave a comment:


  • Jim Cockerham
    started a topic SUIVANT Theme CTGY page error

    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?
Working...
X