Changeset 1649 for temp/trunk/html/admin
- Timestamp:
- 2006/08/24 14:18:54 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1648 r1649 261 261 } 262 262 } 263 /*264 $arrProducts = Array265 (266 '0' => Array267 (268 'product_id' => '18',269 'name' => 'test',270 'category_id' => '11',271 'main_list_image' => '08172054_44e458f942afc.gif',272 'status' => '1',273 'product_code' => 'cd 01',274 'price01' => '500',275 'price02' => '500',276 'stock' => '43',277 'stock_unlimited' => ""278 ),279 280 '1' => Array281 (282 'product_id' => '14',283 'name' => 'LPO¥¨¥Ó¥¹',284 'category_id' => '10',285 'main_list_image' => '08171740_44e42b7f67953.gif',286 'status' => '1',287 'product_code' => 'LPO',288 'price01' => '15000',289 'price02' => '15000',290 'stock' => '14999',291 'stock_unlimited' => ""292 ),293 294 '2' => Array295 (296 'product_id' => '16',297 'name' => 'LPO¥¨¥Ó¥¹',298 'category_id' => '10',299 'main_list_image' => '08181941_44e59975c535d.gif',300 'status' => '1',301 'product_code' => 'LPO',302 'price01' => '15000',303 'price02' => '15000',304 'stock' => '14927',305 'stock_unlimited' => ""306 ),307 308 '3' => Array309 (310 'product_id' => '15',311 'name' => 'LPO¥¨¥Ó¥¹',312 'category_id' => '10',313 'main_list_image' => '08171740_44e42b7f67953.gif',314 'status' => '1',315 'product_code' => 'LPO',316 'price01' => '15000',317 'price02' => '15000',318 'stock' => '14998',319 'stock_unlimited' => ""320 ),321 '4' => Array322 (323 'product_id' => '17',324 'name' => 'LPO¥¨¥Ó¥¹',325 'category_id' => '15',326 'main_list_image' => '08171740_44e42b7f67953.gif',327 'status' => '1',328 'product_code' => 'LPO',329 'price01' => '15000',330 'price02' => '15000',331 'stock' => '0',332 'stock_unlimited' => ""333 ),334 335 '5' => Array336 (337 'product_id' => '13',338 'name' => 'LPO¥¨¥Ó¥¹',339 'category_id' => '10',340 'main_list_image' => '08171740_44e42b7f67953.gif',341 'status' => '1',342 'product_code' => 'LPO',343 'price01' => '15000',344 'price02' => '15000',345 'stock' => '15000',346 'stock_unlimited' => ""347 ),348 349 '6' => Array350 (351 'product_id' => '12',352 'name' => 'LPO¥¨¥Ó¥¹',353 'category_id' => '10',354 'main_list_image' => '08171740_44e42b7f67953.gif',355 'status' => '1',356 'product_code' => 'LPO',357 'price01' => '15000',358 'price02' => '15000',359 'stock' => '15000',360 'stock_unlimited' => ""361 ),362 363 '7' => Array364 (365 'product_id' => '11',366 'name' => 'LPO¥¨¥Ó¥¹',367 'category_id' => '10',368 'main_list_image' => '08171740_44e42b7f67953.gif',369 'status' => '1',370 'product_code' => 'LPO',371 'price01' => '15000',372 'price02' => '15000',373 'stock' => '15000',374 'stock_unlimited' => ""375 ),376 '8' => Array377 (378 'product_id' => '10',379 'name' => 'LPO¥¨¥Ó¥¹',380 'category_id' => '10',381 'main_list_image' => '08171740_44e42b7f67953.gif',382 'status' => '1',383 'product_code' => 'LPO',384 'price01' => '15000',385 'price02' => '15000',386 'stock' => '15000',387 'stock_unlimited' => ""388 ),389 390 '9' => Array391 (392 'product_id' => '9',393 'name' => 'LPO¥¨¥Ó¥¹',394 'category_id' => '10',395 'main_list_image' => '08171740_44e42b7f67953.gif',396 'status' => '1',397 'product_code' => 'LPO',398 'price01' => '15000',399 'price02' => '15000',400 'stock' => '15000',401 'stock_unlimited' => ""402 )403 404 );405 406 407 $objPage->arrProducts = $arrProducts;408 */409 263 410 264 // ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ
Note: See TracChangeset
for help on using the changeset viewer.
