Functions (You have to edit the billmelater.php in Line 31):
Exclude Carriers by ID
Maximum amount for the basket
Minimum orders before Billing is possible
Special thanks to the great d0m1n1k
Quote
The discussion:
Hi,
I search for a method to include a query in the "Bill me later"-Module. So only Customer with more than 5 orders can pay later by bill.
I include a query for a basketlimit and for carrier:
function hookPayment($params)
{
global $smarty;
if ((intval($params['cart']->id_carrier))==29) return;
if ((intval($params['cart']->getOrderTotal(true, 4)))>250) return;
But how can i include a query with "nb_orders" ?
Thanks in advance.
(I'm using Version 1.0)
Attached File(s)
billmelater.zip (13bytes)
Number of downloads: 1282



Vous parlez français ?










