Plugin Directory

Changeset 2483810


Ignore:
Timestamp:
03/01/2021 06:34:14 PM (5 years ago)
Author:
nellalink
Message:

Fixed Error in Investment Form

Location:
rimplenet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/includes/page-templates/rimplenet-investment-form-template.php

    r2483419 r2483810  
    156156                           $symbol_position = $all_wallets[$wallet_id_op]['symbol_position'];
    157157                           
    158                            if($symbol_position=='right'){
    159                                $disp_info = $wallet['name']." - ".number_format($user_wdr_bal,$dec).$symbol;
    160                            }
    161                            else{
    162                                $disp_info = $wallet['name']." - ".$symbol.number_format($user_wdr_bal,$dec);
    163                            }
     158                           $disp_info = getRimplenetWalletFormattedAmount($user_wdr_bal,$wallet_id_op,'wallet_name');
    164159                           
    165160                          ?>
     
    179174                           $symbol = $all_wallets[$wallet_id_op]['symbol'];
    180175                           $symbol_position = $all_wallets[$wallet_id_op]['symbol_position'];
    181                            if($symbol_position=='right'){
    182                                $disp_info = $all_wallets[$wallet_id_op]['name']." - ".number_format($user_wdr_bal,$dec).$symbol;
    183                            }
    184                            else{
    185                                $disp_info = $all_wallets[$wallet_id_op]['name']." - ".$symbol.number_format($user_wdr_bal,$dec);
    186                            }
     176                         
     177                           $disp_info = getRimplenetWalletFormattedAmount($user_wdr_bal,$wallet_id_op,'wallet_name');
    187178                         ?>
    188                         <option value="<?php echo $wallet_id_op; ?>" > <?php echo $disp_info; ?> </option>
     179                        <option value="<?php echo $wallet_id_op; ?>"> <?php echo $disp_info; ?> </option>
    189180                    <?php
    190181                         }
  • rimplenet/trunk/rimplenet.php

    r2483419 r2483810  
    1717 * Plugin URI:        https://rimplenet.com
    1818 * Description:       Rimplenet E-Banking | E-Wallets  | Investments Plugin | MLM | Matrix Tree | Referral Manager | FinTech
    19  * Version:           1.1.8
     19 * Version:           1.1.11
    2020 * Author:            Nellalink
    2121 * Author URI:        https://rimplenet.com
Note: See TracChangeset for help on using the changeset viewer.