Advertisement
VladimirsBudkins

cart item data

Feb 6th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.02 KB | None | 0 0
  1.     array(
  2.             'id' => 1,
  3.             'qty' => 1,
  4.             'price' => 11.90,
  5.             'real_price' => 11.90,
  6.             'subtotal' => 11.90,
  7.             'total_discount' => null,
  8.             'link' => 'shop/product/1-elizabeth_arden_5th_avenue_style',
  9.             'images' => array(
  10.                 'assets/uploads/product/dwq8dqwds9dasd9asd22.png',
  11.                 'assets/uploads/product/kmqw9d8qwd7832d23dd0.png'
  12.             ),
  13.             'discounts' => array(
  14.                 'timer' => array(
  15.                     'end' => null,
  16.                     'discount' => null
  17.                 ),
  18.                 'sale' => array(
  19.                     'end' => null,
  20.                     'discount' => null
  21.                 ),
  22.                 'user_discount' => array(
  23.                     'end' => null,
  24.                     'discount' => null
  25.                 )
  26.             ),
  27.             'title' => array(
  28.                 'ru' => 'Парфюмированная вода Elizabeth Arden 5th Avenue Style edp 75 мл',
  29.                 'lv' => 'Parfimērijas ūdens Elizabeth Arden 5th Avenue Style edp 75 ml'
  30.             ),
  31.             'category' => array(
  32.                 'title' => array(
  33.                     'ru' => 'Парфюм',
  34.                     'lv' => 'Parfimērijas ūdens'
  35.                 ),
  36.                 'link'=>'shop/category/perfume'
  37.             ),
  38.             'eav' => array(
  39.                 array(
  40.                     'attribute' => array(
  41.                         'id' => 22,
  42.                         'title' => array(
  43.                             'ru' => 'Женские духи',
  44.                             'lv' => 'Sieviešu smaržas'
  45.                         )
  46.                     ),
  47.                     'value' => array(
  48.                         'id' => 57,
  49.                         'title' => array(
  50.                             'ru' => '75 мл.',
  51.                             'lv' => '75 ml.'
  52.                         )
  53.                     )
  54.                 )
  55.             )
  56.         );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement