Announcement

Collapse
No announcement yet.

basket display

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

    basket display

    Can the basket total/number be displayed from non actinic pages.. Can't find anything to say that it can.. redoing a site and don't want to replace a couple of pages under the root but would like it to look the same as the site.
    Thanks
    Jenny
    Hanson Web Design
    www.hansonwebdesign.co.uk
    jenny@hansonwebdesign.co.uk
    Actinic hosting, Actinic Software, template design and re-design

    #2
    Do you mean showing something like "Items: 1 Value: £3.45" as in the basket summary?

    There is that cookie feature:

    <script language="JavaScript" type="text/javascript">
    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3) + "<br />");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
    //-->
    </script>

    If dropped into the Act_Primary.html template wil show the running total.

    Also this script can be called from any page - see my profile site for examples. This includes CGI pages, static non Actinic pages and others.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Thanks for replying.. yes. I have no problem with it under actinic's control but I need to create pages outside of actinic and want to display the cart as well.
      From within a page elsewhere on site eg. ww.website.com/anotherpage.html

      Thanks
      Jenny
      Hanson Web Design
      www.hansonwebdesign.co.uk
      jenny@hansonwebdesign.co.uk
      Actinic hosting, Actinic Software, template design and re-design

      Comment


        #4
        ha.. got it working... thanks
        Jenny
        Hanson Web Design
        www.hansonwebdesign.co.uk
        jenny@hansonwebdesign.co.uk
        Actinic hosting, Actinic Software, template design and re-design

        Comment

        Working...
        X