Announcement

Collapse
No announcement yet.

Miva Merchant 9.0004 Template Changes

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

  • dachenbach
    replied
    I'm working to apply the 9.0004 template changes and have two questions:

    1. For the eight or so pages which have template changes to the "Customer Fields" section, the template change webpage always specifies "Display Only". My pages aren't Display Only. For example, ACED is Customer:Edit. How should I think about the template changes for these Display Only pages when mine aren't Display Only? Should I just ignore them and say they don't apply to me since I'm in a different mode or is some different change required because of the mode I'm in? The code looks different depending on the mode. This is for the Residential Address flag.

    2. OCST: Customer Fields: Mode: Checkout: Display Only on the template changes website (http://www.miva.com/mm9.4_template_changes.html) appears to be a duplicate item. Can you confirm it's duplicate and not there in place of some other change we should be making?

    Leave a comment:


  • eldon99
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Matt Zimmermann View Post

    Will the Base readytheme assets and changelog be updated? I see the new 9.4 version on the apps store, but not on github.

    Leave a comment:


  • Rick Wilson
    replied
    Re: Miva Merchant 9.0004 Template Changes

    For what it's worth that banner is "dumb HTML" so it's not a toggle we can flip to change it for people up to date, but we'll look at a structural fix to that "issue".

    Leave a comment:


  • Pamela Hazelton
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by lesliekirk View Post
    <mvt:rant>would it be possible to not display this banner if the store is up to date?


    [ATTACH=CONFIG]1140[/ATTACH]

    it's really confusing to store owners </mvt:rant>
    i agree

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    I used http://www.miva.com/mm9.4_template_changes.html as a guide, but used the code from my dev store, which had a newly installed Suivant theme installed. (the Suivant theme I installed in my dev store had recently been updated to include 9.0004 template changes) With that, I'm still working through little differences or changes.

    Leave a comment:


  • widgetsupply
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Is there any risk to my Suivant store making these template changes:
    http://www.miva.com/mm9.4_template_changes.html

    Will I need to do anything additional or have the design club do anything further?

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    I clicked the Update button under URI Management > htaccess, and Settings but that didn't seem to help. I didn't make any changes, mind-you, just clicked Update.
    Thank you for the suggestion, Leslie.
    Cway

    Leave a comment:


  • lesliekirk
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Try updating the .htaccess file using the URI Management - I have discovered that it seems to be the magical cure for a number of short-link woes (even if you are using the Legacy SEO settings).

    Leave a comment:


  • cway
    replied
    Re: product link on search page

    The product link (not Quick View) doesn't work any more since implementing 9.0004 template changes.
    See http://dev.theteatable.com/SRCH.html and search for 'bbb'.
    It appears to be writing &amp; to the URL instead of &. e.g.http://dev.theteatable.com/mm5/merch...oduct_Code=BBB
    Does anyone know what the fix is?
    Thanks!
    Cway

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    In comparing my dev store with a newly installed Suivant in it, with a client's Suivant, I found this site helps me find the differences between the two: https://www.diffchecker.com/

    Leave a comment:


  • Jim Cockerham
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Brennan View Post
    @Stephen
    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.
    I think the scripts.js file at that link is missing some of the code for the slick slider that sets the height. Been banging my head on this one for a few hours...

    Code:
    				function equalImageWraps() {
    					var currentHeight = 0,
    						rowDivs = new Array();
    					
    					carousel.find('.flag').each(function() {
    						$(this).height('auto');
    						rowDivs.push($(this));
    						currentHeight = (currentHeight < $(this).height()) ? ($(this).height()) : (currentHeight);
    						for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
    							rowDivs[currentDiv].height(currentHeight);
    						};
    					});
    				};

    Leave a comment:


  • lesliekirk
    replied
    Re: Miva Merchant 9.0004 Template Changes

    <mvt:rant>Would it be possible to NOT display this banner if the store is up to date?




    It's really confusing to store owners </mvt:rant>
    Last edited by lesliekirk; 09-18-15, 04:20 AM.

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    This was in the Suivant LOGN template at http://dev.theteatable.com:

    Code:
                    <mvt:if expr="g.Customer_Temporary_Password">
                        <input type="hidden" name="Screen" value="CPWD" />
                        <input type="hidden" name="Customer_Temporary_Password" value="&mvte:global:Customer_Temporary_Password;" />
                    <mvt:else>
                        <input type="hidden" name="Screen" value="ACLN" />
                    </mvt:if>
    I replaced it with what was in my newly installed, default Suivant in my dev store (http://dev.trentstudios.com):

    Code:
                <mvt:if expr="g.Customer_Temporary_Password">
                    <mvt:assign name="l.settings:url" value="l.settings:urls:CPWD:secure" />
                <mvt:else>
                    <mvt:assign name="l.settings:url" value="l.settings:urls:ACLN:secure" />
                </mvt:if>
    and the below problem goes away. Does anyone know if I can leave it or if I should make any changes?
    Thanks!
    Cway

    Originally posted by cway View Post
    I just got done implementing 9.0004 template changes into a client's Suivant site. Upon logging-in (http://dev.theteatable.com/LOGN.html), the page (http://dev.theteatable.com/LOGN.html) says "We're sorry but it appears that the "LOGN,ACLN" page is not available at this time."

    When I refresh the page (http://dev.theteatable.com/LOGN.html), it doesn't appear I've logged-in, but when I go to My Account (http://dev.theteatable.com/ACLN.html), I am logged-in.

    Here's the form tag from the template changes:
    Code:
    <form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
    This is the form tag from my newly installed Suivant site:
    Code:
    <form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
    I've tried both in my client's site and both return a similar message.
    Does anyone have any ideas what the problem is?

    Thanks!
    Cway
    Last edited by cway; 09-17-15, 01:40 PM.

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    Since implementing 9.0004 template changes, the customer fields don't appear to be available on the Customer Information page.
    Has anyone else experienced this since implementing 9.0004 template changes?
    I've tried being logged-in and not.
    http://dev.theteatable.com
    Thanks!
    Cway

    Leave a comment:


  • cway
    replied
    Re: Miva Merchant 9.0004 Template Changes

    I just got done implementing 9.0004 template changes into a client's Suivant site. Upon logging-in (http://dev.theteatable.com/LOGN.html), the page (http://dev.theteatable.com/LOGN.html) says "We're sorry but it appears that the "LOGN,ACLN" page is not available at this time."

    When I refresh the page (http://dev.theteatable.com/LOGN.html), it doesn't appear I've logged-in, but when I go to My Account (http://dev.theteatable.com/ACLN.html), I am logged-in.

    Here's the form tag from the template changes:
    Code:
    <form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
    This is the form tag from my newly installed Suivant site:
    Code:
    <form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
    I've tried both in my client's site and both return a similar message.
    Does anyone have any ideas what the problem is?

    Thanks!
    Cway

    Leave a comment:

Working...
X