object(jshopProduct)#772 (91) {
  ["_tbl":protected]=>
  string(21) "#__jshopping_products"
  ["_tbl_key":protected]=>
  string(10) "product_id"
  ["_tbl_keys":protected]=>
  array(1) {
    [0]=>
    string(10) "product_id"
  }
  ["_db":protected]=>
  object(JDatabaseDriverMysqli)#23 (23) {
    ["name"]=>
    string(6) "mysqli"
    ["serverType"]=>
    string(5) "mysql"
    ["connection":protected]=>
    object(mysqli)#24 (19) {
      ["affected_rows"]=>
      int(22)
      ["client_info"]=>
      string(79) "mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $"
      ["client_version"]=>
      int(50012)
      ["connect_errno"]=>
      int(0)
      ["connect_error"]=>
      NULL
      ["errno"]=>
      int(0)
      ["error"]=>
      string(0) ""
      ["error_list"]=>
      array(0) {
      }
      ["field_count"]=>
      int(8)
      ["host_info"]=>
      string(25) "Localhost via UNIX socket"
      ["info"]=>
      NULL
      ["insert_id"]=>
      int(0)
      ["server_info"]=>
      string(6) "5.7.44"
      ["server_version"]=>
      int(50744)
      ["stat"]=>
      string(149) "Uptime: 219281  Threads: 1  Questions: 56119256  Slow queries: 0  Opens: 1933151  Flush tables: 1  Open tables: 6144  Queries per second avg: 255.923"
      ["sqlstate"]=>
      string(5) "00000"
      ["protocol_version"]=>
      int(10)
      ["thread_id"]=>
      int(1087867)
      ["warning_count"]=>
      int(0)
    }
    ["nameQuote":protected]=>
    string(1) "`"
    ["nullDate":protected]=>
    string(19) "0000-00-00 00:00:00"
    ["_database":"JDatabaseDriver":private]=>
    string(15) "host2703_ostrov"
    ["count":protected]=>
    int(65)
    ["cursor":protected]=>
    NULL
    ["debug":protected]=>
    bool(false)
    ["limit":protected]=>
    int(0)
    ["log":protected]=>
    array(0) {
    }
    ["timings":protected]=>
    array(0) {
    }
    ["callStacks":protected]=>
    array(0) {
    }
    ["offset":protected]=>
    int(0)
    ["options":protected]=>
    array(9) {
      ["driver"]=>
      string(6) "mysqli"
      ["host"]=>
      string(9) "localhost"
      ["user"]=>
      string(15) "host2703_ostrov"
      ["password"]=>
      string(12) "Q&EHs982~1aq"
      ["database"]=>
      string(15) "host2703_ostrov"
      ["prefix"]=>
      string(6) "wfi59_"
      ["select"]=>
      bool(true)
      ["port"]=>
      int(3306)
      ["socket"]=>
      NULL
    }
    ["sql":protected]=>
    object(JDatabaseQueryMysqli)#999 (25) {
      ["offset":protected]=>
      int(0)
      ["limit":protected]=>
      int(0)
      ["db":protected]=>
      *RECURSION*
      ["sql":protected]=>
      NULL
      ["type":protected]=>
      string(6) "select"
      ["element":protected]=>
      NULL
      ["select":protected]=>
      object(JDatabaseQueryElement)#997 (3) {
        ["name":protected]=>
        string(6) "SELECT"
        ["elements":protected]=>
        array(1) {
          [0]=>
          string(80) "m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid"
        }
        ["glue":protected]=>
        string(1) ","
      }
      ["delete":protected]=>
      NULL
      ["update":protected]=>
      NULL
      ["insert":protected]=>
      NULL
      ["from":protected]=>
      object(JDatabaseQueryElement)#1008 (3) {
        ["name":protected]=>
        string(4) "FROM"
        ["elements":protected]=>
        array(1) {
          [0]=>
          string(15) "#__modules AS m"
        }
        ["glue":protected]=>
        string(1) ","
      }
      ["join":protected]=>
      array(2) {
        [0]=>
        object(JDatabaseQueryElement)#1009 (3) {
          ["name":protected]=>
          string(9) "LEFT JOIN"
          ["elements":protected]=>
          array(1) {
            [0]=>
            string(43) "#__modules_menu AS mm ON mm.moduleid = m.id"
          }
          ["glue":protected]=>
          string(1) ","
        }
        [1]=>
        object(JDatabaseQueryElement)#1010 (3) {
          ["name":protected]=>
          string(9) "LEFT JOIN"
          ["elements":protected]=>
          array(1) {
            [0]=>
            string(72) "#__extensions AS e ON e.element = m.module AND e.client_id = m.client_id"
          }
          ["glue":protected]=>
          string(1) ","
        }
      }
      ["set":protected]=>
      NULL
      ["where":protected]=>
      object(JDatabaseQueryElement)#1007 (3) {
        ["name":protected]=>
        string(5) "WHERE"
        ["elements":protected]=>
        array(8) {
          [0]=>
          string(15) "m.published = 1"
          [1]=>
          string(13) "e.enabled = 1"
          [2]=>
          string(79) "(m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-10-31 15:15:50')"
          [3]=>
          string(83) "(m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-10-31 15:15:50')"
          [4]=>
          string(19) "m.access IN (1,1,5)"
          [5]=>
          string(15) "m.client_id = 0"
          [6]=>
          string(35) "(mm.menuid = 310 OR mm.menuid <= 0)"
          [7]=>
          string(27) "m.language IN ('en-GB','*')"
        }
        ["glue":protected]=>
        string(5) " AND "
      }
      ["group":protected]=>
      NULL
      ["having":protected]=>
      NULL
      ["columns":protected]=>
      NULL
      ["values":protected]=>
      NULL
      ["order":protected]=>
      object(JDatabaseQueryElement)#1013 (3) {
        ["name":protected]=>
        string(8) "ORDER BY"
        ["elements":protected]=>
        array(1) {
          [0]=>
          string(22) "m.position, m.ordering"
        }
        ["glue":protected]=>
        string(1) ","
      }
      ["autoIncrementField":protected]=>
      NULL
      ["call":protected]=>
      NULL
      ["exec":protected]=>
      NULL
      ["union":protected]=>
      NULL
      ["unionAll":protected]=>
      NULL
      ["selectRowNumber":protected]=>
      NULL
    }
    ["tablePrefix":protected]=>
    string(6) "wfi59_"
    ["utf":protected]=>
    bool(true)
    ["utf8mb4":protected]=>
    bool(true)
    ["errorNum":protected]=>
    int(0)
    ["errorMsg":protected]=>
    string(0) ""
    ["transactionDepth":protected]=>
    int(0)
    ["disconnectHandlers":protected]=>
    array(0) {
    }
  }
  ["_trackAssets":protected]=>
  bool(false)
  ["_rules":protected]=>
  NULL
  ["_locked":protected]=>
  bool(false)
  ["_autoincrement":protected]=>
  bool(true)
  ["_observers":protected]=>
  object(JObserverUpdater)#771 (3) {
    ["aliases":protected]=>
    array(0) {
    }
    ["observers":protected]=>
    array(0) {
    }
    ["doCallObservers":protected]=>
    bool(true)
  }
  ["_columnAlias":protected]=>
  array(0) {
  }
  ["_jsonEncode":protected]=>
  array(0) {
  }
  ["_supportNullValue":protected]=>
  bool(false)
  ["_errors":protected]=>
  array(0) {
  }
  ["product_id"]=>
  string(2) "53"
  ["parent_id"]=>
  string(1) "0"
  ["product_ean"]=>
  string(3) "2-3"
  ["manufacturer_code"]=>
  string(164) "2-3 чел. с завтраками и обедами, для нерезидентов РБ: от 5225 RUB. Non-residents of the Belarus: from 5225 RUB for 2 people"
  ["product_quantity"]=>
  string(4) "0.00"
  ["unlimited"]=>
  string(1) "0"
  ["product_availability"]=>
  string(0) ""
  ["product_date_added"]=>
  string(19) "2024-06-05 09:38:28"
  ["date_modify"]=>
  string(19) "2024-06-05 14:36:08"
  ["product_publish"]=>
  string(1) "1"
  ["product_tax_id"]=>
  string(1) "0"
  ["currency_id"]=>
  string(1) "1"
  ["product_template"]=>
  string(7) "default"
  ["product_url"]=>
  string(0) ""
  ["product_old_price"]=>
  int(0)
  ["product_buy_price"]=>
  string(6) "0.0000"
  ["product_price"]=>
  string(10) "162.000000"
  ["min_price"]=>
  string(6) "162.00"
  ["different_prices"]=>
  string(1) "0"
  ["product_weight"]=>
  string(6) "0.0000"
  ["image"]=>
  string(15) "banya-bolsh.jpg"
  ["product_manufacturer_id"]=>
  string(1) "0"
  ["product_is_add_price"]=>
  int(0)
  ["add_price_unit_id"]=>
  string(1) "3"
  ["average_rating"]=>
  string(4) "0.00"
  ["reviews_count"]=>
  string(1) "0"
  ["delivery_times_id"]=>
  string(1) "0"
  ["hits"]=>
  int(4015)
  ["weight_volume_units"]=>
  string(6) "0.0000"
  ["basic_price_unit_id"]=>
  string(1) "0"
  ["label_id"]=>
  NULL
  ["vendor_id"]=>
  string(1) "0"
  ["access"]=>
  string(1) "1"
  ["name_en-GB"]=>
  string(8) "Standart"
  ["alias_en-GB"]=>
  string(22) "standart-2240605093828"
  ["short_description_en-GB"]=>
  string(488) "
from 162,00 BYN with breakfast and lunch for 2 people
for non-residents of the Republic of Belarus: from 5225 RUB
Bedspace in room: 2-3
Area: 10 m2
The amenities in the block include shower, a washbasin and toilet..
The amenities include a TV-set, refrigerator, kettle and dish set,Wifi.
"
  ["description_en-GB"]=>
  string(734) "
Standart house
{second_description}
DESCRIPTION
The wooden two-storied cottages are equipped with everything necessary for a more money-saving, yet at the same time comfortable stay. This is the place where you can find fireplaces, so beloved by the guests, which allow you to create a romantic and warm atmosphere at any time of the year.
Standard is wooden two-storied cottages No. 1, 2, 3, 4 with central steam heating, common living room with seating furniture, amenities in the block (shower, toilet and a washbasin), hot and cold water.
The room (12 m2) has two single or large double beds with orthopedic mattresses, furniture, a TV-set, refrigerator, dish set and kettle.
"
  ["meta_title_en-GB"]=>
  string(0) ""
  ["meta_description_en-GB"]=>
  string(0) ""
  ["meta_keyword_en-GB"]=>
  string(0) ""
  ["name_ru-RU"]=>
  string(80) "Стандарт 2-х местный с доп. кроватью на блоке"
  ["alias_ru-RU"]=>
  string(20) "standart240605093828"
  ["short_description_ru-RU"]=>
  string(628) "
от 142,00 BYN с завтраками и обедами на 2 чел
для нерезидентов РБ: от 5995 RUB
Кол-во мест в одном номере: 
до 3
Площадь номера: 10 кв.м.
Удобства на блоке: душ, умывальник, туалет.
Удобства: телевизор, холодильник, чайник, чайный набор посуды, Wifi.
"
  ["description_ru-RU"]=>
  string(1316) "{second_description}
Описание
Номера категории «стандарт 2-х местный с доп. кроватью на блоке» расположены в деревянном двухэтажном коттедже № 16. 
На первом этаже коттеджа находятся баня. 
Один номер категории стандарт двухместный и два номера категории стандарт 2-х местный с доп. кроватью. 
Каждый номер оснащен всем необходимым для экономного, но в тоже время комфортного проживания. На этаже есть ванная комната с душевой кабиной, умывальником и унитазом. Удобства на блоке, на три номера.
Стандарт – экономное, бюджетное   и в тоже время  уютное проживание.
"
  ["meta_title_ru-RU"]=>
  string(76) "Номера стандарт класса пансионата «ЛОДЭ»"
  ["meta_description_ru-RU"]=>
  string(241) "Фото, описания и стоимость проживания в номерах стандарт класса. Забронировать номер можно по телефонам ☏ +375 (2132) 6-09-87, ☏ +375 (29) 384-00-03."
  ["meta_keyword_ru-RU"]=>
  string(0) ""
  ["product_categories"]=>
  array(1) {
    [0]=>
    object(stdClass)#826 (3) {
      ["product_id"]=>
      string(2) "53"
      ["category_id"]=>
      string(1) "1"
      ["product_ordering"]=>
      string(2) "18"
    }
  }
  ["attribute_submited"]=>
  array(0) {
  }
  ["product_attribute_datas"]=>
  array(3) {
    ["attributeValues"]=>
    array(0) {
    }
    ["attributeActive"]=>
    array(0) {
    }
    ["attributeSelected"]=>
    array(0) {
    }
  }
  ["attribute_active"]=>
  array(0) {
  }
  ["attribute_active_data"]=>
  NULL
  ["product_related"]=>
  array(0) {
  }
  ["name"]=>
  string(8) "Standart"
  ["short_description"]=>
  string(488) "
from 162,00 BYN with breakfast and lunch for 2 people
for non-residents of the Republic of Belarus: from 5225 RUB
Bedspace in room: 2-3
Area: 10 m2
The amenities in the block include shower, a washbasin and toilet..
The amenities include a TV-set, refrigerator, kettle and dish set,Wifi.
"
  ["description"]=>
  string(21) "
Standart house
"
  ["meta_title"]=>
  string(8) "Standart"
  ["meta_keyword"]=>
  string(0) ""
  ["meta_description"]=>
  string(0) ""
  ["product_tax"]=>
  int(0)
  ["product_price_wp"]=>
  float(162)
  ["product_price_calculate"]=>
  float(162)
  ["product_add_prices"]=>
  array(0) {
  }
  ["product_price_calculate1"]=>
  float(162)
  ["product_price_calculate0"]=>
  float(162)
  ["delivery_time"]=>
  string(0) ""
  ["product_basic_price_unit_qty"]=>
  int(1)
  ["product_basic_price_show"]=>
  int(0)
  ["manufacturer_info"]=>
  object(stdClass)#894 (2) {
    ["manufacturer_logo"]=>
    string(0) ""
    ["name"]=>
    string(0) ""
  }
  ["vendor_info"]=>
  NULL
  ["extra_field"]=>
  NULL
  ["freeattributes"]=>
  NULL
  ["freeattribrequire"]=>
  int(0)
  ["_display_price"]=>
  int(0)
  ["product_price_default"]=>
  int(0)
  ["hide_delivery_time"]=>
  int(1)
  ["button_back_js_click"]=>
  string(15) "history.go(-1);"
  ["second_description"]=>
  string(693) "
DESCRIPTION
The wooden two-storied cottages are equipped with everything necessary for a more money-saving, yet at the same time comfortable stay. This is the place where you can find fireplaces, so beloved by the guests, which allow you to create a romantic and warm atmosphere at any time of the year.
Standard is wooden two-storied cottages No. 1, 2, 3, 4 with central steam heating, common living room with seating furniture, amenities in the block (shower, toilet and a washbasin), hot and cold water.
The room (12 m2) has two single or large double beds with orthopedic mattresses, furniture, a TV-set, refrigerator, dish set and kettle.
"
}