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 to OpenCart Redirects

The way that Oscommerce SEO Friendly URLs work, is that they are generated from a product or category title followed by a p for product and c for category, then the product or category ID. For categories, each parent directory ID is also used. for…
0
votes
2 answers

osCommerce 2.3 - Unable to determine the page link

I have a problem in osCommerce 2.3 PHP/5.6.31 I have tried to setup on my localhost but it will return an error message. So how can I fix this problem Is there any problem in the configuration? Error! Unable to determine the page link! Function…
Chetan
  • 133
  • 1
  • 5
  • 17
0
votes
3 answers

help on arranging my sql data (products grouped within categories

I am tring to display all my products within their category, so something like: Category Name1 Product Name1, Product Name2 ... Category Name2 Product Name3, Product Name4 ... I am using oscommerce, So the database structure is not my…
aurel
  • 3,082
  • 10
  • 44
  • 56
0
votes
1 answer

Issues after changing hosting for Os Commerce Website

I want to change the site hosting. I have this old site that was on another hosting provider - (http://coachingyou.org/) earlier with HostGator, and I am trying to close my HostGator account and move this site to another hosting but I moved the site…
Taniya Silhi
  • 84
  • 1
  • 8
0
votes
1 answer

How can I allow an admin user to manage product entries after removing file_manager.php from an installation of oscommerce?

I'm very new to OSC and am wondering if anyone else has encountered the same problem I have. I've agreed to help a friend with his installation of OSC with which he's had tons of security problems with. I was able to stop script incursions into his…
0
votes
1 answer

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…
Spikolynn
  • 4,067
  • 2
  • 37
  • 44
0
votes
0 answers

PHP set_include_path to replace template files if file exists

I have implemented a simple template system using Oscommerce 2.3.4. So that I can run multiple shops, with the potential to change the content or look of a shop on a 'site' or 'template' basis. The core OSC files (module files, classes etc.) still…
dading84
  • 1,210
  • 12
  • 18
0
votes
0 answers

How to exclude payment option depending on weight?

I'm trying to add a weight limitation for a payment module in oscommerce. So if the total items in cart has a weight above 2kg I don't want to display it as an payment option. I tried to do something like this: for ($i=0,…
0
votes
1 answer

Oscommerce understand div structure of subcategories product layout design

Here is my website URL: http://swedxnew.com.swedx.com/ I am using the paid theme. All the files are correctly uploaded to the corresponding directories. But the problem is that the product_listing.php is not working properly for subcategories. If I…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
1 answer

Configuring osCommerce

I got a project to improve a WWW-store which is based on OsCommerce. I have no experience on it so how can I configure it as payment modules gives a warning:…
Jaakko Seppälä
  • 744
  • 2
  • 7
  • 21
0
votes
1 answer

Call to a member function MoveNext() on array after updating OSCommerce code to Zen Cart

I have a code segment from OSCommerce like while ( $product_array = tep_db_fetch_array($this->products_sql)) { // do some stuff } Further to a request for more information, the full function leading prior to the code in question is shown…
Steve Price
  • 600
  • 10
  • 28
0
votes
1 answer

Oscommerce language install problem

I am new to oscommerce. I am trying to install some language pack(german, french). I finished installing successfully but when I change the language from front-end, I get this warning: Warning:…
Imrul.H
  • 5,760
  • 14
  • 55
  • 88
0
votes
1 answer

osCMax 2.0 php 5.6 register globals

I'm using osCMax 2.0, my ISP is going to upgrade the php version to 5.6, for making it compatible with php 5.6, i applied the patch from https://apps.oscommerce.com/0ma2w, the site is opening now, but clicking on add to cart takes me to a blank page…
0
votes
1 answer

Oscommerce Product Name and attribute to PayPal account

I am trying to send Product name and Its attributes(like size,color etc) to the pay-pal account so that merchant is able to view order details like cost, quantity,Product name,attribute etc on his PayPal account itself they don't have to migrate to…
Sunil
  • 9
  • 2
0
votes
2 answers

nginx rewrite rule to generate search engine friendly urls for old xtcommerce 3.04 sp 2.1 shopsystem

i need some help while migrating an old shopsystem from apache to nginx. Within apache there was no need to do anything. i guess the shopsystem was somehow optimized to handle those URLs. I dont have any mod_rewrite rules doing some magic. However…
MrBomsch
  • 1
  • 2