Announcement

Collapse
No announcement yet.

Suivant Drop Down Shopping Cart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Suivant Drop Down Shopping Cart

    When adding an item to the Basket from a page other than the PROD page (ex. CTGY_MULTI, WISH, custom page), is there a way to "engage" the Suivant Drop Down Shopping Cart ?

    I am able to add the code to any of these pages, however, when adding an item to the Basket, it takes the user to the BASK page rather than staying on the same page and having the Shopping Cart Drop Down Menu occur as it does on the PROD page.

    #2
    Re: Suivant Drop Down Shopping Cart

    Figured it out.
    Anyone interested, let me know.

    Comment


      #3
      Re: Suivant Drop Down Shopping Cart

      Originally posted by Strat1979 View Post
      Figured it out.
      Anyone interested, let me know.
      Hello Strat1979. I am interested in how you did this please. Thank you in advance.
      Kristin Park

      Comment


        #4
        Re: Suivant Drop Down Shopping Cart

        Originally posted by 1873Peacemaker View Post
        Hello Strat1979. I am interested in how you did this please. Thank you in advance.
        Here is the script I use to have the basket drop down when the page the script is on loads.



        <!-- show mini cart -->
        <script>
        window.onload = function(){
        document.getElementById("js-mini-basket").click();
        }
        </script>


        <a href="&mvt:global:sessionurl;Screen=BASK&amp;Store _Code=&mvta:store:code;" rel="nofollow" id="js-mini-basket"></a>


        <!-- end mini cart -->

        Comment

        Working...
        X