Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Estimated Shipping Cost


dtaquarium

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...