Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Location
    Coffs Harbour, Australia
    Posts
    74
    Plugin Contributions
    0

    Default ic-acadame cart - no shopping cart!!!

    URL: motobikes.com.au

    I've almost got this to a point where it's looking like an ok site, but have the problem where you can't get into the cart to go through the checkout. There just is no link anywhere. How would I go about having the cart image at the top of the screen clickable? As in click on the cart and it will shor you what you have?

  2. #2
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: ic-acadame cart - no shopping cart!!!

    I use the same template - broadwayfloral. c o m

    PHP Code:
    <div id="bf_shopping_cart"><a href="<?php echo zen_href_link('shopping_cart'); ?>"><div id="cart_header" class="topBox">Shopping Cart<br /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></div></a></div>
    This is the line of code I think you need.
    You'll find this in the tpl_header.php file in includes/templates/iC_Acadame/common directory
    Doug

  3. #3
    Join Date
    Jul 2009
    Location
    Coffs Harbour, Australia
    Posts
    74
    Plugin Contributions
    0

    Default Re: ic-acadame cart - no shopping cart!!!

    Thanks for that. I put the line of code in, but now I have the original cart and the new cart. How do I remove the old cart, and how do I place the new cart where the old one is? Or have I done something wrong?

  4. #4
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: ic-acadame cart - no shopping cart!!!

    The line of code I sent was from my site that had been modified by a firm I'd hired. One of the complaints I had was the same as yours - the shopping cart wasn't a link so they made it one.

    Around line 48 in your tpl_header.php file you should see a line of code similar to the one I provided. You'll have to play with that line of code until it works using mine as a guide.

    In my line of code the 'bf_shopping_cart" is an obvious reference to something added to my site which won't be in yours. But hopefully you can figure out how to make it work. Good luck.
    Doug

 

 

Similar Threads

  1. Replies: 1
    Last Post: 22 Dec 2014, 08:55 PM
  2. Remove right sidebox shopping cart from when on shopping cart page
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Oct 2010, 01:45 AM
  3. Shopping cart image & shopping cart to appear all the time
    By 4dw in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Nov 2009, 09:44 AM
  4. Replies: 1
    Last Post: 10 Sep 2009, 09:14 PM
  5. Replies: 19
    Last Post: 22 Nov 2008, 06:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR