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

Adding class attribute to osCommerce tep_image function

I'm trying to make my product image format a certain way using CSS, but I'm not sure where to add the following code to the tep_image function call: class="single-product" I want the generated image to have the extra class attribute included as…
pckabeer
  • 686
  • 6
  • 27
1
vote
2 answers

PayPal Express Checkout not working CRE loaded

CRE Loaded PCI B2B v6.4.1 It comes with Pay Pal Express Checkout now problem i am having when i use this payment method its not sending any order information and when i complete the transaction it redirects me back to the website with no order…
Abdul Basit
  • 493
  • 11
  • 34
1
vote
5 answers

Importing MD5+Salt Passwords to MD5

I'm moving my site from an oscommerce store to a commercial application. The new application stores its passwords using straight MD5 encryption. Oscommerce stores the password using MD5, but also adds a random 2 digit number (provided in plaintext)…
Ibn Saeed
  • 3,171
  • 11
  • 50
  • 59
1
vote
1 answer

Links not working on first click on oscommerce

There is an oscommerce site that I maintain now. There are some links on the homepage like below when one visits the site first time. http://website.com/index.php?cPath=2?osCsid=80b28bcd9ad38e38e7ded7e200f87b30 This click leads to Not Found…
AJ.
  • 2,561
  • 9
  • 46
  • 81
1
vote
1 answer

Character issue while sending it to the database

I have an issue with swedish characters (those that are different from the english alphabet) and how they are inserted into the database. I use osCommerce, iso-8859-1 are set as charset in both admin and the cataloge pages. And if I run SHOW…
0
votes
2 answers

What is the meaning of 'idx_categories_desc_categories_name' in osCommerce

while working on osCommerce-3 i got the table structure for category & categories_description as CREATE TABLE IF NOT EXISTS `osc_categories` ( `categories_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `categories_image` varchar(255) DEFAULT…
Sumant
  • 954
  • 1
  • 18
  • 39
0
votes
1 answer

How limit the number of results of a database query?

I want to display the number of products on home page. My code is: $categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.categories_image, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd…
ruby
  • 23
  • 3
0
votes
1 answer

how to add admin menu with sub menu items in OSCmax?

I want to add an admin menu item to my osCmax website just like articles and authors. I have added the following code to the core.php file of the english folder. // BOF: MOD - Booking Serice define('BOX_MENU_BOOKING_SERVICE', 'Booking…
Ahmad
  • 2,099
  • 10
  • 42
  • 79
0
votes
2 answers

Automatically log into osCommerce via PHP, using cURL

I am working on an application which allow the customer to log into an osCommerce website to retrieve data. So far I have this script, which works fine for few other websites like Wordpress, but not for osCommerce.
Cosmi
  • 119
  • 1
  • 1
  • 7
0
votes
1 answer

osCommerce "box" files and CakePHP?

I've had experience working with the osCommerce shopping cart and I like how they use "require" to just add different boxes to either the left or right side columns of the website. require(DIR_WS_BOXES . 'shopping_cart.php'); I'm having a…
olimits7
  • 555
  • 2
  • 9
  • 26
0
votes
1 answer

Checkout not functioning in osCommerce

I have a problem with the checkout step 2 "Payment Information", I have 2 payment modules installed google checkout and paypal, the problem is that i cant go the the step 3 dont know why, when I press continue button then nothing happends. Below is…
0
votes
1 answer

local email send in osCommerce

I have install osCommerce and Xampp, I am using Mercury Mail for local emails. Now, how can i configure email setup in osCommerce, so that emails will be send to customers. I have tried. to change the configure email setup by giving as…
Rafee
  • 3,975
  • 8
  • 58
  • 88
0
votes
2 answers

osCommerce - How to add dynamic text in the bottom of the category page?

I'm using CRE Loaded v6.2 B2B. It is a modified script of osCommerce. In category page i see all the products with pagination. I want to add some dynamic text under each category. Text is unique for each category. I should able to define the text…
Giri
  • 4,849
  • 11
  • 39
  • 48
0
votes
1 answer

Integrating sessions from osCommerce store to main site

I am in the process of integrating user logins with my existing site to an osCommerce shopping cart. The problem is osCommerce stores the sessions in a database and my existing website does not. I can't get the global login to work. That is, I have…
Deepak
  • 6,684
  • 18
  • 69
  • 121
0
votes
1 answer

Confirm order redirects to login page and destroys session for paypal pro

I have downloaded paypal pro module and installed it on my OsCommerce v2.2RC2 Installation. I have configured this module with API values in admin panel. Now when user selects "Credit or Debit Card" as payment method which is paypal pro method…
Salman Aslam
  • 761
  • 1
  • 11
  • 20