RE: [Contribution] Ship In Cart
asim0s <[email protected]> 13 Sep 2003 06:55:08 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <ceeecddc6b3b575b65c9c1af3f80fa33@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228791#228791
----------------------------------------------------------------
follow the instructions by this guy and it works
:D
thx man
[quote="decapper"]Ok I played round with it a little bit... And this is what I done and I got it working... Put in your code to take away that error msg. Then as said above do not put inside the <form>...</form>.. So I deleted the </table> just before the </form> and then under this :
[quote]<?php
}
?>
</form>
</td>
[/quote] (remember I removed </table>)
I added this
[quote] <tr>
<td><br><?php require(DIR_WS_MODULES . 'shipping_estimator.php'); ?></td>
</tr></table>
[/quote]
And it now works! lovely stuff![/quote]