Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jim Storey

Archived
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Jim Storey

  1. Hi,

     

    Does anyone know of a price comparison contrib that will allow my OSC site to host a few different merchants. I no longer sell some items and would like others to sell these as I have a good google rank and it looks after visitors to my site. I've searched without luck.

     

    Failing that does anyone know of a developer that would do this at a reasonable cost?

     

    thanks.

  2. I was getting the error:

     

    Warning: fopen(/home/emablanc/public_html/googlesitemapsitemapproducts.xml): failed to open stream: Permission denied in /home/emablanc/public_html/googlesitemap/sitemap.class.php on line 291

     

    To fix this problem I performed the ultimate hack and just added the missing slash.

     

    On line 257 of sitemap.class.php change from:

     

    $this->filename = "sitemap";

     

    To:

     

    $this->filename = "/../sitemap";

     

    A dodgy hack to be ashamed of >_< ... but it fixed the problem.

×
×
  • Create New...