SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- {block name='customer_form'}
- {block name='customer_form_errors'}
- {include file='_partials/form-errors.tpl' errors=$errors['']}
- {/block}
- <form action="{$action}" id="customer-form" class="js-customer-form" method="post">
- <section>
- {block "form_fields"}
- {foreach from=$formFields item="field"}
- {block "form_field"}
- {form_field field=$field}
- {/block}
- {/foreach}
- {$hook_create_account_form nofilter}
- {/block}
- </section>
- {block name='customer_form_footer'}
- <footer class="form-footer clearfix">
- <input type="hidden" name="submitCreate" value="1">
- {block "form_buttons"}
- <button class="btn btn-primary form-control-submit float-xs-right" data-link-action="save-customer" type="submit">
- <i class="mi"></i>
- {l s='Save' d='Shop.Theme.Actions'}
- </button>
- {/block}
- </footer>
- {/block}
- </form>
- {/block}
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.