grlongo Posted October 19, 2011 Posted October 19, 2011 Hi mates, I´d like to remove some inputs and add new one´s on Address Book page I found in /catalog/includes/module/address_book_details the folllowing code: <tr> <td class="fieldKey"><?php echo ENTRY_COUNTRY; ?></td> <td class="fieldValue"><?php echo tep_get_country_list('country', (isset($entry['entry_country_id']) ? $entry['entry_country_id'] : STORE_COUNTRY)) . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td> </tr> even though I remove this code, the field still apears in the page! where does exactly those oscommerce forms are placed? Thanks for your attention. Guilherme Longo
grlongo Posted October 19, 2011 Author Posted October 19, 2011 Mates, I still have´nt found a solution. I´ll try again I´m trying to change the form 'My account Information'. I suppose I should change the template located in /catalog/includes/module/address_book_details? Am I right? Should I change anything else to remove or add new fields to my form??? Thanks for your attention. Guilherme Longo
Recommended Posts
Archived
This topic is now archived and is closed to further replies.