Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Shipping & Returns page is blank now


Guest

Recommended Posts

Posted

I was setting the text last night and must have done something wrong. When I clicked on the link to see how it looked it went to a blank screen. I went back into the shipping.php file to see what happened and all of the changes were not there, it looked like a fresh, untouched file. Since then I have reloaded an original copy of Index.php and shipping.php and still have the same result. I am at a complete loss. My current shipping.php looks like this,

<?php
/*
 $Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

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

define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');
?>

 

If any of you need to see other files I would be happy to post them. If you would like to see what is actually happening the website is www.reanossafetyandsecurity.com/catalog. The shipping link is in the normal place on the bottom left. Thanks for any help on this.

 

Mike Reano

Posted

You have 2 shipping.php files. The one you posted is in

 

catalog/includes/languages/english/shipping.php

 

The other is in

 

catalog/shipping.php

 

Make sure to upload the right ones to the right directory.

Posted

Good call Brian. That was the problem. I must have saved the catalog/includes/languages/english/shipping.php over the catalog/shipping.php.

 

Thanks so much, I give you 5 stars. :lol:

Archived

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

×
×
  • Create New...