modify the two configure files couldn't enable the whole site SSL

I found the solution. put the added code on top
Code:
 function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
  global $request_type, $session_started, $http_domain, $https_domain, $zco_notifier;
if(ENABLE_SSL_CATALOG){$connection = 'SSL';}
Now, the log content
Code:
Request sent to href_link('products_all', '', 'SSL', true, false, true, true)
Generated URL: https://www.zencart.ca/products_all.html