How do I go about modifying the ~/customer/account/index template/layout/view without overwriting the original from Magento?
How do I go about modifying the ~/customer/account/index template/layout/view without overwriting the original from
Share
To modify the template, create your own theme and copy it into that theme. To modify the layout, use
local.xml. By view, I’m not sure what you mean. If you mean Block, you’ll need to learn to override blocks.