Questions tagged [oscommerce]

Open source e-commerce application based on PHP & MySQL. The project was started in 2000 by Harald Ponce de Leon and is one of the most popular e-commerce applications.

osCommerce is an open source e-commerce application based on PHP & MySQL. The project was started in 2000 by Harald Ponce de Leon and is one of the most popular e-commerce applications with an estimated usage rate of almost 13,000 registered live stores and an active community with almost 250,000 members. Given the wide spread usage and large developer community, there is a large and diverse range of add-ons available (6000+) making the software easy to extend.

osCommerce is still officially in "development stage", although the current 2.3.4 version is stable. The planned Milestone 3.0 release is a major re-write of the code base. An early release candidate of 3.0 has been available for download since March 2007.

On March 15th 2009 osCommerce Online Merchant v3.0 Alpha 5 was released. With this release the programmers concentrated on core features in hopes of a much faster release schedule. Key features of this release included a new object-oriented framework, new templating system, additional search engine optimization features and updated payment modules among many others.

Announced at the same time was the "Social Coding on Github" initiative which was introduced to attract additional developers to the project in hopes of speeding up the release cycle.

The most popular osCommerce versions today are Phoenix edition and Solomono edition.

353 questions
2
votes
5 answers

OSCommerce alternatives

I'm looking to evaluate a few opensource e-commerce solutions. Are there any good alternatives to OSCommerce out there ? I've looked at Thelia and Magento so far, are there any others that are worth looking at ? They should be : Free as in…
2
votes
3 answers

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…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
1
vote
1 answer

Select multiple default, or previously chosen, values in a select box in osCMax

I am using the following method for displaying the multiple select box and it works fine in the new form. echo tep_draw_pull_down_menu("cat[$i][]", $cat_array, '', 'id=cat3, size=5 multiple'); But in the edit form I want the values to be selected…
Ahmad
  • 2,099
  • 10
  • 42
  • 79
1
vote
1 answer

Has anyone ever used a PHP ecommerce platform for backend/admin only, with a totally custom-built frontend utilising only the API of the platform?

The title pretty much explains it. I want to completely customise the shopfront, and working through the madness of files (eg, Magento) to do this would not be my cup of tea. I do however still want the admin & calculation features of something like…
Baraka
  • 374
  • 3
  • 19
1
vote
1 answer

osCommerce: Use persistent connection

I have here a osCommerce 2.2-MS2. I had some settings before which were working fine. Now I changed the settings for the connection to the database (username, password, database, ...) but didn't noticed that the changes weren't saved. Now I want to…
testing
  • 19,681
  • 50
  • 236
  • 417
1
vote
1 answer

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?
nero
1
vote
1 answer

Best way to 301 redirect old osCommerce links

We are in the process of migrating from an old osCommerce install to WordPress. 90% of the traffic is sent from organic results, and with over 4,000 indexed product pages, redirecting to the new site is essential. The old site's URL…
timelfelt
  • 680
  • 1
  • 11
  • 26
1
vote
3 answers

How to solve Oscommerce, Warning: sizeof(): Parameter must be an array or an object that implements Countable

I install the latest version of OSCommerce framework. in backend Categories/Products error shown like: Warning: sizeof(): Parameter must be an array or an object that implements Countable in…
Rahul
  • 11
  • 3
1
vote
1 answer

Globally Replace Old School $PHP_SELF with $SERVER['PHP_SELF'] using sed

Not being an sed expert, I need to replace all instances of the string $PHP_SELF with $_SERVER['PHP_SELF'] globally in a directory. This is an "old school" osCommerce application that I need to resurrect temporarily for a showcase.
Jamie_D
  • 979
  • 6
  • 13
1
vote
2 answers

How do I enable https for particular pages if I got SSL certification using php

I have received SSL certification for my oscommerce website. I need to enable https:// for some particular pages. can someone help?
Navane
  • 1,348
  • 2
  • 12
  • 25
1
vote
1 answer

osCommerce - adding tools for admin

Is there a way to add a tool to osCommerce without having to edit any file? Just simply place files in some dir maybe? I need to write addon for administrator of osC that lets them print something for every order.
Cleankod
  • 2,220
  • 5
  • 32
  • 52
1
vote
1 answer

Realex payment gateway after successfully payment not return Merchant website

Using realex payment i'm try to checkout order with Oscommerce code, Payment deducted from bank and also trasection display in realex system but user can not get back Merchant website and order status is not updated due to return url or other may be…
1
vote
1 answer

osCommerce links to categories taking to a wrong page

I'm modifying a website made with osCommerce (I didn't make this website), and one of the things I have to modify is the look of the home page. My problem is that I have modified the index.php file, and all the changes look fine. However, when I…
Albert R
  • 125
  • 5
  • 19
1
vote
1 answer

osCommerce: How do i change the 'quantity' field from only allowing numbers to all characters?

Is it something in MySQL or in the programming...cant figure it out!!
Mike
  • 11
  • 1
1
vote
0 answers

Oscommerce >> Paypal > Shpping and handling fee

I have an oscommerce website. When we try to do a payment while using PayPal it will show shipping and handling fee Can anyone help me to find out where shipping and handling fee is set in the code of oscommerce?
Abhijit
  • 931
  • 1
  • 9
  • 21
1 2
3
23 24