Code |
Context$sizes_id = "5"
$productId = "53"
$size = array(
"ProductSize" => array(
"id" => "5",
"product_id" => "53",
"price" => "2000.00",
"name" => "FlipSize",
"slug" => "flipsize",
"description" => "The innovative FlipSak is the answer to your TV-viewing squabbles. No room on the couch? No problem. The FlipSak's easy-to-move size and supportive 'head rest' make it a comfy antidote to crowded couch dilemmas.
",
"extra" => "Diameter: 130cm long x 100cm wide. ",
"created" => "2010-08-12",
"modified" => "2011-03-16",
"active" => "1",
"image_path" => "5-1292412262.jpg",
"image_path_2" => "btn-flipsak.jpg"
),
"Product" => array(
"id" => "53",
"product_status_id" => "0",
"product_type_id" => "1",
"category_id" => "89",
"area_id" => "0",
"name" => "FlipSak",
"slug" => "flipsak",
"description" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere neque sed felis accumsan quis facilisis neque vehicula. Mauris condimentum lacinia ipsum, eu dapibus sapien sagittis sit amet. Nam et lorem vitae sapien sodales dignissim. In ullamcorper nulla a orci scelerisque placerat. In tincidunt tempus imperdiet.<br />",
"warrenty_available" => null,
"warrenty_price" => null,
"on_promotion" => "0",
"lowest_selling_price" => null,
"landing_price" => null,
"dealer_price" => null,
"price" => "200.00",
"qty" => "999",
"date_of_manufactor" => null,
"brand_id" => null,
"case_type_id" => null,
"box_id" => null,
"weight" => null,
"dimensions" => null,
"accessories" => null,
"product_condition_id" => null,
"location_id" => null,
"manufacturer" => null,
"featured" => null,
"image" => null,
"thumbnail" => null,
"meta_keywords" => "FlipSak, Flip Sak, flip beanbag, bean bag, furniture, modern beanbag, giant beanbag furniture, giant bean bags, outdoor furniture, over-sized cushions, patio furniture, sun loungers, swimming pool loungers, beanbag chairs, lounger furniture, Bean Bags, Giant Bean Bags, Bean Bag, Bean Bag Chair, sofa bean bags, office furniture, funky furniture, modern furniture, VitaFoam, Cape Town, cape town, fun furniture, comfortable furniture, alternative to furniture, chill-out furniture, chill-out beanbags, fabric beanbags, kids beanbags, family beanbags, adult beanbags, living room furniture",
"meta_description" => "The innovative FlipSak is the answer to your TV-viewing squabbles. No room on the couch? No problem. The FlipSak's easy-to-move size and supportive 'head rest' make it a comfy antidote to crowded couch dilemmas.",
"serial_number" => null,
"created" => "2010-07-27 06:17:50",
"modified" => "2011-03-17 11:35:29",
"image_path" => "",
"active" => "1"
)
)
$price = "2000.00"
$fabric = null
$colour = null
$productSizes = null
$product = array(
"price" => "2000.00"
)
$options = array(
array(
"ProductFabric" => array(),
"ProductColour" => array()
)
)
$showButton = "2"
$showButton = "2";
$fabric = $this->Product->ProductFabric->find('first',array('conditions'=>array('ProductFabric.product_id'=>$product['Product']['id']),'recursive'=>-1));
ProductsController::update_fabric() - APP/controllers/products_controller.php, line 319
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88