Пример #1
0
 $asp_sellers = Db::getInstance()->ExecuteS($sql);
 for ($idx = 0; $idx < count($asp_sellers); $idx++) {
     $asp_sellers[$idx]['seller_logo_url'] = SellerInfo::get_seller_logo_url_static($asp_sellers[$idx]['id_sellerinfo']);
 }
 if (!$asp_sellers) {
Пример #2
0
 private function assignLocationBlockData()
 {
     $hnngvewyhr = "location_level";
     ${$hnngvewyhr} = Configuration::get("ASP_LOCATION_BLOCK_LEVEL");
     $this->context->smarty->assign(array("seller_locations4block" => AgileMultipleShop::getLocationListNV(${${"GLOBALS"}["ypxufldtomu"]}), "location_level" => ${${"GLOBALS"}["ypxufldtomu"]}, "asp_location_block_style" => (int) Configuration::get("ASP_LOCATION_BLOCK_STYLE"), "location_custom_field" => self::SHOP_BY_CUSTOM_FIELD, "location_custom_name" => self::SHOP_BY_CUSTOM_NAME, "agilemultipleshop_tpl" => dirname(__FILE__) . "/"));
 }