Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping Page Problems


Guest

Recommended Posts

Having problems getting my shipping page (same with conditions of use, and privacy page), going out of wack, it wont display what I do have, it also throws the tables off.

 

http://jennysgifts.net/catalog/pages.php?page=shipping

http://jennysgifts.net/catalog/pages.php?page=conditions

http://jennysgifts.net/catalog/pages.php?page=privacy

 

here is the code for the /includes/language/english/shipping.php that I have

 

define('NAVBAR_TITLE', 'Shipping & Returns');
define('HEADING_TITLE', 'Shipping & Returns');

define('TEXT_INFORMATION', 'These charges represent only a part of the actual costs. We\'ll pay the rest. If your order is: <br><table width="60%" border="0" cellspacing="2" cellpadding="2">
 <tr>
<td>Up to $24.99</td>
<td><div align="right">$7.50</div></td>
 </tr>
 <tr>
<td>From $25 to $34.99</td>
<td><div align="right">$8.45</div></td>
 </tr>
 <tr>
<td>From $35 to $44.99</td>
<td><div align="right">$9.45</div></td>
 </tr>
 <tr>
<td>From $45 to $54.99</td>
<td><div align="right">$10.45</div></td>
 </tr>
 <tr>
<td>From $55 to $74.99</td>
<td><div align="right">$12.45</div></td>
 </tr>
 <tr>
<td>From $75 to $99.99</td>
<td><div align="right">$13.95</div></td>
 </tr>
 <tr>
<td>From $100 to $199.99</td>
<td><div align="right">$16.95</div></td>
 </tr>
 <tr>
<td>$200.00 and over</td>
<td><div align="right">Call for Details</div></td>
 </tr>
</table><br> Freight charges apply within the continental United States. Orders outside the continental United States may incur additional charges.');

Link to comment
Share on other sites

If I follow your shipping link on your home page it displays fine becuase it take me to shipping.php as you've posted above. However the links that you've posted actually take me the pages.php and it is this code that has got the table wrong.

 

Tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...