Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

question about editng the shipping.php


takiko

Recommended Posts

I have editing the includes/languages/engish/shipping.php

I want to add some info to it, but when I finish editing...

I go to my online shop and click the shipping & return, its gone blank?

How do I fix it?

Link to comment
Share on other sites

Check if you have somewhere in your text ie

it's

That need to be

it\'s

 

I didn't type the "it's" those wording

here is my script on privacy.php

 

<?php
/*
 $Id: shipping.php 1739 2007-12-20 00:52:16Z hpdl $

 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', 'About Shipping & Handling Fees:
<br>All the shipping fees are estimated by the weight. All the shipping fees are paid by the buyer.
<br>
<br>Refund or Exchange Policy:
<br><b>NO REFUND</b>, but accept Exchange* within 14days.
<br>If the product(s) have defect or you do not satisfy to the product(s). We will exchange it for you.
<br>You have to notify us by sending an email, and then you send the product(s) back to us. We will re-send the new one to you. No extra postage cost.
<br>*Exchange one time only. Shipping Date on the Invoice is the start day 

);
?>

Link to comment
Share on other sites

Hello

....

 

I have followed the rules, and make sure that I have the ending quote....

but my privacy section gone blank again!?

 

<?php
/*
 $Id: privacy.php 1739 2007-12-20 00:52:16Z hpdl $

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

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');

define('TEXT_INFORMATION', '<b>About Privacy Policy:</b>
<br><b>i-zakkaya | online shop>/b> is committed to protecting your privacy. We hope that you will take the time to read this policy, which explains what information we collect from you and how we use that information. By using our website or by purchasing products or services from us, you agree to be bound by this policy. Please check back frequently, as this policy may change from time to time.
<br>
<br>What information we collect and how we use it
When you visit our website, <b>i-zakkaya | online shop</b> collects your IP address, which we use to improve our products and services as well as to help us administer our website and diagnose technical problems. Your IP address is also used to gather broad demographic information that does not personally identify you. To receive our website's newsletters and/or periodic email notifications with special offers, you only need to leave your email address with us. However, to order from us, you must set up a <b>i-zakkaya | online shop</b> account by providing us with your name, email address and a chosen password. These constitute your "Account Information". Account Information also includes any information that you may provide to us in response to customer surveys. When you place an order with us, we will also collect your shipping address and telephone number. This information constitutes your "Order Information". Order Information is necessary for us both to process your order and notify you of your order status. Order Information also includes any information that you provide us in connection with an order that you later cancel or that is not completed for any reason. We may use your Account Information and Order Information to occasionally notify you about important changes to the website, new <b>i-zakkaya | online shop</b> features, special <b>i-zakkaya | online shop</b> offers that you may find useful, or offers from companies with whom we have business relationships. If you would prefer not to receive email newsletters or email notifications from us (other than email notifications relating to order processing), simply visit the "My Account". From here, select "Newsletter Subscriptions" and/or "Personalized Email Reminders and Special Offer Email Subscriptions," indicate which newsletters or email notifications you wish to unsubscribe from, and then click the "Update" button.'

);

?>

 

What error did I made? :o

 

edit: I found my error, sorry for interrupt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...