Skip navigation
aaronomics101
Currently Being Moderated

View Cart Link Missing

Jul 26, 2012 11:38 AM

Tags: #http://forums.adobe.com/post!input.jspa?container=4735&containertype=1 4#

I have no clue what I have done but my view cart link that shows up after adding something to the shopping cart is missing from the page. How do I get it back? How did I remove it? I am still relatively  new to this and keep stumblin gover silly things like this.

 

 
Replies
  • Currently Being Moderated
    Jul 26, 2012 11:47 AM   in reply to aaronomics101

    Make sure under ecommerce > advanced customization > online shop this tag is in the template.. {module_shoppingcartsummary}  This has the view cart link in the module.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:25 PM   in reply to aaronomics101

    Hmm well if you have the module_shoppingcartsummary in your template I am kind of lost beyond that :-)

     

    Quick tags reference:   http://kb.worldsecuresystems.com/134/bc_1342.html

     

    Hopefully one of the Adobe helpers can look at your site and see what might be the issue with that for you.

    Sorry I couldnt be of more help

    Tom Cuneo

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:30 PM   in reply to aaronomics101

    The div that contains the tag needs to be <div class="cart-summary"> I believe :-)      Try that, not sure if THAT IS the issue or not for sure.

     

    Tom

     
    |
    Mark as:
  • Liam Dilley
    4,000 posts
    Feb 28, 2012
    Currently Being Moderated
    Jul 26, 2012 12:35 PM   in reply to aaronomics101

    Post a link, likely your CSS and you have hidden the link by mistake or have a width and overflow hidden and cut it off or invalid HTML or CSS issue. Support won't help on those issues as its up to you on that front.

    Post a link and it will be easy to spot.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:36 PM   in reply to TomCuneo-MLT

    Yea I think that is your problem. The module tag needs to be surrounded with <div class="cart-summary">

     

    Here is what I use in my template:

     

    <div class="cart-summary"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0"  class="cartSummaryTable"><tr><td class="cartSummaryItem">{module_shoppingcartsummary}</td></tr></table ></span></div>

     

    And it produces this..

    view-cart.jpg

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:39 PM   in reply to aaronomics101

    I use this <div class="cart-summary">{module_shoppingcartsummary,horizontal,,&lt;img src="/images/viewcart.png"&gt;}</div> which outputs an image as the view cart link :-)

     

    Tom

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:40 PM   in reply to Liam Dilley

    If it's a CSS problem the code should still show in the source. View your source and see if it's there.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:43 PM   in reply to aaronomics101

    I was about to say I can see it in your source -

    <div class="cart-summary"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0class="cartSummaryTable"><tr><td class="cartSummaryItem">1 item(s), Total: $123.00 <a class="cartSummaryLink" href="/OrderRetrievev2.aspx?CatalogueID=139144">View Cart</a></td></tr></table></span></div>

     

     


     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:44 PM   in reply to SproutCreatives

    .cartSummaryLink{display:none;} this is probably your problem.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:49 PM   in reply to aaronomics101

    The view cart text is there. You can't see it because it's black on black. In CSS apply color: #FFF and your set.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 12:53 PM   in reply to SproutCreatives

    On a side note, what's with all the <br /> tags. Why don't you simply apply a margin-bottom to the element above that spaces the next element down as needed.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 1:02 PM   in reply to aaronomics101

    We're all here to help each other and make BC the best platform! Glad we could help. Been there before. I myself am still trying to figure out some of the BC ways.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 26, 2012 1:07 PM   in reply to SproutCreatives

    Amen to that Sprout LOL BC is very powerful, just wish the docs were better on some of the more advanced API stuff. :-)  Overall though very powerful and flexible platform....

     

    Tom

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points