Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hknight

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Hank

hknight's Achievements

  1. Hello. I have a merchant account with GlobalPayments Canada for my brick-and-mortar retail store. http://www.gps.ca/ I want to be able to sell my products online, with real-time payment processing. Are there any tools/programs/contributions out there that integrate OSC with GlobalPayments? Thanks!
  2. I installed this and it gives me a JavaScript error everytime that it is displayed for the first time on a computer. After hitting refresh, it works. What's up with that?
  3. The contrabution PdfCatalogs creates a PDF format catalog. It only supports JPEG and PNG type images. I need support for GIF images so I had an idea: why not convert the GIFs to PNGs in realtime while creatating the PDF document? So I used NETPBM and the short script below to convert GIFs to PNGs <?php $netpbmPath = "/home/me/public_html/gallery/netpbm"; // don't put at end header ("Content-Type: image/png"); $file = ereg_replace('.converted.png','',$_SERVER['QUERY_STRING']); echo `$netpbmPath/giftopnm $file | $netpbmPath/pnmtopng`; ?> I have tested this and the conversion works great! NOW all that needs to be done is to somehow use the converted image instead of GIFs in pdf_catalogue.php. I got the first part down but now I need help on the second part. How can I use the converted image instead of the GIFs in the PDF generation script? Thanks!
  4. Hello. I am looking for a few good free themes that look nothing like the mail osCommerce theme. For osCommerce 2.2MS2. I looked in the "Contributions" downloads section and found templates but no good themes. Any ideas? Thanks, Hank
×
×
  • Create New...