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
0
votes
1 answer

osCommerce with Apache HTTP server 2.2

Copy the oscommerce directory to your web server htdocs directory and open the location with >your browser. Setup will automatically launch and guide you through the installation and configuration of your new online store. I copied the said…
user985351
  • 197
  • 1
  • 1
  • 12
0
votes
4 answers

Set all radio buttons to either true or false in osCommerce, or just the one as true?

I added some radio buttons to a PHP form in osCommerce. I plan on adding a bunch more but in the meantime I have four right now. I'm wondering if I need to set all the radio buttons as true/false or just the single instance I want as true. Here's…
Sackling
  • 1,780
  • 5
  • 37
  • 71
0
votes
0 answers

My php project has file which I never create and it keep growing what could I do?

I'm taking care of a legacy php oscommerce project and I found a file that I didn't create called "imagers.php". The content of the file is showing below. The file is being written and the size keeps growing. Which area should I start looking…
0
votes
1 answer

New PayPal api certificate not confirming payment

I was notified by PayPal that the api certificate for a website I maintain was expiring soon. The site is an old oscommerce 2.3.4 site using the PayPal Standard module then available for it. I removed the existing certificate and obtained a new one.…
gpinzino
  • 95
  • 2
  • 8
0
votes
0 answers

OsCommerce Cart Becomes Empty When Trying to Login

Currently I am working on a Wordpress and OsCommerce site. The Wordpress site is a product catalogue site from where user will select product model and that particular product (under that model) will be added to the OsCommerce cart. The above…
0
votes
1 answer

Payment declined, please check with your bank or use a different card

After checkout user goes to PayPal and then returns to the website with the following message: Payment declined, please retry or use a different card My client uses the osCommerce CMS, and they integrated PayPal Direct for online payments. Any…
0
votes
1 answer

WORDPRESS permalinks and page store

I have wordpress installed on my website. On that site, under a subfolder i have oscommerce system installed as online commerce store. I activated permalinks on my wordpress, But now everytime i try to reach the store administration i get page not…
Danny Valariola
  • 1,118
  • 5
  • 26
  • 41
0
votes
1 answer

Upgrade v2.2 to v2.3.4.1 after getting Admin Error in Oscommerce

I have upgraded OSCommerce v2.2 to v2.3.4.1 after the front store completely works. But admin getting errors like below: Warning: Use of undefined constant ENABLE_SSL - assumed 'ENABLE_SSL' (this will throw an Error in a future version of PHP)…
Mujahid Bhoraniya
  • 1,518
  • 10
  • 22
0
votes
2 answers

Mixed content error on my website after redirecting to HTTPS

Recently I have included an SSL certificate for HTTPS redirection for my lightweight e-commerce site. The site is built with an OSCommerce platform and what I need help with is fixing these kinds of errors (on console) appearing throughout the…
Jabir
  • 43
  • 1
  • 7
0
votes
1 answer

No article number in osCommerce?

I recently installed osCommerce. I now wanted to migrate the articles and cannot find any column in the products table matching an article number: CREATE TABLE `products` ( `products_id` int(11) NOT NULL, `products_quantity` int(4) NOT NULL, …
Spock
  • 260
  • 1
  • 13
0
votes
1 answer

Payment options with Magento for India-based transactions

I'm trying to choose an e-Commerce platform, and am leaning towards Magento. I would need to accept online payment from Indian customers - would this be possible with Magento? Thanks.
oxo
  • 4,343
  • 10
  • 32
  • 35
0
votes
4 answers

Forced HTTPS on osCommerce breaks sessions and logins

I have been trying to force HTTPS on my osCommerce site and it works. But when it switched to HTTPS, the session breaks and login doesn't work at all. .htaccess code for forcing HTTP RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^…
Biraj Pandey
  • 104
  • 5
  • 11
0
votes
2 answers

How to edit the files of an osCmax site

I have a website running on osCmax setup by a developer a while back and now I want to restyle some of the pages myself from the markup and CSS only. I'm familiar with HTML/CSS and some jQuery to an extent but I have never touched any PHP. This is…
0
votes
1 answer

How to display data by using url in oscommerce

I'm trying to fetch data from URL to show product seller name in the frontend, I used one seller name like abc&xyz, but when I'm trying to display data on fancy box data is not visible. Here is my URL looks like this,…
Rahul
  • 11
  • 3
0
votes
1 answer

customize shopping cart in oscommerce

I have a product with different attributes . like My product is computer and it has 1 GB Ram, 2 GB Ram and 4 GB Ram. I want that if user click at 1 Gb then this should be add to cart with 1 GB attribute with its price and if user click at 2 GB Ram…