Jump to content

"Currencies" missing in my Cubecart Admin


Guest petra123

Recommended Posts

Guest petra123

Hi, I installed Cubecart 3.0.14 and I realized there's no "Currencies" in my Cubecart Admin. I don't know if it's just my copy of Cubecart or others had the same problem.

So I noticed that there's a line of code missing in

http://www.yourstore/admin/includes/navigation.inc.php file

The fix: find this code in navigation.inc.php :

<li><a <?php if(permission("settings","read")==TRUE){ ?>href="<?php echo $GLOBALS['rootRel']; ?>admin/settings/geo.php" class="txtLink"<?php } else { echo $link401; } ?>><?php echo $lang['admin']['nav']['countries_zones'];?></a></li>
 

Add this one After it:


<li><a <?php if(permission("settings","read")==TRUE){ ?>href="<?php echo $GLOBALS['rootRel']; ?>admin/settings/currency.php" class="txtLink"<?php } else { echo $link401; } ?>><?php echo $lang['admin']['nav']['currencies'];?></a></li>

Save and upload navigation.inc.php and next time you open your admin panel "Currencies" will be in Store Config.

I hope this will be of some help if others have the same problem! :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...