dtaquarium Posted October 27, 2012 Posted October 27, 2012 Hi Does anyone know how to make the Estimated Shipping v1.5 or higher module work with oscommerce version 2.3.1 it says in the instructions.... 6) FIND the following in catalog/shopping_cart.php: <link rel="stylesheet" type="text/css" href="stylesheet.css"> ADD BELOW: <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=310,screenX=150,screenY=250') } //--></script> Note: The width and height in the above code can be changed to your liking. 7) FIND the following in catalog/shopping_cart.php: new productListingBox($info_box_contents); ?> </td> </tr> ADD BELOW: <!-- BEGIN estimated shipping --> <tr><td align=right cellpadding="2" height=2 colspan="2" class="smallText"><?php echo '<a href="javascript:popupWindow(\'' . tep_href_link(FILENAME_POPUP_SHIPPING) . '\')">' . '<img src="images/icons/shipcost.gif" border="0"> ' . TEXT_SHIPPING_COST . '</a>'; ?></td></tr> <!-- END estimated shipping --> but thoes are not there anymore in catalog/shopping_cart.php does anyone have updated instructions for this mod to work with 2.3.1 or know where to put thoes now. Thanks
♥14steve14 Posted October 27, 2012 Posted October 27, 2012 There is an estimated shipping module for 2.3 in the addons area somewhere. REMEMBER BACKUP, BACKUP AND BACKUP
dtaquarium Posted October 27, 2012 Author Posted October 27, 2012 i cant find any other one except for http://addons.oscommerce.com/info/3072
♥joli1811 Posted October 27, 2012 Posted October 27, 2012 Hi, Maybe this http://addons.oscommerce.com/info/8422 To improve is to change; to be perfect is to change often.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.