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
2 answers

Admin panel images not showing in Oscommerce

I have Oscommerce based site which is showing up all the images of the site in frontend ,but in the admin panel the images(product images) is not showing up ,i've given below /catalog/admin/includes/configure.php file below. define('HTTP_SERVER',…
huduga
  • 39
  • 6
1
vote
3 answers

Creating Oscommerce Template

Where can I find the basic documentation of creating oscommerce 2.3 template? I am new in oscommerce.
Imrul.H
  • 5,760
  • 14
  • 55
  • 88
1
vote
1 answer

Using accept.js with Authorize.net AIM

We currently use Oscommerce with Authorize.net AIM enabled. We are trying to integrate accept.js. Problem: 1. When authorize.net AIM module is enabled the form does not post to confirmation page and produces error When AIM module is disabled then…
Sylvester
  • 13
  • 2
1
vote
0 answers

I'm trying to duplicate the manfacturers function in oscommerce and I'm stuck in writing to database

the manufacturers function in oscommerce is proving to be very useful feature, I'm using it to filter products by their conditions. I then wanted to be able to have another of such functionalities to filter my products ones more I have dublicated…
aurel
  • 3,082
  • 10
  • 44
  • 56
1
vote
3 answers

How can i know what is the release of osCommerce?

how can i know what is the release of osCommerce? is the release written in any file of the package? Regards Javi
tirenweb
  • 30,963
  • 73
  • 183
  • 303
1
vote
1 answer

I cannot work out this old code PHP osCommerce

I am working with an old system for a colleague that uses osCommerce and I am trying to change some information in the about us section. Does anyone know how you'd change the content? I am a little lost analysing this code. Where is the…
1
vote
3 answers

PHP Array: Twice if statement in a for

I'm having a difficult to finish a if statement twice.. The rest works fine but when I try to check in another subarray it doesn't work. EDIT: - The first if condition is to check the type of products - The second if condition is to check the size…
zaqfx
  • 31
  • 6
1
vote
0 answers

Fatal error: Class 'Swift_SmtpTransport' not found

I am trying to get this mail sent on registration using SwiftMailer, however it keeps throwing this error. I am using this add-on for osCommerce: http://addons.oscommerce.com/info/901 I have followed the exact instructions as per what he said. Also…
DEV
  • 647
  • 4
  • 19
  • 31
1
vote
2 answers

MySQL count issue

In my application (osCommerce) I had to modify a query that look like this: SELECT sql_cache distinct p.products_image, p.products_subimage1, pd.products_name, p.products_quantity, …
Nikita 웃
  • 2,042
  • 20
  • 45
1
vote
0 answers

OSCommerce - Paypal Express - Godaddy : Session ID reassigned

Am shared hosted on Godaddy and have SSL installed and configured. My cart is OSCommerce 2.3.4. I have enabled Paypal Express checkout and CCavenue payment gateways. Problem is After adding products to the cart and checking out, am able to…
1
vote
2 answers

PHP named constant prints/concats as the variable name, not value

I have an old osCommerce site that was PHP4, now running on PHP5. Named constants defined with define() are being evaluated incorrectly: $string = '' . BOX_ENTRY_SUPPORT_SITE . '
'; will…
ransomweaver
  • 472
  • 6
  • 19
1
vote
1 answer

Paypal Invoice not sending VAT and Item Name to customer

I am having an Oscommerce website. I am sending the VAT and Item Name to paypal and on successfull purchase it is sending invoice to customer where there are no option of VAT Added and Item Name Purchased. Can you tell me why this is happening? I am…
Oh What A Noob
  • 507
  • 1
  • 10
  • 33
1
vote
1 answer

the country code in the shipping address must match the buyer's country of residence

I am getting the above error during checkout through paypal services. I am using oscommerce account . I have throughly checked the shipping and billing address and they both are same. I really dont know why it is showing the error
1
vote
0 answers

oscMax jquery nested tabs issue

5.5 install where in the admin/categories.php file if you click on the Short Description Tab in the product editor it refreshes the page and then displays the entire page within that tab Inspecting the element in crome sees the page continuing to…
1
vote
1 answer

osCommerce custom PHP page

One of my client has an old osCommerce website and while working on it I have to implement what I would call "custom php page", i.e. a page which query a MySQL table, not related to osCommerce, and list the result. I'm not sure of the version, this…
Afrosimon
  • 285
  • 1
  • 4
  • 14