Re: Multiple catalog databases and showcart

This WebDNA talk-list message is from

1997


It keeps the original formatting.
numero = 10688
interpreted = N
texte = >Here's the problem. I want to be able to add items to my cart from any >catalog database. How can I do a showcart for a cart than spans more than >one database?You can do that. Make sure you set db=xx for the proper database during the $add command. The only tough part is showing things like [title], [description], etc inside the [LineItems] loop. WebCatalog2 does some sophisticated stuff behind the scenes for you -- it automatically looks up those fields based on the sku and the database you name. But of course in a mixed cart, it doesn't know which database to look in.So, if you want to show something like [title] from different databases in the middle of a [LineItems] loop, you need to do a lookup in the proper database. During each $Add, set the TextA field to the name of the database you are adding from. Then in the middle of the [LineItems] loop, do a lookup in the database defined by TextA, looking for [sku]$Add?db=db1.db&sku=1234&TextA=db1.db (add sku 1234 from database db1) $Add?db=db2.db&sku=1234&TextA=db2.db (add sku 1234 from database db2...a completely different product, even though the sku could to be the same)[LineItems] Description: [lookup db=[TextA]&lookInField=sku&value=[sku]&returnField=description] (this replaces what would normally be simply [description]) [sku], [quantity], [price] [/LineItems]Grant Hulbert, V.P. Engineering | Tools for WebWarriors Pacific Coast Software | WebCatalog, WebCommerce Solution 11770 Bernardo Plaza Court, #462 | SiteEdit, SiteCheck, PhotoMaster San Diego, CA 92128 | 619/675-1106 Fax: 619/675-0372 | http://www.smithmicro.com Associated Messages, from the most recent to the oldest:

    
  1. Re: Multiple catalog databases and showcart (Grant Hulbert 1997)
  2. Re: Multiple catalog databases and showcart (Ed Trefzger 1997)
  3. Re: Multiple catalog databases and showcart (grichter@panavise.com (Gary Richter) 1997)
  4. Re: Multiple catalog databases and showcart (Kenneth Grome 1997)
  5. Multiple catalog databases and showcart (Ed Trefzger 1997)
>Here's the problem. I want to be able to add items to my cart from any >catalog database. How can I do a showcart for a cart than spans more than >one database?You can do that. Make sure you set db=xx for the proper database during the $add command. The only tough part is showing things like [title], [description], etc inside the [lineitems] loop. WebCatalog2 does some sophisticated stuff behind the scenes for you -- it automatically looks up those fields based on the sku and the database you name. But of course in a mixed cart, it doesn't know which database to look in.So, if you want to show something like [title] from different databases in the middle of a [lineitems] loop, you need to do a lookup in the proper database. During each $Add, set the TextA field to the name of the database you are adding from. Then in the middle of the [lineitems] loop, do a lookup in the database defined by TextA, looking for [sku]$Add?db=db1.db&sku=1234&TextA=db1.db (add sku 1234 from database db1) $Add?db=db2.db&sku=1234&TextA=db2.db (add sku 1234 from database db2...a completely different product, even though the sku could to be the same)[lineitems] Description: [lookup db=[TextA]&lookInField=sku&value=[sku]&returnField=description] (this replaces what would normally be simply [description]) [sku], [quantity], [price] [/LineItems]Grant Hulbert, V.P. Engineering | Tools for WebWarriors Pacific Coast Software | WebCatalog, WebCommerce Solution 11770 Bernardo Plaza Court, #462 | SiteEdit, SiteCheck, PhotoMaster San Diego, CA 92128 | 619/675-1106 Fax: 619/675-0372 | http://www.smithmicro.com Grant Hulbert

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCatalog 2.0 & WebDNA docs in HTML ... (1997) Bug: MySQL WebDNA 6 int bigint fail case (2004) Summing fields (1997) Logging purchases (1997) Subtotal help (1997) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) Same DB Same Time (2004) Numbers and Numbers and Me (1999) WebCatalog 4.0.1 has been released! OSXS (2000) Multi-processor Mac info ... (1997) help needed: Non-english characters in WebCatalog (1997) WebCat Linux: Could not create pipeKey segment (2000) WebCat b13 CGI -shownext- (1997) emailer (1997) Re:2nd WebCatalog2 Feature Request (1996) Editing HTML Pages w/WCAT (1998) Emailer (1997) Displaying photo attached to first record (1997) WebDNA on Intel Mac (2006) WebDNA dying or ... ? (2005)