Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

H2B2

Archived
  • Posts

    109
  • Joined

  • Last visited

Everything posted by H2B2

  1. I updated my install with the 2.2 Milestone 2 060817 Update Release (aug. 2006). The latest Wolfen featured set is ver. 1.05 (28 Jul 2006). So I checked for overlapping files which may need to be updated. Am I correct that the only Wolfen file that needs to be changed is: catalog/admin/includes/functions/general.php And the only change needed in the Wolfen version of general.php is this: Find this code on line 14: // Redirect to another page or site function tep_redirect($url) { global $logger; and add this code directly beneath it: if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); } So the result would look like this: // Redirect to another page or site function tep_redirect($url) { global $logger; if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); } Thanks!
  2. I guess you're referring to the keywords meta tag for the header section. Whether you use capitals or not makes no difference. Generally small letters are used. And yes you have to separate keywords - or keyword strings like for instance "hotels,see view,etc." - with a comma.
  3. I adhere to multi-language support of version EP 3, and I think many owners of multi-language shops would too!
  4. Just installed Easypopulate and am getting te same parse error steward did: Parse error: parse error, unexpected '.' in /xxxx/webshop/admin/easypopulate.php on line 1692 Am using easypopulate 2.75, and the Extra Images 1.4 contrib 1289 Any ideas on this? Care to share it ? Regards, Al
×
×
  • Create New...