Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can´t find a .php file to change a form field on Address Book page


grlongo

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...