oscommerce

Setting iso-8859-1 instead of utf-8 in oscommerce / sts template website ?

In an oscommerce site I have the following: Server response = Content-type: text/html;charset=UTF-8 and I want: Content-type: text/html;charset=ISO-8859-1 How and where do I set this up. Html looks like this on the page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="nl"> <head> <meta ht...

Adding multiple items in a batch to an osCommerce site?

I need to add several hundred products to an osCommerce (ugh, I know, it wasn't my choice) but osCommerce doesn't have a built in method for this (or at least I couldn't find it), does anyone know where some (even half decent) documentation on HOW osCommerce stores products ('cause it certainly is not in any logical manner) can be found?...

List random products from category in osCommerce

I was asked to implement a random product listing for an osCommerce on-line store. I can do some basic PHP but the store uses a framework of its own and I'm clueless how to do it. First I try to make a random list just on the front page: I open index.php and find the include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); line after wh...

B2B open source solutions

Are there any good open source solutions for building a B2B website? I don't mean middleware, I mean something that would do for B2B what oscommerce does for B2C? ...

Changing URL destination for "home" logo in OSCommerce

http://shop.auxout.com/ We're hosting the store on a virtual server for the time being. Can anyone tell me where I can edit OSComm so that the top AUX logo points to www.auxout.com? ...

Importing MD5+Salt Passwords to MD5.

I'm moving my site from an oscommerce store to a commercial application. The new application stores its passwords using straight MD5 encryption. Oscommerce stores the password using MD5, but also adds a random 2 digit number (provided in plaintext) to the hash. Here is what someone posted on a forum: The two characters added are ...

Selling Concert Tickets Online

Can anyone recommend a method for selling concert tickets online? The shopping cart is relatively easy but we want to create a PDF that prints their information on the ticket and allows them to print. Any ideas? ...

Web Hosting for OS Commerce

I am trying to get started with some SQL software. I would like to know the best webhosting provider to go with. The software is called "OS Commerce" its quite terrible but I am used to working with it from work. It needs C-Panel and so on. Any recomendations? ...

Help with product downloads in osCommerce

Hello, Can anyone help me with creating product downloads in osCommerce? I have created the product and am looking in the product attributes section to add the download to it. The problem is I can't seem to find where to put the downloaded product and how to select is as the relevant download for each product. Can anyone help please? T...

Drupal vs OSCommerce

I'm a die hard Drupal fanatic, but Drupal is more of a CMS and OSCommerce is more of a Online Shop application. Question is, should I stick with Drupul for my next online shop project, or dare to take on OSCommerce? ...

Most suitable eCommerce system to build a rental component onto

I'm just looking for some advice on this - I've advertised on several service marketplaces but all I'm get is vague promises to create 'much suitable commerce sites to your specifications' In essence I need a site which has the standard commerce features, but onto which I will need to add the features required to run a book rental servi...

Does sifr flash display the fonts if they are not installed in the pc?

I want to use the Sifr functionality with the Margarosa font and so i have created my sifr swf with the required margarosa font. This works fine and the effect is visible properly in my pc as the margarosa fonts are installed in my computer. But when i check it in another computer where these fonts are not installed, the effect is not di...

osCommerce Product state updater

Hi to all, Does anybody know is there any tool that allows to automatically update products' prices and quantities saved in osCommerce DB from table-prices in Excel format? Thanks in advance ...

manual orders problem, more then 10 products in an order will let the order disapear (oscommerce)

Hi, I got the Order Editor contribution, it's working fine. But when i make a manual order in the admin panel, with order editor some orders dissapear when i add more then 10 products. Also the Total order with price, tax and discount will dissapear when I add more then 10. How can I solve this ? Thanks in advance, djairo ...

Custom products in Drupal or OSCommerce?

I've looked high and low. I think I'm not searching for the right stuff. I want to know of a module, or plugin for either drupal or oscommerce that will allow you to "build your own products". I.e. A customer can go on the site, and say he wants PC A, with X amount of RAM, and Z sized harddrive etc. Is there a plugin or module for eit...

php $_SERVER['argv'][0] error in osCommerce

Hi, I am running an osCommerce app on GoDaddy.(I'm not a php expert though) I recently found that some admin pages give errors. I narrowed the problem down to the following line. $pIDlist_array=split("&", $_SERVER["argv"][0]); $_SERVER["argv"][0] returns always NULL. I think it's because register_argc_argv is off in global php confi...

Has anyone split db read and writes OSCommerce or any php shopping cart?

We are modifying osCommerce, but our architecture involves separate clusters for db reads and db writes. Has anyone separated these out? ...

Integrating Magento with a simple static website.

Magento is an awesomely powerful ecommerce platform. That said, it is also very complex, and I'd like to know if there is a relatively simple way to utilize Magento as our mISV site's backend to fulfill orders without actually "using" Magento's framework to build the site, run the site, etc. In other words, I don't want to use the buil...

Migrating from OS Commerce to...?

I am looking to move on from OS Commerce. 1,500 products and many years, it's time. I would prefer to migrate to BV Commerce. Is that possible? Is there a similarly reliable store as BV that can import from OSCommerce? I'd like customer info, products, price, etc. ...

OsCommerce - Remove osCsid in urls

I discovered that Google has indexed the osCsid parameter in some of my URLs at my osCommerce application. I tried to find a solution but I don't want to do something if I'm not sure what I'm doing. I only have access to the FTP and not the CMS system. Is it possible to solve this problem through the FTP? ...