Announcement

Collapse
No announcement yet.

Miva Merchant 9.0004 Template Changes

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

  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    I thought the original issue was that if URI management was enabled the add to basket link did not work. I something else happening?

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    Maybe something is cached?

    I would need to see it turned on in your store to see what is going on.
    Brennan,

    Turned on?

    We are talking about the same thing, wishlists, correct? If so I believe they are turned on as the basket wishlist works perfectly fine.

    Leave a comment:


  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Maybe something is cached?

    I would need to see it turned on in your store to see what is going on.

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    The new add to cart function is here:

    https://github.com/mivaecommerce/rea...v1.3.0-Updates

    You can replace the entire thing, or just the code I posted.

    As for the client dimensions, you have to manually add it:

    http://docs.miva.com/docs/client-dimensions
    Brennan,

    I replaced the whole javascript file and is it still not working.

    Leave a comment:


  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    The new add to cart function is here:

    https://github.com/mivaecommerce/rea...v1.3.0-Updates

    You can replace the entire thing, or just the code I posted.

    As for the client dimensions, you have to manually add it:

    http://docs.miva.com/docs/client-dimensions

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    @Stephen

    There was an update the the Add To Cart JavaScript.
    Brennan,

    Any update as to why the updated changes are not working properly?

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Brennan or Matt,

    For some reason my Live Store does not have the new Client Dimensions Tab in the User Interface Settings. How can I fix this?

    Leave a comment:


  • Matt Zimmermann
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Here are the link to the updates for the Optics, Suivant and Iron & Wool ReadyThemes.

    Optics Updates
    Wiki: https://github.com/mivaecommerce/rea...v1.3.0-Updates
    Assets: https://github.com/mivaecommerce/rea.../master/assets

    Suivant Updates
    Wiki: https://github.com/mivaecommerce/rea...v1.3.0-Updates
    Assets: https://github.com/mivaecommerce/rea.../master/assets

    Iron & Wool Updates
    Wiki: https://github.com/mivaecommerce/rea...v1.1.0-Updates
    Assets: https://github.com/mivaecommerce/rea.../master/assets

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    We'll get it added to the list of changes, we just missed it.
    Brennan,

    Thank you sir.

    Leave a comment:


  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    We'll get it added to the list of changes, we just missed it.

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    @Stephen

    There was an update the the Add To Cart JavaScript.
    Brennan,

    I thought there might have been changes so after I installed the updated Theme in my dev store I copied the new js files to my live site after installing the code. The changes you gave me are there and the site still does not work properly.

    Did I miss something somewhere else?

    Leave a comment:


  • slabar
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    The template changes are located here:

    Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates

    It will be up to you to make these changes to your store.
    Brennan,

    I didn't see the changes for the Iron & Wool Theme online. Are they going to be posted as well?

    Leave a comment:


  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Will there by any place where the template changes for the Suivant theme are posted
    The template changes are located here:

    Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates

    It will be up to you to make these changes to your store.

    Leave a comment:


  • Brennan
    replied
    Re: Miva Merchant 9.0004 Template Changes

    @Stephen

    There was an update the the Add To Cart JavaScript.

    in js/scripts.js add this code:

    Code:
    if (/\?/.test(formUrl)) {
    	formUrl = formUrl + '&v=' + randomNo;
    }
    else {
    	formUrl = formUrl + '?v=' + randomNo;
    };
    It should go inside the function addToCart () { right above this code:

    Code:
    // Add status data to form
    form.data('formstatus', 'submitting');
    Here is a reference: http://suivant-theme.mivamerchantdev.com/js/scripts.js. If you have not made any changes to the scripts.js file you should be able to replace you existing file with the one above.

    Leave a comment:


  • kathleen
    replied
    Re: Miva Merchant 9.0004 Template Changes

    This is the first time I am applying an update to a site with a Suivant theme. I've done considerable updates to some of the pages so I want to make sure I am doing this correctly. I'm finding some of the information here a little confusing.

    Can you clarify: Will there by any place where the template changes for the Suivant theme are posted?

    If not, I think I understand what to do.

    Leave a comment:

Working...
X