inserimento contribution privacy

Questo forum è dedicato alle discussioni riguardanti le contribution per osCommerce

Moderatore: mod Generali

Rispondi
Avatar utente
ScRa
membro Junior
membro Junior
Messaggi: 14
Iscritto il: 05/03/2008, 10:02

inserimento contribution privacy

Messaggio da ScRa »

salve a tutti e spero abbiate passato buone feste :D :D :D


Allora sto inserendo una contribution per la privacy e il redame mi dice di inserire due righe all'interno del doc. php fra due //

1) Add the lines between //PrivacyStart and //PrivacyEnd and the lines between <!--PrivacyStart--> and <!--PrivacyEnd-->
in catalog/create_account.php to your catalog/create_account.php

1) Add the lines between //PrivacyStart and //PrivacyEnd in catalog/includes/form_check.js.php to your catalog/includes/form_check.js.php


1) For italian:
- Add the lines in catalog/includes/languages/italian.php to your catalog/includes/languages/italian.php
- Copy catalog/includes/languages/italian/privacy.php in catalog/includes/languages/italian/. You have to edit it to suite your needs.
- run the SQL script sql/italian/privacy.sql into your database with PHPMyAdmin or other DB Manager...

la mia domanda è vanno inserite in qualsiasi punto del php? ( credo di no ) credo vadano inserite all'inizio giusto?
magari così??

<?php
/*
$Id: create_account.php,v 1.65 2003/06/09 23:03:54 hpdl Exp $

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

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

require('includes/application_top.php');

// needs to be included earlier to set the success message in the messageStack
//PrivacyStart
<! - PrivacyStart -> e <! - PrivacyEnd ->
//PrivacyEnd
require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT);

$process = false;
if (isset($HTTP_POST_VARS['action']) && ($HTTP_POST_VARS['action'] == 'process')) {
$process = true;


scusate ma nn è che ci capisca poi tanto io in php

grazie a tutti ....
La Vita è Bella... GODIAMOCELA!!!
Rispondi