Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I can't put info into the "Information Box"


winnerscircle

Recommended Posts

I can't find a way to put into the Information box that appears on the 1st page of my website the Shipping Information. I have been all through the ADMIN section and can't locate where this information is to be added.

 

Please tell me how to do this. Thanks

 

Lee

Link to comment
Share on other sites

Hi Lee,

 

The conditions.php, privacy.php and shipping.php files have to be manually edited. You will find them in catalog>includes>english>

 

 

There is no ADMIN editing of these files on a standard OSC install.

 

 

Chris

Link to comment
Share on other sites

Hi Lee,

 

The conditions.php, privacy.php and shipping.php files have to be manually edited. You will find them in catalog>includes>english>

 

 

There is no ADMIN editing of these files on a standard OSC install.

 

 

Chris

 

Chris,

 

I can't find the .php files you mention. Where are they?

 

Lee

Link to comment
Share on other sites

Lee,

 

Using your Cpanel or an FTP program, go to the catalog>includes>english> folder.

 

You will find:

 

privacy.php

conditions.php

shipping.php

 

 

Edit where it says 'Place your information here'

 

DO NOT REMOVE THE BEGINNING ' OR ENDING '

 

 

 

Chris

Link to comment
Share on other sites

Lee,

 

Using your Cpanel or an FTP program, go to the catalog>includes>english> folder.

 

You will find:

 

privacy.php

conditions.php

shipping.php

 

 

Edit where it says 'Place your information here'

 

DO NOT REMOVE THE BEGINNING ' OR ENDING '

 

 

 

Chris

 

I have tried a number of different things in an attempt to make this work but so far all I get is a syntax error messsage in line 16. Here is a copy of the complete window as it is now.

 

<?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 © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

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

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

 

define('TEXT_INFORMATION', '<p><td class ="main">At Winner's Circle we want you to be a satisfied happy Customer. If you do not like what you have purchased from Winner's Circle, you may return the item in "new condition" for a store credit. Other types of refunds are subject to a 15% restocking fee. Prior to returning an item it is necessary to contact us for a Return Authorization Number. All returns must be in their original packaging and it good condition for resale. Call 866-nitroRC (866-648-7672) to get permission to ship an item back to us.</p>

 

<P>All shipping will via USPS Priority Mail. There is never a handling charge. We charge you what it cost us to ship the package which equals PRIORITY MAIL FEES + PACKAGE TRACKING. If you want us to use FEDEX for your shipment, please include your FEDEX account number when placing your order. Most shipping charges are $6.50 unless the package is large or heavy. We will contact you with shipping charges if the fee is more than the standard $6.50 fee before shipping.</p>

 

<p>INTERNATIONAL ORDERS will cost more. We will ship in a $12.95 flat rate box if we can get your parts to fit into the box. If it does not fit we will email you with the shipping charges and get your OK before shipping your order.')</p>'

Link to comment
Share on other sites

Lee,

 

 

This is one error:

 

it does not fit we will email you with the shipping charges and get your OK before shipping your order.')</p>'

 

Should be:

 

it does not fit we will email you with the shipping charges and get your OK before shipping your order.</p>')

 

Keep all text and HTML code between the opening ' and the closing '

 

 

 

Chris

Link to comment
Share on other sites

define('TEXT_INFORMATION', '<p><td class ="main">At Winner\'s Circle we want you to be a satisfied happy Customer. If you do not like what you have purchased from Winner\'s Circle, you may return the item in "new condition" for a store credit. Other types of refunds are subject to a 15% restocking fee. Prior to returning an item it is necessary to contact us for a Return Authorization Number. All returns must be in their original packaging and it good condition for resale. Call 866-nitroRC (866-648-7672) to get permission to ship an item back to us.</p>


<P>All shipping will via USPS Priority Mail. There is never a handling charge. We charge you what it cost us to ship the package which equals PRIORITY MAIL FEES + PACKAGE TRACKING. If you want us to use FEDEX for your shipment, please include your FEDEX account number when placing your order. Most shipping charges are $6.50 unless the package is large or heavy. We will contact you with shipping charges if the fee is more than the standard $6.50 fee before shipping.</p>


<p>INTERNATIONAL ORDERS will cost more. We will ship in a $12.95 flat rate box if we can get your parts to fit into the box. If it does not fit we will email you with the shipping charges and get your OK before shipping your order.</p>');

Try that for the define for TEXT_INFORMATION

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Lee,

 

 

This is one error:

 

it does not fit we will email you with the shipping charges and get your OK before shipping your order.')</p>'

 

Should be:

 

it does not fit we will email you with the shipping charges and get your OK before shipping your order.</p>')

 

Keep all text and HTML code between the opening ' and the closing '

 

 

 

Chris

Link to comment
Share on other sites

Thank you everyone for your suggestions! The problem all along was the apostrophe in "Winner's Circle". When I removed it, everything worked great.

 

Thank you all for your help.

 

I'll be back with more questions.

 

Lee

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...