'1', 'best' => '1', 'sale' => '1', 'latest' => '1'); } if(!empty($ascend['home_product_tabs_column'])) { $product_columns = $ascend['home_product_tabs_column']; } else { $product_columns = '4'; } if(!empty($ascend['home_product_count'])) { $items = $ascend['home_product_count']; } else { $items = '8'; } if(isset($ascend['home_product_auto']) && $ascend['home_product_auto'] == '0') { $auto = 'false'; } else { $auto = 'true'; } if(!empty($ascend['home_product_speed'])) { $speed = $ascend['home_product_speed'].'000'; } else { $speed = '9000'; } if(isset($ascend['home_product_scroll']) && $ascend['home_product_scroll'] == 'all' ) { $scroll = ''; } else { $scroll = '1'; } echo '';