Skip navigation
Currently Being Moderated

Detailed Shopping Cart

Jun 19, 2012 7:36 PM

Tags: #business #ecommerce #e-commerce

I am wanting to use the Detailed Shopping Cart view found at /OrderRetrievev2.aspx to display instead of the Shopping Cart Summary {tag_shoppingcartsummary}.

 

The idea is that as a user shops they can see a full list of what is in their shopping cart and remove items or go straight to checkout, effectively bypassing a whole page.

 

I have read that you can do it using jQuery .load() or through Ajax. Does anyone have further information on how I can implement something like this on my site?

 

Cheers in advance!

 
Replies
  • mario_gudelj
    1,579 posts
    Oct 13, 2010
    Currently Being Moderated
    Jun 19, 2012 8:08 PM   in reply to Peta@Reliance

    As far as I know you can not bypass the shopping cart step. The mandatory steps for checkout are product layout > shopping cart > registration > receipt.

     

    Cheers,

     

    -mario

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 27, 2012 1:56 AM   in reply to Peta@Reliance

    This is one of the things that Business Catalyst should have already. It makes me upset that this feature is unavailable and you need to write a ton of JavaScript just to emmulate a shopping cart that displays products on a template. This type of shopping car or "quick cart" is popular with many eCommerce websites. Why not with BC?

     
    |
    Mark as:
  • Liam Dilley
    4,040 posts
    Feb 28, 2012
    Currently Being Moderated
    Jul 27, 2012 5:06 AM   in reply to DLSAgency

    Pretty messy, you can do a function that is hardly very big and just some css overides. Liquid you can do this a peace of pee. (still waiting for it to be finished) but you can do it now with a bit of thought.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 22, 2013 5:04 AM   in reply to Peta@Reliance

    During searching, how to implement showing the shopping Cart in some other pages, I found this threat...

     

    Do you have some more Informations, how to implement this in my page?

    I am new to AJAX, so what do I have to write, instead of myframe1, myfram2 and so on.

    Just want to show the full shopping cart.

     

    How Can I display the shopping cart in some page?

    Do I had to do something else?

     

    Thanks a lot.

     

    Yun, Jin-Ho

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 23, 2013 11:04 AM   in reply to Jin-Ho Yun

    ok, I found two things I changed to make this working.

     

    var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexO f("Firefox")).split("/")[1]

     

    Delete the  Space beetween "indexO"  and the "f" and add a space behind It.

    For some reason, i dont know why, this Editor can not corretly display this.

     

    In this Line :

    <iframe id="myframe" src="/OrderRetrievev2.aspx?CatalogueID=0" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" vspace="0" hspace="0" style="width: 100%; overflow: visible; display: none;"></iframe>

     

    delete  : display:none

     

    Now it adjust the high and shows me the content of the cart.

     
    |
    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