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

More flexible SEO URLs in OSCommerce?

New OScommerce user. I've been fiddling around with Chemo's Ultimate SEO add-on the last few days. I've mostly got it working (minus one bizarre redirect loop for category pages?) but I'm a little disappointed in the limited options for formatting…
clifgriffin
  • 2,008
  • 3
  • 21
  • 41
0
votes
1 answer

How to create Mobile API's in OSCommerce?

I want to create Mobile App using my os commerce store. Is there any extension for API's integration in OS Commerce.
Haninder Singh
  • 618
  • 4
  • 14
0
votes
1 answer

Opening two action urls in php, for payments in oscommerce

I have a problem with osCommerce shop engine. I use Third Party payment site. If the customer won't click to get back into my page, the order is not being saved. Here is the code of two options, the first is url of external web page, the second…
jampjamp
  • 31
  • 1
  • 1
  • 4
0
votes
2 answers

Setting iso-8859-1 instead of utf-8 in oscommerce / sts template website?

In an oscommerce site I have the following: Server response = Content-type: text/html;charset=UTF-8 and I want: Content-type: text/html;charset=ISO-8859-1 How and where do I set this up. Html looks like this on the page:
0
votes
1 answer

Call to undefined function start()

I have face this error in oScommerce Fatal error: Call to undefined function start() in Any solution for this ? Thanks
Chetan
  • 133
  • 1
  • 5
  • 17
0
votes
1 answer

Efficient way to translate products in database

I'm looking for the fast and efficient way to translate all products in osCommerce by phrases. Currently, there are several language files where all phrases are being kept and then it simply replaces updates fields. Annoying thing is that its old…
crosseds
  • 3
  • 3
0
votes
1 answer

Several eCommerce applications are linked to a single paypal account and how to know the payment came from where?

I have five eCommerce web applications developed in PHP framework Kohana and OSCommerce, the functioning are same for all applications, and also used the same Paypal Credentials for all projects, my problem is that several sites are linked to this…
Abdul Salam
  • 406
  • 2
  • 15
0
votes
1 answer

osCommerce Authorize.net confirm payment time out

i am using oscommerce for my client. i have integrate authorize.net payment module for payment using credit card. when i am checkout and confirm payment after enter credit card detail.. page is time out and give the following error. An error…
Sanjay Khatri
  • 4,153
  • 7
  • 38
  • 42
0
votes
1 answer

Session Bounced with AWS ELB with multiple instance?

I am facing an issue with AWS ELB with multiple Server with LAMP for an ecommerce webstite. When an user login with domain, which is pointed at AWS ELB, the session is bounced automatic ever (User is logout). I am trying with enable sticky session…
0
votes
3 answers

oscommerce echo osc_link_object(osc_href_link problem

In oscommerce, I have set the DIR_WS_IMAGES from the config.php to be an external url so that the site loads the images from a static cookie-less subdomain. The images work fine except the pop-us. The pop-up scritp echo…
Fab
  • 278
  • 4
  • 17
0
votes
1 answer

PayPal Website Payments Pro payments module cannot verify login credentials

I am using the osCommerce PayPal Website Payments Pro (UK) Direct Payments payment addon but cannot enable the module as it gives the following error: Error: Payment module configuration error. Please verify the login credentials. I've entered my…
Sanjay Khatri
  • 4,153
  • 7
  • 38
  • 42
0
votes
2 answers

Fatal error: Call to undefined function tep_db_fetch_assoc() in /webshop/index.php on line 105

someone made me a piece of code, but after implementing the snippet, the error in the title accured. This is the snippet: It seems tep_db_fetch_assoc() is defined as $row, is this true, and why do I get this error then? // Start auto fetch…
Chris
  • 1,919
  • 6
  • 34
  • 60
0
votes
1 answer

show category image from sub-category problem

Please let me explain my question first. I have a webshop which has a lot of products, but also a lot of categories. The product pictures are imported from openicecat.biz, it's a content provider too. When there is no description or image available…
Chris
  • 1,919
  • 6
  • 34
  • 60
0
votes
1 answer

1054 - Unknown column 'customers_group_id' in 'field list'

Can some please help me with this and tell me what to do to fix this? This is the error message that I am getting 1054 - Unknown column 'customers_group_id' in 'field list' SELECT customers_group_id FROM customers WHERE customers_id="4"
Shelly
  • 11
  • 1
  • 3
0
votes
3 answers

Overriding Bootstrap Styles Issue

I am in the process of setting up an online shop using the osCommerce Bootstrap package, integrating it into an already-built website design - this is proving difficult. The current website isn't built using bootstrap, so merging the two together…
Will B
  • 19
  • 4