Lets face it, cutting down on excess user input translates into more sales. 99.99% of my sales are with US based credit cards, so why do i need to ask everyone the same question about their location. Does anyone know of a way to set "United States" as the default entry on cc.php ?
Software version info aMember 3.1.8PRO PHP 4.3.6 (apache) OS Linux www.nytix.com 2.4.21-5... MySQL 3.23.58
Ok. Place this at the top of /amember/templates/cc/cc_info.html: Code: {php} if(!$this->_tpl_vars[cc_address][cc_country]){ $this->_tpl_vars[cc_address][cc_country] = 'US'; } {/php}