Jump to content

Mailing List/Categories in the cart


cb2004

Recommended Posts

  • 3 weeks later...
Guest groovejuice

It may be that you need to reupload your boxes directory from the templates folder in the skin you're using. If that's not the problem, try posting you pertinent .tpl files - especially the index.tpl where the problem can likely be found.

Link to comment
Share on other sites

Guest groovejuice

What is likely happening then is the tpl files in question are not being called in the cart.php. Compare the arguements in index.php and cart.php and you may solve the problem.

Link to comment
Share on other sites

  • 1 month later...

not sure if you e3ver figured this out or nott but all you have to do is add ...

	include("includes/boxes/categories.inc.php");

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



	include("includes/boxes/mailList.inc.php");

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

to the bottom area (around line 144) of cart.php

cheers ...

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