php - How to set custom page as default page for customer account? -
i've got problem can't solve. partly because can't explain right terms. i'm new sorry clumsy question.
below can see overview of goal.
i logged in customer in site default showing 'dashboard' want set custom page (order history) possible or not ? if yes how ?
how can 1 in magento ce1.7
may duplicate question sorry forgive me..
any ideas ?
hope help
<?php mage::getsingleton('customer/session')->setafterauthurl(mage::geturl("sales/order/history/"));?>
or try extension : http://www.magentocommerce.com/magento-connect/custom-login-redirect.html
Comments
Post a Comment