Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. Youve posted in V4 forum. ??????

    Anyway, there should be some instructions with the skin telling you what to do !!!

    You need an FTP program and you need to upload the new skin to root/ skins then in cubecart admin you need to go into general settings and alter the skin from the drop down and scroll to bottom of page and press update settings.

  2. Not for the want of repeating myself.......................but:

    ccjoel712x ..............your absolutely right, i think Zencart is the right choice for you. So dont waste any more time in here, hop along to their forum and get started.

    See Ya ;)

    Can somebody end this thread please as i think this person clearly loves it in this forum or else he would have already done as he said he was going to and therefore i see this going on for a while.

  3. Look in your root/index.php file and youl see things like:

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

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

    Just copy the ones you require to your root/cart.php file and then add the {whatever} in the appropriate tpl file in you skin folder and it will show !!!

    There you go, if youd have asked earlier youd have got more sleep :)

    Good luck with the store.

  4. I would advise trying to install on your root directory and seeing if it still does it as it is looking at present for index.php/store/index.php, i think its something to do with the redirect myself.

    Save a copy of the Global.inc.php file on your computer.

    Try installing a copy in the root (just write down what folder and files are there already) as you dont want to delete them if you need to uninstall.

    Then upload a new copy of CC4 and adjust the db on the global inc and upload to see if it redirects properly on the root.

    Thats what i would do, you can always delete it if it doesnt work (JUST BACK UP FIRST).

    Jon

  5. Could you not try creating a complete container in layout.css

    .helpboxcontainer {

    height: 60px;

    width: 102px;

    background-color: red;

    }

    .helpbox {

    height: 58px;

    width: 100px;

    background-color: lime; (I always do this for testing, then remove later)

    }

    Then in your index.tpl put the class:

    <div class="helpboxcontainer">

    <div class="helpbox">

    xxxxxxxxxxxxx your code here xxxxxxxxxxxxxx

    </div>

    </div>

    hopefully the refresh will go on inside a permenant container and therefore shouldnt effect the rest of the site.

    Never tried it myself but maybe worth a try !!!!

    Let me know if it works , id be interested to know !!

×
×
  • Create New...