Announcement

Collapse
No announcement yet.

Search by code

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

    Search by code

    Hi

    a lot of the users of our site have copies of our paper product lists, and would like to be able to add items directly to their cart by typing in the product codes that they know already.

    Ideally we'd have an HTML form where they typed in a code and a quantity, and a SUBMIT that took them straight to the cart with the item added. At first I thought we could just submit such a form to ShoppingCart.pl, but it seems we would need to add the section id, which of course we don't know at that point in the purchase process.

    Any ideas about how to approach this?

    We're pretty experience with Perl, so happy to create an extra script if that's what's required, but just not sure how to deal with the section id.

    Thanks in advance for any ideas

    - Dave

    #2
    This http://community.actinic.com/showthr...2AsectionID%2A thread shows an additional Perl function that will return the section ID when the product reference is known.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Fantastic - got that working now - thanks a bunch

      - Dave

      Comment

      Working...
      X