GX-Bug #47516 » CheckoutPaymentDownloadWithdrawalFix.patch
| src/system/classes/checkout/CheckoutPaymentContentView.inc.php (revision ) | ||
|---|---|---|
| 373 | 373 |
|
| 374 | 374 |
foreach($this->cart_product_array as $productArray) |
| 375 | 375 |
{
|
| 376 |
if($productArray['product_type'] == '2') |
|
| 376 |
if(gm_get_conf('GM_CHECK_WITHDRAWAL') && $productArray['product_type'] == '2')
|
|
| 377 | 377 |
{
|
| 378 | 378 |
$showAbandonmentDownload = true; |
| 379 | 379 |
} |
| 380 | 380 |
|
| 381 |
if($productArray['product_type'] == '3') |
|
| 381 |
if(gm_get_conf('GM_CHECK_WITHDRAWAL') && $productArray['product_type'] == '3')
|
|
| 382 | 382 |
{
|
| 383 | 383 |
$showAbandonmentService = true; |
| 384 | 384 |
} |