Scusatemi se torno a questa discussione, io mi stò scervellando per far funzionare il contrassegno...
In ADMIN >Moduli di totale ordini > Suplemento alla consegna
Setto solo il campo
COD Fee for CORRIERE1
IT:6.00
In modo che ci sia un sovrapprezzo per contrassegno di euro 6 al totale compreso spese.
Seguendo la discussione apro il file ot_cod_fee.php
e trovo quanto segue:
<?php
/*
$Id: ot_cod_fee.php,v 1.2 2004/03/25 22:10:00
chris@bluenoteweb.com Exp $
Designed for:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 Blue Note Web Development
*
www.bluenoteweb.com - hosting and development specializing in php and osCommerce!
* Please direct all support questions to the forums, here:
http://forums.oscommerce.com/index.php? ... =7&t=85320
* Please do not PM or email me for support of this contribution(unless you provide billing details:)
* I did not write it, I merely updated it for MS2 and FedEx.
Released under the GNU General Public License
*/
/********************************************************************
* Copyright (C) 2002 TheMedia, Dipl.-Ing Thomas Pl„nkers.
*
http://www.themedia.at &
http://www.oscommerce.at
*
* All rights reserved.
*
* This program is free software licensed under the GNU General Public License (GPL).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
*********************************************************************/
define('MODULE_ORDER_TOTAL_COD_TITLE', 'Supplemento per pagamento alla consegna');
define('MODULE_ORDER_TOTAL_COD_DESCRIPTION', 'Supplemento per pagamento alla consegna');
?>
Nient'altro...credo di aver impostato tutto bene ma non funge, ho controllato che il Sort order fosse diverso, ma ninte...
Come potrei risolvere?