Jump to content

Lost an info box, how do I get it back


Guest Sharpshot

Recommended Posts

Guest Sharpshot

Unfortunately it doesn't as that is already there, is there anything else that could effect it, I added a couple of mods to the site, although neither was on the above file you told me to edit as far as I know.

Link to comment
Share on other sites

then somewhere down the line your modding removed the call for the cartNavi.inc.php

which is located in the includes/global/cart.inc.php

require_once "includes".CC_DS."boxes".CC_DS."cartNavi.inc.php";

$body->assign("CART_NAVI", $box_content);

or something is broken in your includes/boxes/cartNavi.inc.php

I would also contact the mod author for Support...

Kinetic

Link to comment
Share on other sites

Guest Sharpshot

Thanks, that was it.

require_once "includes".CC_DS."boxes".CC_DS."cartNavi.inc.php";

$body->assign("CART_NAVI", $box_content);

One of the modded lines i added simply needed a space, it was touching this line.

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...