myshop-is:checkout-address-field

Entity Value
Attribute(s) style
Type condition
Relation myAccount homepage

On the ‘change customer field’ screen, accessible from the Address data section of the Orderprocess, it is possibly to define if a particulair field should be shown on the myAccount homepage, see screenshot for the exact control used for this. The extension myshop-is:checkout-address-field will hide a field from this screen when this option is set to ‘no’.

Example

The following code snippet show’s the html code used in the myaccount_homepage template.

<table>
    <div class="myshp_myaccount_login" style="myshop-repeat:customer-fields-billing-exclude(email,remark)">
        <span style="myshop-is:checkout-address-field">
            <tr class="myshp_myaccount_login_row" style="myshop-has:value">
                <td>
                    <span style="myshop-value:label">
                        &nbsp;
                    </span>
                    :&nbsp;&nbsp;
                </td>
                <td style="myshop-value:value">
                    &nbsp;
                </td>
            </tr>
        </span>
    </div>
</table>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment