Announcement

Collapse
No announcement yet.

Base Bootstrap Ready Theme - coupon causing error

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

    Base Bootstrap Ready Theme - coupon causing error

    Using Miva 9, Base Bootstrap Ready Theme.

    Coupons turned-on on the BASK page:

    Enter invalid coupon code, works as expected.
    A valid coupon code shows "Your basket is not eligible for the specified coupon" Coupon is available to "all shoppers". Price group and coupon setup from the example in the guide.

    Coupons turned-on on the OCST page:
    Valid or invalid coupon code throws a "Fatal Error"

    Error Code: MER-DBE-OPN-00002
    Description: Unable to open store 'razer,razer'

    I cannot see where the second Store_Code is coming from on the OCST basket contents code???

    #2
    Re: Base Bootstrap Ready Theme - coupon causing error

    This error usually occurs with a form within a form - take a peek at the code. Also post a link to the page so you can get more eyes on the issue.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment


      #3
      Re: Base Bootstrap Ready Theme - coupon causing error

      Thanks Leslie!

      On the OCST code it opens the ocst_form, calls the basket which has a form in it "apply coupon" and then right before the footer it closes the ocst_form. Moved the </form> above the call for the basket and no more fatal error.

      Code:
                 </form>
                 <div id="basket-contents" class="non-editable cart table-responsive clearfix">
                 <mvt:item name="basket" />
                 </div>
      </form> this was moved up
                 <mvt:item name="hdft" param="footer" />
      Coupons working now.

      Thanks for the help.
      Last edited by razertip; 11-28-14, 03:03 PM.

      Comment

      Working...
      X