Announcement

Collapse
No announcement yet.

Miva Merchant 9.13.00 Template Changes

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

    Miva Merchant 9.13.00 Template Changes

    Hi, I just followed instructions and updated my code in my DEV Environment. https://www.miva.com/mm9.13_template_changes.html. Everything works nice. I have to ask a stupid question - where is my CSSUI?
    I found one at dev / httpdocs / miva / css / 00000001 / cssui.css
    But it does not have any info from the template example.

    Question nr 2 about the new CSTR
    Customer Password Reset.
    Is it completely new page? How do I check that it fires. I am translating my pages to Swedish. And I do not see any changes in "forgot password" or change password.

    Thanks in advance.

    André aka Protos at Cigarrummet
    Last edited by Protos; 04-23-19, 08:12 AM.

    #2
    Your cssui.css file may not be what controls the website styling, particularly if using a ReadyTheme. For your website (dev.cigarrummet.com), your css files are located in dev / httpdocs / css /
    Try adding the 9.13 cssui.css template changes into one of those .css files (such as 'pages.css'), even if you cannot find the 'Original File' content to replace.

    CSTR (Customer Password Reset) is a new page, automatically created when 9.13 is installed. In order to make use of this page, you must go into the Miva Admin > Customers > Customer Settings section and update the "Password Reset Style" drop-down selection.

    Customer Password Reset documentation: https://docs.miva.com/how-to-guide/c...password-reset

    Comment


      #3
      Thanks a lot for clear instructions. I found the correct CSS.
      I missed to check documentation with all my attention on the templates code. Wow, CSTR - Password Reset is a nice feature. I run into a little problem with double category nav tree on CSTR page. Do you have any advice about this problem. Including a screenshot.

      I guess I can delete <td id="left-navigation"><mvt:item name="category_tree" /></td> in CSTR template. Correct me If I am wrong.

      I think I will do the update in Prod tomorrow. Too much excitement for one day :-)

      //André aka Protos
      Attached Files
      Last edited by Protos; 04-23-19, 09:01 PM.

      Comment


        #4
        Originally posted by Protos View Post
        Thanks a lot for clear instructions. I found the correct CSS.
        I missed to check documentation with all my attention on the templates code. Wow, CSTR - Password Reset is a nice feature. I run into a little problem with double category nav tree on CSTR page. Do you have any advice about this problem. Including a screenshot.

        I guess I can delete <td id="left-navigation"><mvt:item name="category_tree" /></td> in CSTR template. Correct me If I am wrong.

        I think I will do the update in Prod tomorrow. Too much excitement for one day :-)

        //André aka Protos
        You will need to edit the CSTR template to match the rest of your layout. I found it easier to grab the template code from a known good layout (in my case ABUS) and use it. I just replaced the coding in a few places and was good to go.

        I replaced this

        Code:
        <mvt:item name="readytheme" param="contentsection( 'about-us-content' )" />
        with the code that started at the <form> tag. I also had to change the <body> tag. So make sure you double check it. Also, the page title might need to be tweaked.



        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


          #5
          Great, thanks a lot. Only MailChimp and Deferred JavaScript left to test.... Anybody had problems with changing scripts to deferred scripts? Should be nice to skip noggong from Google Page Insights wizard...

          Comment

          Working...
          X