zero dollar transactions
in-shop credit applies to orders
This commit is contained in:
parent
d7c6507c8b
commit
fd7a1d28a1
12 changed files with 188 additions and 30 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -396,6 +396,7 @@ sub convertTransactionLog {
|
|||
userId varchar(22) binary not null,
|
||||
username varchar(35) not null,
|
||||
amount float,
|
||||
shopCreditDeduction float,
|
||||
shippingAddressId varchar(22) binary,
|
||||
shippingAddressName varchar(35),
|
||||
shippingAddress1 varchar(35),
|
||||
|
|
@ -619,6 +620,8 @@ sub addPaymentDrivers {
|
|||
# and here's our code
|
||||
$session->config->delete('paymentPlugins');
|
||||
$session->config->addToArray('paymentDrivers', 'WebGUI::Shop::PayDriver::Cash');
|
||||
$session->config->addToArray('paymentDrivers', 'WebGUI::Shop::PayDriver::ITransact');
|
||||
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue