Created
August 23, 2012 03:10
-
-
Save deivisonarthur/3431739 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| customer.xml (Original) | |
| <customer_address_index translate="label"> | |
| <label>Customer My Account Address Book</label> | |
| <!-- Mage_Customer --> | |
| <update handle="customer_account"/> | |
| <reference name="my.account.wrapper"> | |
| <block type="customer/address_book" name="address_book" template="customer/address/book.phtml"/> | |
| </reference> | |
| </customer_address_index> | |
| <customer_address_form translate="label"> | |
| <label>Customer My Account Address Edit Form</label> | |
| <!-- Mage_Customer --> | |
| <update handle="customer_account"/> | |
| <reference name="my.account.wrapper"> | |
| <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/> | |
| </reference> | |
| </customer_address_form> | |
| onepagecheckout.xml (Alterado) | |
| <customer_address_form translate="label"> | |
| <reference name="my.account.wrapper"> | |
| <block type="customer/address_edit" name="customer_address_edit" template="onepagecheckout/persistent/customer/address/edit.phtml"/> | |
| </reference> | |
| </customer_address_form> | |
| <customer_address_index translate="label"> | |
| <reference name="my.account.wrapper"> | |
| <block type="customer/address_book" name="address_book" template="onepagecheckout/persistent/customer/address/book.phtml"/> | |
| </reference> | |
| </customer_address_index> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment