ErrorException [ Notice ]: Undefined offset: 1

APPPATH/views/default/catalog/offer.php [ 96 ]

 91 							
 92 							$pp = str_replace('р.', '₽', strip_tags($data->params->price->value) );
 93 							$pp = explode('/', $pp);
 94 						?>
 95 							<span class="offer-prices__value"><?= number_format( $data->PRICE , 0, ' ', ' ') .' &#8381;'?></span>
 96 							<span class="offer-prices__label">в <?=$pp[1]?></span>
 97 						<?php
 98 						}else{
 99 						?>
100 							<span class="offer-prices__value"><?= number_format( $data->TOTAL_PRICE , 0, ' ', ' ') .' &#8381;' ?></span>
101 							<span class="offer-prices__label">Полная стоимость</span>
  1. APPPATH/views/default/catalog/offer.php [ 96 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  5. APPPATH/views/default/template.php [ 3 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  9. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  10. {PHP internal call} » Kohana_Controller->execute()

  11. APPPATH/classes/Request/Client/Internal.php [ 146 ] » ReflectionMethod->invoke(arguments)