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

Function will not fire on page load

I have a working function that I created within my osCommerce page, which sorts products and delivers them to the drop shippers accordingly. It works great, but not on the first page load. In fact its as if the function is never called on until the…
Jack Sniper
  • 389
  • 1
  • 8
  • 20
1
vote
1 answer

Categories are not displayed in Oscommerce 2.3

I updated my OsCommerce shop to 2.3.3.4: I replaced all files with the new default files from the package. I Updated the old database with the script here: https://stackoverflow.com/a/19806818/1069083 Compared an sql-dump of the old database with…
rubo77
  • 19,527
  • 31
  • 134
  • 226
1
vote
2 answers

Ajax post in oscommerce

I'm trying to update my database on the event of a change in my select box. The php file I'm calling on to process everything, works perfectly. Heres the code for that:
Jack Sniper
  • 389
  • 1
  • 8
  • 20
1
vote
1 answer

Redirect loop in full site to mobile site using session

I have a full site that has been in OS-commerce and mobile site is in core PHP (codeignitor), and full version and a mobile version on sub-domain. e.g full site: www.example.com and mobile site domain is m.example.com. when user open full site…
Jay Kareliya
  • 760
  • 7
  • 21
1
vote
1 answer

PHP Parse error: syntax error, unexpected T_STRING

I'm working in OsCommerece and getting this up in my error log PHP Parse error: syntax error, unexpected T_STRING in public_html/includes/classes/seo.class.php(2206) : eval()'d code on line 1
WestWeb
  • 31
  • 1
  • 4
1
vote
1 answer

php login form adds _x_ to email address

I know I have encountered this before but using oscommerce the login for adds a x to some email addresses. example being metal turns into me_x_tal and I just cant remember what I did last time to fix this. if I remember correctly its trying to…
Brandon Braner
  • 93
  • 1
  • 2
  • 9
1
vote
1 answer

Authorize.net Automated Recurring Billing (ARB) for OsCommerce

I have searched the web for authorize.net Automated Recurring Billing (ARB) in osCommerce, but I failed to find module/addon and haven't found any tips for this. Anybody know about how to implement or create a module for this purpose?
Imran Khan
  • 2,373
  • 2
  • 22
  • 35
1
vote
1 answer

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?
mike clagg
  • 830
  • 7
  • 12
1
vote
1 answer

Only first 32 characters show on invoice for product attributes in osCommerce

Products with custom input values are not saving their entire length and the customer invoice is clipped at the first 32 characters. One product in a store I'm working on has a test area for a user to input custom values for the product. This…
user1917147
  • 71
  • 1
  • 4
1
vote
1 answer

Modify variables of the osCommerce product class

Where do I find the product class in osCommerce? I would like to modify the product class to suit my needs. I checked the classes folder at includes/classes and found the shipping class, shopping cart class, etc. but couldn't find the product…
Tosin Onikute
  • 3,883
  • 6
  • 38
  • 61
1
vote
3 answers

how to test programmatically if site runs osCommerse or Magento

I have been through quite a lot of ideas, from testing for /admin/ to looking for cookies. But as far as I can see from the documentation, the admin path can be changed. And a few sites I have known to be osCommerce have not had the cookie I…
Some one else
  • 325
  • 1
  • 3
  • 17
1
vote
5 answers

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

Deprecate currency symbol from product price

I am working on one of the ecommerce project in OScommerce and I have to implement google tracking in it, Google doesn't allows product price with currency symbol as a parameter in it's method . but on my payment success page I got product price…
sandeepsure
  • 1,113
  • 1
  • 10
  • 17
1
vote
1 answer

Prestashop Add extra fields to registration form

I am building a prestashop site The corporate buyers cannot register for an account to view the products unless they can enter a valid EIN number or a valid Duns & Brandstreet number in registration. How to make it possible? Also any other…
Sheik797
  • 435
  • 4
  • 16
1
vote
1 answer

osCommerce thinks table is missing, but it exists in database

When I try to log into the osCommerce admin, it shows the following error: 1146 - Table 'millakid_fbstore.TABLE_ADMINISTRATORS' doesn't exist select id from TABLE_ADMINISTRATORS limit 1 [TEP STOP] But the table already exists in the database.…
Semeena Kabeer
  • 149
  • 1
  • 2
  • 9