Dynamic Shopping Cart and Paypal Ecommerce toolkit

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Dynamic Shopping Cart and Paypal Ecommerce toolkit

    Hei

    This "paypal ecommerce toolkit" I downloaded from webassist is working
    alright. But I think I have to manually and individually attach the shopping
    cart system for each product on the website. These paypal toolkit comes under
    "Insert" menu. But I do not think they are server behaviors and did not see
    then under server behaviors. As such they do not work dynamically generate "Add
    to Cart" buttons in sync with database.

    Am I right?

    Do you know how this can be done Dynamically? Or where to download "paypal
    server behaviors" which dynamically generate the "add to cart" button and the
    product info in sync with dynamic database products.

    Thanks again,
    Mathuman

    mathuman Guest

  2. Similar Questions and Discussions

    1. Paypal ecommerce toolkit!
      Hei, Some nice people directed me to download "Paypal ecommerce toolkit for Dreamweaver" from www.webassist.com site. I did. But I am new guy....
    2. Contribute 3 - eCommerce Shopping Cart
      Hello all, I Have been using Contribute 3 with Bizhosting for a year or more now on my eCommerce web site using the Pay Pal buttons for shopping...
    3. eCommerce/Shopping Cart Experience
      > I've already took on board what Aaron said about using SQL Server over I keep one value in the session: cartID. Everything else is retrieved...
    4. Ecommerce/Shopping Cart Solid Foundation
      Please don't think of this as a crosspost. I didn't get the answer I expected in .....asp.general, so I've posted it in here. Laphan...
    5. Flash eCommerce Shopping Cart
      Is it possible to develop a shopping cart function and incorporate a secure means of sending payment info to a merchant account while using Flash as...
  3. #2

    Default Re: Dynamic Shopping Cart and Paypal Ecommerce toolkit

    mathuman wrote:
    > Do you know how this can be done Dynamically? Or where to download "paypal
    > server behaviors" which dynamically generate the "add to cart" button and the
    > product info in sync with dynamic database products.
    To do it dynamically, once you've added an add to cart to your page, go into the code and look for the various parts you'd like to make dynamic, things like product ID and perhaps price. You'd then replace those items with the appropriate dynamic code to output those values. If you need to repeat over a button from a recordset, then make sure to include the button within the repeat region so that the appropriate values from your recordset.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139