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

Where or what to edit to resize column in a table?

I wonder where and what I have to edit to make the first column in my oscommerce template (the one with the delete checkbox) smaller. I have spend 2 evenings try finding the data which van alter this column, at this point, everything failed. This is…
Chris
  • 1,919
  • 6
  • 34
  • 60
0
votes
1 answer

Submitting other form data with jquery.filer drag and drop

First off I'm very new to programming so please bear with me. I've created a form with several fields. I would like to use a drag and drop for the file upload field, but also submit the rest of the form data. I'm using jQuery.filer for the drag…
0
votes
1 answer

How to add product manufacturer detail in checkout page oscommerce

I am searching to display product manufacturer detail in checkout page for Oscommerce. Anyone can help me how to fix this issue?
Shan
  • 1
0
votes
1 answer

Integrate custom template in OS-Commerce

Is there any help site for OS-Commerce for beginners that includes how to integrate custom templates in an os-commerce cart..
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149
0
votes
1 answer

Pasting the required url to address bar destroys the session

I get a mail in which I am given a link to a page of account history page like this: http://www.mydomain.com/accounthistory.php?order_id=491 Using this I can view the order detail, but when I am logged in to my account and I access the same link…
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
0
votes
1 answer

Setting up product purchase cost and selling cost in oscommerce

I'm setting up a oscommerce store for my friends. He gets a product at 48.3 INR and sells at 60 INR . TAX for product is is 12.5% For this he wants to have proper system to calculate profit Now when I'm trying to enter product cost in OSC, it has…
Rajendra
  • 1,118
  • 15
  • 20
0
votes
1 answer

where "small mage width" defined in oscommerce 2.3.4

I want to know where SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT are defined in oscommerce !!! tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)
wasim
  • 51
  • 6
0
votes
1 answer

Modifying the sort order of module in oscommerce

How can I modify the sort order of modules in oscommerce. I cannot find where MODULE_ADMIN_DASHBOARD_XXXXX_SORT_ORDER is defined.
Coder Me
  • 45
  • 5
0
votes
0 answers

How to migrate from wooCommerce to osCommerce?

Is there anyway we can migrate users and orders from wooCommerce to osCommerce? I tried finding any plugin or tools on google but no luck. Any help would be greatly appreciated.
Mayur
  • 1
0
votes
1 answer

order_products column connected with Google Checkout transaction in osCommerce

I am using Google Checkout with osCommerce and want to know which column of the order_products database table is connected with the transaction. Google Checkout displays the price details of every product and I want to know from where in the code…
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
0
votes
1 answer

Warning: session_start(): Trying to destroy uninitialized session error on PHP 5.4 with Japanese characters

I have a standard oscommerce installation and when a session variable contains a multibyte character such as Japanese it creates the error "Warning: session_start(): Trying to destroy uninitialized session". The stack trace doesn't shed a great…
user3481238
  • 93
  • 1
  • 5
0
votes
2 answers

Oscmax "Generated" Pages Missing After Move

BACKGROUND I am an Oscmax noob, who is trying to make simple changes to templates. The system I have recently inherited was not placed into version control, nor did it have it's customizations documented in any way. My goal is to clone oscmax, it's…
lysdexia
  • 1,786
  • 18
  • 29
0
votes
1 answer

osCommerce mysql export to Excel

I need to export osCommerce product DB to Excel. Currently there are few tables: - Products (list with all the products) - Options (labels of the different options, e.g. size, color, etc) - Options_Products (list will all the options for a given…
Boris
  • 719
  • 7
  • 21
0
votes
0 answers

OsCommerce Admin slider Sorting with sort_order

Does anyone using this platform osCommerce,i can't figure out some stuff. in OsCommerce old version i guess 2.3 There is lof_slider_mod.php and lof_slider.php in admin section,i wan't to make sorting of slides. lof_slider_mod.php: Image of Sorting…
Linus
  • 1
0
votes
0 answers

Ajax Refresh of Div on form submit oscommerce

In oscommerce I want to refresh the product div called 'left-div' with form field checked results on autosubmit- rather than whole page:- I use oscommerce 2.3.4:- Step wise I have below files- I have pulled a form on index.php in a div called…
Yuki
  • 29
  • 6