diff --git a/application/modules/default/views/scripts/user/partials/loopPlings.phtml b/application/modules/default/views/scripts/user/partials/loopPlings.phtml index ff8709215..ac37affd0 100644 --- a/application/modules/default/views/scripts/user/partials/loopPlings.phtml +++ b/application/modules/default/views/scripts/user/partials/loopPlings.phtml @@ -1,179 +1,179 @@ . **/ ?>
-
Products
+
Products
Downloads
Pling-Factor
Payout
\ No newline at end of file diff --git a/application/modules/default/views/scripts/user/partials/loopPlingsForMonth.phtml b/application/modules/default/views/scripts/user/partials/loopPlingsForMonth.phtml index e18850841..8aa27f845 100644 --- a/application/modules/default/views/scripts/user/partials/loopPlingsForMonth.phtml +++ b/application/modules/default/views/scripts/user/partials/loopPlingsForMonth.phtml @@ -1,328 +1,328 @@ . **/ ?> "; if($showErrMsg) { echo '
'; } else { print($currency->toCurrency($product['num_downloads'] * $product['dl_pling_factor'] / 100)); } ?> 0) { $show_payout_new_sum = $show_payout_new_sum ; } else { $show_payout_new_sum = $payout_sum_new; } ?> toCurrency($sum_total_month_score); if(!$showErrMsg) { $sum_total_month += $payout_sum; $sum_total_payout = $currency->toCurrency($sum_total_month); $sum_total_month_new += $show_payout_new_sum; $sum_total_payout_new = $currency->toCurrency($sum_total_month_new); } $sum_total_text = 'Possible payout for this month (*):'; $payout_success = false; if ($product['status'] == Default_Model_DbTable_MemberPayout::$PAYOUT_STATUS_COMPLETED) { $payout_success = true; $sum_total_payout_success = $currency->toCurrency($product['amount']); $sum_total_text_success = 'Actually successfully paid amount: '; } $has_paypal = $product['paypal_mail'] ? true : false; } $sum_total_month_view = number_format($sum_total_month); ?>
-
+
view_member; if(!isset($member['paypal_mail']) || $member['paypal_mail'] == '') { $has_paypal = false; $paypalWarning = 'You have no PayPal account configured. Please go to your settings page here.'; } else { $has_paypal = true; } } else { $paypalWarning = 'We found no valid Paypal account for this month. That\'s why we could not pay you any money. In order to receive money for the current month, please make sure that a paypal account is registered. Go to your settings page here.'; } if (false == $has_paypal) { echo ''; } if (($sum_total_month/100) < 1) { echo ''; } ?> '; - echo '
No Data
'; + echo '
No Data
'; echo '
'; - echo '
Possible payout for this month (*):
$0.00
'; + echo '
Possible payout for this month (*):
$0.00
'; echo '
'; echo ''; } ?>

(**) The Payout is planned to become active on May 2019.

*/ ?> inlineScript()->appendScript( ' $(document).ready(function(){ $(\'[data-toggle="popover"]\').popover(); }); '); \ No newline at end of file diff --git a/application/modules/default/views/scripts/user/plings.phtml b/application/modules/default/views/scripts/user/plings.phtml index deaa5a098..8f8c7ae04 100644 --- a/application/modules/default/views/scripts/user/plings.phtml +++ b/application/modules/default/views/scripts/user/plings.phtml @@ -1,267 +1,279 @@ . **/ $this->tab = 'plings'; $this->countDownloadsOverall = 0; $currentDate = date("Ym",time()); $currentYear = date("Y",time()); $modelDownload = new Default_Model_StatDownload(); $downloadYears = $modelDownload->getUserDownloadYears($this->member->member_id); #$this->countDownloadsOverall = count($this->downloads); ?>
render('user/partials/userHeader_top.phtml'); ?>
render('user/partials/userHeader.phtml'); ?> -
+

translate('Payout') ?>

view_member; if($member->pling_excluded == 1) { echo "


This account has been excluded from receiving plings, due to various misuses.

"; } ?>
+ + +
+ +
view_member; if($member->paypal_valid_status > 100) { $status = $this->paypal_valid_status; if($status->color == 'red') { echo ''; } if($status->color == 'yellow') { echo ''; } if($status->color == 'blue') { echo ''; } if($status->color == 'green') { echo ''; } } ?>
pling_excluded == 0 || (Zend_Auth::getInstance()->hasIdentity() AND Zend_Auth::getInstance()->getIdentity()->roleName == 'admin')) { echo ""; ?>
- -
- -
-
\ No newline at end of file