Apparently there is an error on line 188 (dreamweaver called it) but I do know that the check box to update customer isn't displaying hence there must be an error but I'm really not familiar with miva script but would very much like to be.. Help please! Thank you in advance
<mvt:if expr="g.Basket:cust_id">
<div id="update-record">
<mvt:if expr="g.Update_Customer">
<input type="checkbox" name="Update_Customer" value="Yes" checked />
<mvt:else>
<input type="checkbox" name="Update_Customer" value="Yes" />
</mvt:if>
Ενημερώσετε αρχείο πελάτη με αυτές τις πληροφορίες
</div>
</mvt:if>
<mvt:if expr="l.settings:customer:match">
<script>
<mvt:if expr="l.settings:customer:primaddr EQ 'shipping'">
document.getElementById( 'billing_to_show' ).checked = true;
<mvt:elseif expr="l.settings:customer:primaddr EQ 'billing'">
document.getElementById( 'shipping_to_show' ).checked = true;
this would be line 188 </mvt:if>
</script>
</mvt:if>
<script src="&mvte:global:clientside_url;Store_Code=&mvta: store:code;&Filename=ToggleDetails.js&Prim addr=billing&Shipping=D&Billing=D"></script>
<mvt:if expr="g.Basket:cust_id">
<div id="update-record">
<mvt:if expr="g.Update_Customer">
<input type="checkbox" name="Update_Customer" value="Yes" checked />
<mvt:else>
<input type="checkbox" name="Update_Customer" value="Yes" />
</mvt:if>
Ενημερώσετε αρχείο πελάτη με αυτές τις πληροφορίες
</div>
</mvt:if>
<mvt:if expr="l.settings:customer:match">
<script>
<mvt:if expr="l.settings:customer:primaddr EQ 'shipping'">
document.getElementById( 'billing_to_show' ).checked = true;
<mvt:elseif expr="l.settings:customer:primaddr EQ 'billing'">
document.getElementById( 'shipping_to_show' ).checked = true;
this would be line 188 </mvt:if>
</script>
</mvt:if>
<script src="&mvte:global:clientside_url;Store_Code=&mvta: store:code;&Filename=ToggleDetails.js&Prim addr=billing&Shipping=D&Billing=D"></script>
Comment