RE: Local, City, County Sales Tax and Taxes
ocularmagic <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <5727cfe50e6cc2f66507e0bedc48b927@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=173671#173671 ---------------------------------------------------------------- Jeff, can you give a little more info. Did it give you an error, did the function not return correctly? What exactly happened that told you it wasn't working? If you insert: [code]$customer_city['entry_city'] = strtoupper($customer_city['entry_city']); [/code] After: [code]$customer_city = tep_db_fetch_array($customer_city_query); [/code] In both places, it should work, as far as I can tell.