acquisto minimo
Moderatore: mod Generali
acquisto minimo
Salve tribù.......chi sa spiegarmi come posso usarela contribution x il minimo di acquisto????? l'ho installata non mi da errori ma neanche mi funziona. dove devo impostare ilminimo di acquisto????
http://www.oscommerce.com/community/contributions,1250
credo di aver fatto tuttoquello che mi si chiedeva........ma non ho capito dove all'interno della contribution devo aggiungere l'importo minimo
HELP.......
http://www.oscommerce.com/community/contributions,1250
credo di aver fatto tuttoquello che mi si chiedeva........ma non ho capito dove all'interno della contribution devo aggiungere l'importo minimo
HELP.......
-
- membro Regular
- Messaggi: 193
- Iscritto il: 26/12/2003, 1:00
- Località: italia
A me funziona benissimo, si imposta il minimo in amministrazione su configurazione ti deve apparire una nuova riga con scritto 'Minimun Order Amount' o dipende da come l'hai tradotto, e li inserisci l'importo minimo dell'acquisto. Se il file del linguaggio è inserito ti dovrebbe non far proseguire nell'acquisto e darti l'indicazione dell'errore.
Buon lavoro
Buon lavoro
ho seguito leistruzioni...ho importato il file sql .....ecome dice il redame ho scritto le righe
In all of the checkout_* confirmation - payment - process - shipping .php pages after (in catalog)
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
add the following lines:
// check order total minimum
if ($order->info['total'] < MIN_ORDER_AMOUNT) {
tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'));
}
In shopping_cart.php, around line 107 should be:(catalog)
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
</tr>
<?php
}
}
?>
<tr>
replace the last line ( <tr>) with:
<?php
// minimum order total
if ($order->info['total'] < MIN_ORDER_AMOUNT) {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo TEXT_ORDER_UNDER_MIN_AMOUNT; ?></td>
</tr>
<?php
}
?>
<tr>
edit includes/languages/[language]/shopping_cart.php to add:
define('TEXT_ORDER_UNDER_MIN_AMOUNT', 'A minimum order amount of $' . MIN_ORDER_AMOUNT . ' is required in order to checkout.');
and that should do it.
poi in amministrazione in minimuN order ho impostato a 50.00
ma xchè nn mi blocca gli acquisti???AIUTOOOOOOOOOOOO
In all of the checkout_* confirmation - payment - process - shipping .php pages after (in catalog)
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
add the following lines:
// check order total minimum
if ($order->info['total'] < MIN_ORDER_AMOUNT) {
tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'));
}
In shopping_cart.php, around line 107 should be:(catalog)
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
</tr>
<?php
}
}
?>
<tr>
replace the last line ( <tr>) with:
<?php
// minimum order total
if ($order->info['total'] < MIN_ORDER_AMOUNT) {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo TEXT_ORDER_UNDER_MIN_AMOUNT; ?></td>
</tr>
<?php
}
?>
<tr>
edit includes/languages/[language]/shopping_cart.php to add:
define('TEXT_ORDER_UNDER_MIN_AMOUNT', 'A minimum order amount of $' . MIN_ORDER_AMOUNT . ' is required in order to checkout.');
and that should do it.
poi in amministrazione in minimuN order ho impostato a 50.00
ma xchè nn mi blocca gli acquisti???AIUTOOOOOOOOOOOO
-
- membro Regular
- Messaggi: 193
- Iscritto il: 26/12/2003, 1:00
- Località: italia
nel mio readme.txt cambia questo:
-------------------------------------------------------------------------------------
In shopping_cart.php, around line 162 should be:
<?php
if ($any_out_of_stock == 1) {
if (STOCK_ALLOW_CHECKOUT == 'true') {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></td>
</tr>
<?php
} else {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
</tr>
<?php
}
}
?>
<tr>
replace the last line ( <tr>) with:
<?php
// minimum order total
if ($cart->show_total() <= MIN_ORDER_AMOUNT) {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_ORDER_AMOUNT)); ?></td>
</tr>
<?php
}
?>
<tr>
-------------------------------------------------------------------------------------
non so se può esserti di aiuto
buon lavoro
-------------------------------------------------------------------------------------
In shopping_cart.php, around line 162 should be:
<?php
if ($any_out_of_stock == 1) {
if (STOCK_ALLOW_CHECKOUT == 'true') {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></td>
</tr>
<?php
} else {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
</tr>
<?php
}
}
?>
<tr>
replace the last line ( <tr>) with:
<?php
// minimum order total
if ($cart->show_total() <= MIN_ORDER_AMOUNT) {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_ORDER_AMOUNT)); ?></td>
</tr>
<?php
}
?>
<tr>
-------------------------------------------------------------------------------------
non so se può esserti di aiuto
buon lavoro
minimo ordine
Grazie chiocciola e scusa il disturbo....
x osc 2.2 ms2
x impostare il minimo di ordine funziona bene min_order.tar che sarebbe la versione 1.2
ci sono delle righe diverse da quelle della rev1.1
http://www.oscommerce.com/community/contributions,1250
grazie x l'aiuto
BILLA
x osc 2.2 ms2
x impostare il minimo di ordine funziona bene min_order.tar che sarebbe la versione 1.2
ci sono delle righe diverse da quelle della rev1.1
http://www.oscommerce.com/community/contributions,1250
grazie x l'aiuto
BILLA
-
- membro Regular
- Messaggi: 193
- Iscritto il: 26/12/2003, 1:00
- Località: italia
Si, io ho usato http://www.oscommerce.com/community/contributions,496 però ho estratto e installato la parte che mi interessava sulla quantità minima e sull'unità di conteggio.
Funziona bene.
Funziona bene.
-
- membro Regular
- Messaggi: 193
- Iscritto il: 26/12/2003, 1:00
- Località: italia