May 15, 2015 at 4:24 pm
#3341
stephen
Keymaster
Hi,
To fix this issue please go to file: app/design/frontend/default/sns_nova/template/page/html/header.phtml find and replace the bellow code:
<?php if( strpos($this->helper('core/url')->getCurrentUrl(), 'customer/account/create') === false){ ?>
To:
if( strpos($this->helper('core/url')->getCurrentUrl(), 'customer/account/create') === false && (Mage::getURL('checkout/onepage') != Mage::helper('core/url')->getCurrentUrl()) ){ ?>
The cause is: we’ve custom modal popup for login & register. And on checkout page. Form Date of Birth is load 2 times … It cannot submit
Thanks!
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7