twinsxstore
Member
I will share how to add some more page on Settings Page
Follow the Instruction
1. You must Create Your New php (ex: dashboard.php) Put on \public_html\WOWONDER-URL\themes\your Themes Default\layout\setting\dashboard.phtml
Look on Download Section For Dashboard, Hope My Dashboard Support with your theme!
but if you getting error, try to edit dashboard.phtml
2. Add More Code => \public_html\WOWONDER-URL\themes\your Themes Default\layout\setting\content.phtml
search $pages_array = array(
3. You Can add Power-merchant (Go-Pro) and Messages on Settings Page!
4. im using WonderTag Themes!
5. Done. now you can add more Page on Setting Section
#Next I will share how to adding " About Section On Profile "
Dont Forget To Give some Like
Follow the Instruction
1. You must Create Your New php (ex: dashboard.php) Put on \public_html\WOWONDER-URL\themes\your Themes Default\layout\setting\dashboard.phtml
Look on Download Section For Dashboard, Hope My Dashboard Support with your theme!
but if you getting error, try to edit dashboard.phtml
2. Add More Code => \public_html\WOWONDER-URL\themes\your Themes Default\layout\setting\content.phtml
search $pages_array = array(
PHP:
$wo['setting']['fileds'] = Wo_UserFieldsData($user_id);
$wo['setting_page'] = 'general-setting';
$pages_array = array(
'dashboard', <-- THIS DASHBOARD.PHTML SECTION
'chat', <-- THIS DASHBOARD.PHTML SECTION
'power-merchant' , <-- THIS DASHBOARD.PHTML SECTION
'upgrade-id' <-- THIS DASHBOARD.PHTML SECTION
'---------------'
'---------------'
'---------------'
);
if ($wo['setting']['user_id'] == $wo['user']['user_id']) {
$pages_array = array(
'dashboard', <-- THIS DASHBOARD.PHTML SECTION
'chat', <-- THIS DASHBOARD.PHTML SECTION
'power-merchant' , <-- THIS DASHBOARD.PHTML SECTION
'upgrade-id' <-- THIS DASHBOARD.PHTML SECTION
'---------------'
'---------------'
'---------------'
);}
3. You Can add Power-merchant (Go-Pro) and Messages on Settings Page!
4. im using WonderTag Themes!
5. Done. now you can add more Page on Setting Section
#Next I will share how to adding " About Section On Profile "
Dont Forget To Give some Like
Last edited: