Announcement

Collapse
No announcement yet.

Add to Cart Anywhere

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

    Add to Cart Anywhere

    Hi,

    Is there a way of adding a product directly to the cart from a brochure page?

    This is probably well documented, but I can't seem to find anything about this.

    Thanks,

    DB

    #2
    Try Design options: quantity on product page
    Chris Ashdown

    Comment


      #3
      You need to add the following to the product submission form for 'add to cart':

      <input type="hidden" name="RANDOM" value="NETQUOTEVAR:RANDOM" />
      <input type="hidden" name="SID" value="<SID OF PRODUCT>" />
      <input type="hidden" name="PAGE" value="PRODUCT" />
      <input type="hidden" name="PAGEFILENAME" value="<SECTION NAME>" />
      <input type="hidden" name="Q_<PRODUCT CODE>" value="1" />
      <input type="hidden" name="ACTINIC_REFERRER" value="http://www.<YOURSITE>.com/acatalog/flower_seeds_13.html" />

      The SID and section name can be found in the page source of the actual Actinic buying page.

      Change prompts in <> to your details.
      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


        #4
        Thanks for this, will be very useful.

        Cheers,

        DB

        Comment


          #5
          I think there's a write up on this in the Advanced Guide.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X