Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dynamic Shopping Cart and Paypal Ecommerce toolkit

New Here ,
Dec 14, 2008 Dec 14, 2008
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
TOPICS
Extensions
595
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 15, 2008 Dec 15, 2008
LATEST
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
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines