
lists at gmnet
Nov 4, 2009, 8:51 AM
Post #3 of 5
(227 views)
Permalink
|
|
Re: "Buy list" with simple and matrix items
[In reply to]
|
|
On Wed, 2009-11-04 at 08:16 -0800, Marty Tennison wrote: > My apologies to the list if this is a dupe. My original message did not > go through (that I can see). So I'm trying again. > ==================================================================== > > I've been scouring the archives and docs for a few days now looking for > a way to do this. Since I cannot find the answer I'm thinking I'm > missing something conceptually in my understanding of how a "buy list" > works. > > I'm trying to setup a pre-made list of items for the customer to > purchase with a single click. The list is composed of simple and matrix > items. If the item is a matrix item I want to pre-set the matrix > option(s) before adding to the cart. > > Here is what I have been trying.... <stripped for brevity> > > > <form action="[process]" method="post"> > > <input type="hidden" name="mv_order_item" value="001"> # Matrix > <input type="hidden" name="mv_sku" value="001-A"> > > <input type="hidden" name="mv_order_item" value="002"> # Simple > <input type="hidden" name="mv_sku" value=""> > > etc.... > > <input type=submit value="Buy All"> > > > I am able to reproduce the "Attempt to order missing product code" > error. I've tried all sorts of combinations. I viewed the icdemo and > see that I can add multiple items to the cart with a single click but > the item options are not pre-set. It seems like this should be a very > simple thing to do. What am I missing? > > Any and all help is greatly appreciated. > > -- > - - -- ---- ---------------------------- --- -- - - > Marty Tennison DripDepot.com > email: marty[at]dripdepot.com > web: www.dripdepot.com > - -- --- --------------------------------------- --- -- > > Just a quick thought, do you have all the right tables listed in your "ProductFiles" catalog.cfg directive? Also what is in your error.log? rick -- This message has been scanned for viruses and dangerous content by Green Mountain Network, and is believed to be clean. _______________________________________________ interchange-users mailing list interchange-users[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-users
|