Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can someone please solve this?


Guest

Recommended Posts

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

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

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

<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

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

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

Archived

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

×
×
  • Create New...