fix orderplan

This commit is contained in:
iBNu Maksum 2025-02-05 15:49:02 +07:00
parent 0d116fcb5b
commit 5feeb2625e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 19 additions and 11 deletions

View File

@ -1016,5 +1016,13 @@
"Dont_select_logs_if_it_failed": "Dont select logs if it failed",
"Download_Backup": "Download Backup",
"Restore": "Restore",
"Restoring_database_will_clean_up_data_and_then_restore_all_the_data": "Restoring database will clean up data and then restore all the data"
"Restoring_database_will_clean_up_data_and_then_restore_all_the_data": "Restoring database will clean up data and then restore all the data",
"Transaction": "Transaction",
"Face_Detection": "Face Detection",
"Other": "Other",
"Customer_can_login_but_cannot_buy_internet_package__Admin_cannot_recharge_customer": "Customer can login but cannot buy internet package, Admin cannot recharge customer",
"Don_t_forget_to_deactivate_all_active_package_too": "Don't forget to deactivate all active package too",
"Continue_the_Customer_Data_change_process_": "Continue the Customer Data change process?",
"Oops__The_page_you_are_looking_for_was_not_found": "Oops! The page you are looking for was not found",
"Back_to_Dashboard": "Back to Dashboard"
}

View File

@ -290,7 +290,7 @@
</div>
</div>
<div class="box-body">
<a href="{Text::url('order/gateway/', $router['id'],'/',$plan['id'], '&stoken=' App::getToken())}"
<a href="{Text::url('order/gateway/', $router['id'],'/',$plan['id'], '&stoken=', App::getToken())}"
onclick="return ask(this, '{Lang::T('Buy this? your active package will be overwrite')}')"
class="btn btn-sm btn-block btn-warning text-black">{Lang::T('Buy')}</a>
{if $_c['enable_balance'] == 'yes' && $_c['allow_balance_transfer'] == 'yes' && $_user['balance']>=$plan['price']}
@ -406,7 +406,7 @@
onclick="return ask(this, '{Lang::T('Buy this? your active package will be overwrite')}')"
class="btn btn-sm btn-block btn-warning text-black">{Lang::T('Buy')}</a>
{if $_c['enable_balance'] == 'yes' && $_c['allow_balance_transfer'] == 'yes' && $_user['balance']>=$plan['price']}
<a href="{Text::url('order/send/',$router['id'],'/', $plan['id'], '&stoken='App::getToken())}"
<a href="{Text::url('order/send/',$router['id'],'/', $plan['id'], '&stoken=', App::getToken())}"
onclick="return ask(this, '{Lang::T('Buy this for friend account?')}')"
class="btn btn-sm btn-block btn-primary">{Lang::T('Buy for friend')}</a>
{/if}