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: Recurring payments

I have searched a lot the web, trying to get some module for recurring payments but not succeeded. Can anyone know how to integrate or implement Recurring payments to osCommerce products.
Imran Khan
  • 2,373
  • 2
  • 22
  • 35
0
votes
2 answers

Undefined offset: 0 (Oscommerce bm.categories.php)

I have an issue with a file in oscommerce. In a customized bm_categories.php file I get a error: Notice: Undefined offset: 0 in xxx\includes\modules\boxes\bm_categories.php on line 52 Here is the code. I have marked Line 52 with : //THIS IS LINE…
0
votes
1 answer

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

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]…
Sam Kong
  • 5,472
  • 8
  • 51
  • 87
0
votes
1 answer

Adding CSS class attribute to osCommerce tep_image

Possible Duplicate: Adding class attribute to osCommerce tep_image function I need to add an ID or a class to an image in osCommerce so that I can resize it using media queries. I have tried adding class="classname" all over this statement but…
Mick Jones
  • 517
  • 4
  • 19
0
votes
1 answer

blue box glitch, oscommerce

The problem is here: http://netadvokaten.se/index.php All of a sudden this blue box has appeared out of nowhere! I am running the latest version of OsCommerce and after hours of googeling it seams like I am the only one that ever had this problem.…
0
votes
1 answer

Prestashop importerosc module showing error

I am migrating my site from osc to prestashop but module importerosc is showing error. Except category everything else is imported successfully . But when I select category module showing Technical Error. Category class is extends objectmodel and…
SKU
  • 95
  • 1
  • 1
  • 9
0
votes
1 answer

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

how can i use sphinx with oscommerce website?

I need to integrate sphinx with my oscommerce website but i dont understand how to start it.how to implement sphinx php api and use it with oscommrece php mysql queries. I really appreciate any help I can get! Thanks!
Jimmy
  • 373
  • 1
  • 16
0
votes
1 answer

Can't access Front end in oscommerce

I am newbie in oscommerce. I have site which was crashed before some days and for start my site I restore database backup which is in Godaddy. Now the problem is that I can't access my front end but I can access back end properly. whenever I try to…
Indian
  • 645
  • 7
  • 22
0
votes
4 answers

Duplicate ID being sent to the payment processor

Here is the scenario. This table Orders has an auto_increment column called orders_id. The table uses InnoDB storage engine. (This is not about inserting new records in the Orders table, its about how to avoid sending duplicate IDs to the…
Manish Pradhan
  • 1,141
  • 10
  • 28
0
votes
1 answer

Get shipping address values instead of billing in osCommerce credit card module

How can I get the shipping address values ($sendto) in the cc.php (creditcard.php module)? Right now the module populates the billing firstname and billing lastname variables with the following code: 'field' => tep_draw_input_field('cc_owner',…
Manish Pradhan
  • 1,141
  • 10
  • 28
0
votes
5 answers

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…
Josiah
  • 83
  • 1
  • 5
0
votes
2 answers

Fetch parent categories that have no sub_category or children in osCommerce

In my osCommerce store I want to fetch the parent_id of categories that either have no sub category or child categories. I used the following in my code: $categories_query = tep_db_query("select c.categories_id, cd.categories_name from " .…
Manish Goyal
  • 17
  • 1
  • 6
0
votes
1 answer

Show cart item count and total calculated price in osCommerce template

How can I show the cart item count and total calculated price in the template_top.php file in osCommerce? I have the following code in my template file and would like to have the numbers update as the cart does: 10 items
Smoking Sheriff
  • 471
  • 11
  • 23
0
votes
2 answers

Integrate Twitter bootstrap with osCommerce

I'm developing an online store using osCommerce (requirement) and need to integrate it with Twitter Bootstrap, specifically the bootstap.css/bootstap.responsive.css and the jQuery plugins. I have already tried a bit, and everything just goes very…
harley_woop
  • 1,739
  • 4
  • 15
  • 28