{{ $list_prod->url_h1 }}

SKU {{ $list_prod->producto_codigo_sku }}

@if (!empty($list_prod->foto_producto_id)) @php $foto_producto = \FCR::getFotoProducto($list_prod->producto_id, 3); @endphp @if (!empty($foto_producto)) {{ $list_prod->url_h1 }} @else Producto sin foto @endif @else Producto sin foto @endif
@if (!empty($list_prod->precio_normal))
@php $precio_4x3 = ''; if ($list_prod->categoria_id == 69) { $precio_4x3 = \FCRD::campoProducto('precio_4x3', $list_prod->producto_id); } @endphp @if (!empty($precio_4x3)) ${{ \FCR::num_cl($list_prod->precio_normal) }} (x1) ${{ \FCR::num_cl(round($precio_4x3 * 4)) }} (x4) @else @if (!empty($list_prod->precio_oferta)) ${{ \FCR::num_cl($list_prod->precio_normal) }} ${{ \FCR::num_cl($list_prod->precio_oferta) }} @else ${{ \FCR::num_cl($list_prod->precio_normal) }} @endif @endif
@endif
@php $atributos = \FCR::getAtributosProductos($list_prod->producto_id); @endphp @if (count($atributos) > 0)
    @foreach ($atributos as $a) @if ($a->atributo_id == 1 && !empty($a->atributo_img))
  • @endif
  • {{ $a->atributo_nombre }}: {{ $a->valor_nombre }}
  • @endforeach @if (!empty($a->producto_tipo) || isset($a->producto_tipo))
  • Tipo Producto: {{ $a->producto_tipo }}
  • @endif
@endif