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
3
votes
3 answers

OSCommerce checkout success page tracking

I'm installing some tracking code into the checkout_success.php page. I need to be able to grab the coupon code/discount code name from the order, if one was used so that I can echo it out in my tracking script. I was wondering if anyone knows how…
doubleplusgood
  • 2,486
  • 11
  • 45
  • 64
3
votes
1 answer

How to add WIDTH & HEIGHT in tep_image in OSCommerce

This is what I have: echo tep_image(DIR_WS_IMAGES . "arText.png", "ALTERNATE TEXT HERE"); The output is this: img src="THIS-IS-THE-IMAGE-LOCATION" alt="ALTERNATE TEXT HERE" title="ALTERNATE TEXT HERE" My question is that I want to add WIDTH &…
Raphael
  • 67
  • 1
  • 6
3
votes
2 answers

PHP SESSION resets with too much data

I've created a test file to find out how big my session can be. It's something like this: print_r($_SESSION); $test = array(); for ($i=0;$i<3320;$i++) { $test[$i] = "test:)"; } $size = mb_strlen(serialize($test), '8bit'); echo "Size:…
Kelu Thatsall
  • 2,494
  • 1
  • 22
  • 50
3
votes
3 answers

How to import osCommerce store into Magento 1.7.0.2

I spent quite a while trying to import an osCommerce store into Magento 1.7.0.2 and wanted to document it somewhere relevant. The official migration tool seems like the best free option, but it was clearly never completed or properly tested (to be…
dearlbry
  • 3,193
  • 2
  • 23
  • 23
3
votes
1 answer

get php dynamically generated html code as a string

This is generic PHP question not just oscommerce. In the old version of oscommerce a column was displayed by creating a object of a PHP class. If i include this it gets displayed new infoBox2($info_box_contents) ; But in new version i don't have…
Sai Chaitanya
  • 491
  • 1
  • 5
  • 16
2
votes
2 answers

oscommerce postfinance integration showing unknown order/1/s

oscommerce postfinance integration showing "unknown order/1/s"...I have already refereed http://docs.openstream.ch/payment-provider/postfinance-error-messages/ But it is still not working. I have used same signature for SHA-IN , SHA-OUT and in the…
rajmohan
  • 1,618
  • 1
  • 15
  • 36
2
votes
1 answer

Retrieve cart contents from the osCommerce shoppingCart object

How do I extract or get the value from the shoppingCart object in osCommerce? I want to display the cart contents on home page so I printed the current session to get the below: shoppingCart Object ( [contents] => Array ( …
devkann
  • 79
  • 1
  • 12
2
votes
1 answer

OSCommerce USPS convert weight unit from Pound to Ounces

I am working on an OSCommerce site, and for the USPS Shipping method I want to convert the weight unit from Pounds to Ounces, but not getting the way how. Can anyone help?
Dheeraj Agrawal
  • 2,347
  • 11
  • 46
  • 63
2
votes
1 answer

Payment gateway in visa/master

I am a newbie to asp.net . How to integrate a payment method in visa/master to my website . I have no idea about that . Anyone suggest me a good link .
ananth_adroit
  • 245
  • 1
  • 4
  • 18
2
votes
2 answers

Adding multiple items in a batch to an osCommerce site?

I need to add several hundred products to an osCommerce (ugh, I know, it wasn't my choice) but osCommerce doesn't have a built in method for this (or at least I couldn't find it), does anyone know where some (even half decent) documentation on HOW…
UnkwnTech
  • 88,102
  • 65
  • 184
  • 229
2
votes
1 answer

php disable particular options in a dynamic pull down

here is the script function tep_draw_pull_down_menu($name, $values, $default = '', $parameters = '', $required = false) { global $HTTP_GET_VARS, $HTTP_POST_VARS; $field = '