add hidden account, cart insert/delete
add hidden account support add delete/payout buttons to carts add backend product sales with pdf export add frontend product sales with pdf export add frontend ticket sales with pdf export
This commit is contained in:
@@ -19,6 +19,8 @@ $options = [];
|
||||
$options['lookup_product_url'] = Url::toRoute(['product/lookup']);
|
||||
$options['find_product_url'] = Url::toRoute(['product/find']);
|
||||
$options['url_pay_user_cart'] = Url::toRoute(['product/payout-user-cart']);
|
||||
$options['url_delete_transaction'] = Url::toRoute(['transfer/delete']);
|
||||
$options['url_pay_transaction'] = Url::toRoute(['transfer/payout']);
|
||||
$options['user_cart'] = $userTransfers;
|
||||
$options['products'] = $model->products;
|
||||
if ( isset($model->card) ){
|
||||
|
||||
Reference in New Issue
Block a user