fixes
This commit is contained in:
parent
3cbda6f708
commit
7b18ee5361
1 changed files with 2 additions and 1 deletions
|
|
@ -393,7 +393,8 @@ sub www_checkoutSubmit {
|
||||||
# use the item plugin's lineItem method for price override
|
# use the item plugin's lineItem method for price override
|
||||||
# situations.
|
# situations.
|
||||||
$amount += ($_->{item}->{priceLineItem})
|
$amount += ($_->{item}->{priceLineItem})
|
||||||
?($_->{item}->priceLineItem($_->{quantity},$shoppingCart))
|
# pass in the quantity and the normal items in the cart.
|
||||||
|
?($_->{item}->priceLineItem($_->{quantity},$normal))
|
||||||
:($_->{item}->price * $_->{quantity});
|
:($_->{item}->price * $_->{quantity});
|
||||||
$var->{purchaseDescription} .= $_->{quantity}.' x '.$_->{item}->name.'<br />';
|
$var->{purchaseDescription} .= $_->{quantity}.' x '.$_->{item}->name.'<br />';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue