Hi

Thanks for this module
I had some problems getting it to work with the coupon module as it did not take the discount into account in Netcash.

on line: 211
$data["p4"] = uc_price(product->price, $context, $options);
to
$data["p4"] = uc_price(uc_payment_balance($order), $context, $options);

Comments

norio’s picture

Ah, that makes sense!

I'm assuming that after you made that change, it worked fine? I don't have a site that uses coupons to test with.

Thanks!

theamoeba’s picture

great, thanks for the heads up.

theamoeba’s picture

Assigned: Unassigned » theamoeba
Status: Active » Fixed

6.x-1.3

theamoeba’s picture

Status: Fixed » Closed (fixed)
norio’s picture

Amoeba,

I just noticed this typo on line 11:

function uc_netcasg_menu() {

:D

norio’s picture

Posted in the wrong place! Will re-post now!

norio’s picture