ecgbyme Posted October 16, 2005 Share Posted October 16, 2005 I can't seem to find a way to add some text to the Currency Box. That would be some text below the select box. appreciate any help!! Link to comment Share on other sites More sharing options...
ecgbyme Posted October 16, 2005 Author Share Posted October 16, 2005 There's got to be someone with the easy procedure foir this!! Link to comment Share on other sites More sharing options...
Wendy James Posted October 16, 2005 Share Posted October 16, 2005 Open catalog/includes/boxes/curriencies.php You can do it this way.. change 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id()); to 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id() . 'yourtext or whatever here'); That should work. :) Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
ecgbyme Posted October 16, 2005 Author Share Posted October 16, 2005 Open catalog/includes/boxes/curriencies.php You can do it this way.. change 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id()); to 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id() . 'yourtext or whatever here'); That should work. :) That did work!! Many Thanks Wendy!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.