Guest Posted November 9, 2002 Share Posted November 9, 2002 Hi, I am having problems with the shopping_cart.php when checking out: http://www.mdesigns.biz/catalog/ or www.vend-a-call.com/catalog/ The "continue shopping" and "checkout" button work just fine but the update button will not work when I put the code inside of another table. If I leave the code outside of another table (set at 760) the update button will not work. Thanks! Link to comment Share on other sites More sharing options...
Ajeh Posted November 9, 2002 Share Posted November 9, 2002 In your code, is that button still written as: <td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td> Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2002 Share Posted November 9, 2002 This is exactly how it is inside of the table. <td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?> It's funny that the continue shopping and checkout buttons all work with no problems. Link to comment Share on other sites More sharing options...
Ajeh Posted November 9, 2002 Share Posted November 9, 2002 And you still have the top of the form in there too: <td><form name="cart_quantity" method="post" action="http://www.thewebmakerscorner.com/snapmods_new/shopping_cart.php?action=update_product"> Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2002 Share Posted November 9, 2002 <tr> <td><form name="cart_quantity" method="post" action="<?php echo tep_href_link(FILENAME_SHOPPING_CART, 'action=update_product', 'NONSSL'); ?>"> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <?php Do you want me to post the whole page's code so maybe it will be more clear? Link to comment Share on other sites More sharing options...
Ajeh Posted November 9, 2002 Share Posted November 9, 2002 Actually, if you want, you can email me the shopping_cart.php file and let me fuss with it for a few. Did you change anything in application_top.php? Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2002 Share Posted November 9, 2002 No, I didn't change anything in application top, not that had to do with the shopping_cart.php page....just the usual settings. I will email you the file. Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2002 Share Posted November 9, 2002 Linda, What's your email address? I just went and copied another shopping_cart.php page from cvs and now the continue button is missing without putting it in another table. Link to comment Share on other sites More sharing options...
Ajeh Posted November 9, 2002 Share Posted November 9, 2002 [email protected] is the one to use for me in relation to osc stuff. I read it a lot faster :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.