Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

privacy.php troubles


50mb

Recommended Posts

Posted

ok now im trying to configure the privacy php and here is what i have and still doesn towrk what am i doing wrong

 

 

<?php
/*
$Id: privacy.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', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');

define('TEXT_INFORMATION', '<p>Our Commitment To Privacy</p>
<p>Your privacy is important to us. To better protect your privacy we provide 
this notice explaining our online information practices and the choices you 
can make about the way your information is collected and used. To make this 
notice easy to find, we make it available on our homepage and at every point 
where personally identifiable information may be requested.</p>
<p><font size="4">The Information We Collect:</font></p>
<p>This notice applies to all information collected or submitted on the AITracing.com website. 
On some pages, you can order products, make requests, and register 
to receive materials. The types of personal information collected at these pages 
are:</p>
<p> Name
Address
Email address
Phone number
(etc.) </p>
<p>On some pages, you can submit information about other people. For example, 
if you order a gift online and want it sent directly to the recipient, you will 
need to submit the recipient's address. In this circumstance, the types of personal 
information collected are:</p>
<p> Name
Address
Phone Number
(etc.) </p>
<p><font size="4">The Way We Use Information:</font></p>
<p>We use the information you provide about yourself when placing an order only 
to complete that order. We do not share this information with outside parties 
except to the extent necessary to complete that order.</p>
<p>We use the information you provide about someone else when placing an order 
only to ship the product and to confirm delivery. We do not share this information 
with outside parties except to the extent necessary to complete that order.</p>
<p>We offer gift-cards by which you can personalize a product you order for another 
person. Information you provide to us to create a gift-card is only used for 
that purpose, and it is only disclosed to the person receiving the gift.</p>
<p>We use return email addresses to answer the email we receive. Such addresses 
are not used for any other purpose and are not shared with outside parties.</p>
<p>You can register with our website if you would like to receive our catalog 
as well as updates on our new products and services. Information you submit 
on our website will not be used for this purpose unless you fill out the registration 
form.</p>
<p>We use non-identifying and aggregate information to better design our website 
and to share with advertisers. For example, we may tell an advertiser that X 
number of individuals visited a certain area on our website, or that Y number 
of men and Z number of women filled out our registration form, but we would 
not disclose anything that could be used to identify those individuals.</p>
<p>Finally, we never use or share the personally identifiable information provided 
to us online in ways unrelated to the ones described above without also providing 
you an opportunity to opt-out or otherwise prohibit such unrelated uses.</p>
<p><font size="4">Our Commitment To Data Security:</font></p>
<p>To prevent unauthorized access, maintain data accuracy, and ensure the correct 
use of information, we have put in place appropriate physical, electronic, and 
managerial procedures to safeguard and secure the information we collect online.</p>
<p><font size="4">Our Commitment To Children's Privacy:</font></p>
<p>Protecting the privacy of the very young is especially important. For that 
reason, we never collect or maintain information at our website from those we 
actually know are under 13, and no part of our website is structured to attract 
anyone under 13.</p>
<p><font size="4">How You Can Access Or Correct Your Information:</font></p>
<p>You can access all your personally identifiable information that we collect 
online and maintain by logging in and clicking on my account in the above menu. We use 
this procedure to better safeguard your information.</p>
<p><font size="4">How To Contact Us:</font></p>
<p>Should you have other questions or concerns about these privacy policies, please send us an 
email at <a href="mailto: [email protected]">[email protected]</a>.</p>');
?>

 

please tell me soon thanks heres what i get when i upload it http://nskustomperformance.com/osCommerce/privacy.php thanx in advance

Do what you do best!!

Posted

PHP chokes on the quote in the line:

need to submit the recipient's address

Try "escaping" the quote with a slash (recipient\'s) or using & #039; (but no space between the & and the #)

Posted

i tried both ways and still didnt work any other ideas, i really need to get this working "sobs" my merchant account holders wont approve without it

Do what you do best!!

Archived

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

×
×
  • Create New...