Below I've copied the top of one of the .cat files from the site.
Looks normal to me but I'm not sure. I told my client to refresh the site and to hide everthing except for one section. Figured the problem could have been with one of the sections. The one section I had them upload still has the problem with the stock and no one can order from the catalog.
Client is getting very jumpy and wants this resloved. They are talking about alternative ideas and one being to look for an alternative e-commerce solution. I'm convincing them to hold one for a few more days.
Any help would be appreciated.
Thanks once again,
Jason
Code Below
**************************
1731445;
$::g_pSectionList{'A000100.cat'} =
{
'VERSION' => 12,
'CART_MODE' => 1,
'1773' => { 'REFERENCE' => '1773', 'NAME' => 'Hanover Rec 5th Grade Boys Maroon', 'PRICE' => 0, 'MIN_QUANTITY_ORDERABLE' => 1, 'MAX_QUANTITY_ORDERABLE' => 0, 'OUT_OF_STOCK' => 0, 'DATE_PROMPT' => '', 'OTHER_INFO_PROMPT' => '', 'PRICING_MODEL' => 1, 'OPAQUE_SHIPPING_DATA' => '', 'SHIP_SEPARATELY' => 0, 'REPORT_DESC' => '', 'PRICES' => {
1 => [
[0,0],
],
},
'CUSTOMVARS' =>
{
},
'NO_ORDERLINE' => 0, 'AUTOSHIP' => 0, 'COMPONENTS' => [['option',[['Size of Photo', 1, ['5x7" - $8.00','8x10" - $12.00','11x14" - $20.00','Sheet of Wallets - $12.00',]],['', 2, [0]],],1,[[[1], '+', {
1 => [
[0,800],
],
}, 2, 0, 0],[[2], '+', {
1 => [
[0,1200],
],
}, 2, 0, 0],[[3], '+', {
1 => [
[0,2000],
],
}, 2, 0, 0],[[4], '+', {
1 => [
[0,1200],
],
}, 2, 0, 0],[[-1], '', {
1 => [
[0,0],
],
}, 0, 0, 0],[[], '', {
1 => [
[0,0],
],
}, 0, 0, 0],],0,{ }, 0, 0, 0, 0, 0], ], },
Looks normal to me but I'm not sure. I told my client to refresh the site and to hide everthing except for one section. Figured the problem could have been with one of the sections. The one section I had them upload still has the problem with the stock and no one can order from the catalog.
Client is getting very jumpy and wants this resloved. They are talking about alternative ideas and one being to look for an alternative e-commerce solution. I'm convincing them to hold one for a few more days.
Any help would be appreciated.
Thanks once again,
Jason
Code Below
**************************
1731445;
$::g_pSectionList{'A000100.cat'} =
{
'VERSION' => 12,
'CART_MODE' => 1,
'1773' => { 'REFERENCE' => '1773', 'NAME' => 'Hanover Rec 5th Grade Boys Maroon', 'PRICE' => 0, 'MIN_QUANTITY_ORDERABLE' => 1, 'MAX_QUANTITY_ORDERABLE' => 0, 'OUT_OF_STOCK' => 0, 'DATE_PROMPT' => '', 'OTHER_INFO_PROMPT' => '', 'PRICING_MODEL' => 1, 'OPAQUE_SHIPPING_DATA' => '', 'SHIP_SEPARATELY' => 0, 'REPORT_DESC' => '', 'PRICES' => {
1 => [
[0,0],
],
},
'CUSTOMVARS' =>
{
},
'NO_ORDERLINE' => 0, 'AUTOSHIP' => 0, 'COMPONENTS' => [['option',[['Size of Photo', 1, ['5x7" - $8.00','8x10" - $12.00','11x14" - $20.00','Sheet of Wallets - $12.00',]],['', 2, [0]],],1,[[[1], '+', {
1 => [
[0,800],
],
}, 2, 0, 0],[[2], '+', {
1 => [
[0,1200],
],
}, 2, 0, 0],[[3], '+', {
1 => [
[0,2000],
],
}, 2, 0, 0],[[4], '+', {
1 => [
[0,1200],
],
}, 2, 0, 0],[[-1], '', {
1 => [
[0,0],
],
}, 0, 0, 0],[[], '', {
1 => [
[0,0],
],
}, 0, 0, 0],],0,{ }, 0, 0, 0, 0, 0], ], },
Comment