homewetbar Posted February 25, 2005 Share Posted February 25, 2005 I'm having the strangest problem. In my account_edit.php the continue button doesn't work so customer's cannot update their information. I even tried downloading another copy of osCommerce and using that file and it does not work either. I see no submit string before the continue button in the code on either version of my code or the fresh osCommerce so assume this is a bug? Anyone have a fix for this? Thank you in advance! Most Valuable OsCommerce Contributions: Also Purchased (AP) Preselection (cuts this resource hogging query down to nothing) -- Contribution 3294 FedEx Automated Labels -- Contribution 2244 RMA Returns system -- Contribution 1136 Sort Products By Dropdown -- Contribution 4312 Ultimate SEO URLs -- Contribution 2823 Credit Class & Gift Voucher -- Contribution 282 Cross-Sell -- Contribution 5347 Link to comment Share on other sites More sharing options...
homewetbar Posted February 26, 2005 Author Share Posted February 26, 2005 I'm having the strangest problem. In my account_edit.php the continue button doesn't work so customer's cannot update their information. I even tried downloading another copy of osCommerce and using that file and it does not work either. I see no submit string before the continue button in the code on either version of my code or the fresh osCommerce so assume this is a bug? Anyone have a fix for this? Thank you in advance! <{POST_SNAPBACK}> Someone else must have had a simular problem and knows how to fix it? Please! Most Valuable OsCommerce Contributions: Also Purchased (AP) Preselection (cuts this resource hogging query down to nothing) -- Contribution 3294 FedEx Automated Labels -- Contribution 2244 RMA Returns system -- Contribution 1136 Sort Products By Dropdown -- Contribution 4312 Ultimate SEO URLs -- Contribution 2823 Credit Class & Gift Voucher -- Contribution 282 Cross-Sell -- Contribution 5347 Link to comment Share on other sites More sharing options...
FalseDawn Posted February 26, 2005 Share Posted February 26, 2005 look up the tep_image_submit function in includes/functions/html_output.php Suggest you try a different source for OSC - it should work fine. Link to comment Share on other sites More sharing options...
homewetbar Posted February 26, 2005 Author Share Posted February 26, 2005 Found it! I was missing the <?php echo tep_draw_form('account_edit', tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL'), 'post', 'onSubmit="return check_form(account_edit);"') . tep_draw_hidden_field('action', 'process'); ?> In the top of the html part of the account_edit.php Must have nuked it when I got rid of the right hand column. Thanks! Most Valuable OsCommerce Contributions: Also Purchased (AP) Preselection (cuts this resource hogging query down to nothing) -- Contribution 3294 FedEx Automated Labels -- Contribution 2244 RMA Returns system -- Contribution 1136 Sort Products By Dropdown -- Contribution 4312 Ultimate SEO URLs -- Contribution 2823 Credit Class & Gift Voucher -- Contribution 282 Cross-Sell -- Contribution 5347 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.