RE: [Contribution] Ship In Cart

asim0s <[email protected]> 13 Sep 2003 22:00:21 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <0626ec830245e51db1be0aea30e93858@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=229069#229069
----------------------------------------------------------------

hmmm


i personally had the same problem as you do

but i did the above changes and it worked

im pasting my whole code so you can see and compare


[code]                <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
                <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
              </tr>
			  

            </table></td>
          </tr>
        </table></td>
      </tr>
<?php
  }
?>
 </form></td>


 <tr>
<td><br><?php require(DIR_WS_MODULES . 'shipping_estimator.php'); ?></td>
</tr></table> [/code]

its around line 248 in shopping cart.php