[ic] two 'carts' ??

Paul Jordan interchange-users@icdevgroup.org
Sun Jun 30 22:25:02 2002


I was working on my cart and I noticed that when I do a dump, I have two
'carts'


  'carts' => {
                       'UNKNOWN' => [
                                      {
                                        'description' => 'Image',
                                        'title' => 'Costa Rica, jungle
road',
                                        'code' => 'da00001h',
                                        'weight' => '0',
                                        'mv_price' => '14.99',
                                        'mv_nontaxable' => '1',
                                        'download' => '1',
                                        'mv_ip' => '0',
                                        'quantity' => '1',
                                        'price' => '14.99'
                                      }
                                    ],
                       'main' => [
                                   {
                                     'description' => 'Image',
                                     'title' => 'Costa Rica, jungle road',
                                     'code' => 'da00001h',
                                     'weight' => '0',
                                     'mv_price' => '14.99',
                                     'mv_nontaxable' => '1',
                                     'download' => '1',
                                     'mv_ip' => '0',
                                     'quantity' => '1',
                                     'price' => '14.99'
                                   },
                                   {
                                     'description' => 'Image',
                                     'code' => 'da00002c',
                                     'title' => 'Costa Rica, jungle road',
                                     'mv_price' => '19.99',
                                     'weight' => '0.1',
                                     'mv_nontaxable' => '',
                                     'download' => '',
                                     'mv_ip' => '1',
                                     'price' => '19.99',
                                     'quantity' => '1'
                                   }
                                 ]
                     },
          'scratch' => {
                         'mv_add_dot_html' => '1',




'UNKNOWN' always stays one step behind MAIN.

Anybody have any idea what can do this? There are no errors in the log, and
couldn't find similar posts in the arcs. My forms have been checked out by
someone in the know, but I just notied this today. It doesn't do any harm,
but I noticed that the demo Foundation does not do this.


TIA

Paul