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
votes
1 answer

Migrate OsCommerce in to Magento

How can I start OsCommerce migration to Magento?
webkul
  • 2,836
  • 10
  • 47
  • 61
-1
votes
2 answers

How to auto submit using PHP

I have oscommerce based website. The product's attributes are read from text file. All i want is to press the "insert product" button automatically either through AJAX or anything else. So that i can add 100 product daily in automatic way instead of…
fawad
  • 1,323
  • 11
  • 31
  • 50
-1
votes
1 answer

A shopping cart that lets you pay your customors

I'm looking for a non-standard feature of a shopping cart: My partners should be able to preform some actions in my website, and gain money. At a certain point, a partner may whish to cash-out/withdraw the money she has gained to her pay-pal…
Or Sattath
  • 159
  • 2
  • 4
-1
votes
1 answer

Add my own shipping methods in oscommerece

I want to add an own shipping method during checkout_shipping.php. Something like a dropdown list, from that the customer will select his shipping method and enter his own account no in a textbox. How should I implement this?
manish
  • 59
  • 1
  • 4
  • 11
-1
votes
1 answer

How to download a file and use it for import operations in php

I'm trying to automate the import of a product catalog for my ecommerce and i'm wondering if it is possible to download the file remotely and use it directly from code without first downloading it manually and then import it. This is the portion of…
Mariano
  • 71
  • 1
  • 5
-1
votes
3 answers

How to correctly put an if statement inside of another string

I am new to learning php and I am working on an ecommerce site for myself. I am almost getting the code but can't seem to get this syntax right. What I am basically trying to achieve is to insert a class into a < li > tag IF is is a sub category in…
b_uk_happy
  • 478
  • 4
  • 13
-1
votes
2 answers

PHP if statement breaks webpage

I didn't see an answer in a quick search, so I decided make a new one, I am on the checkout_shipping.php in OScommerce 2.3.4 and I am adding an if statement so that the value of $0.00 is the text "free" here is my code, it is incomplete because it…
Ryan Blevins
  • 166
  • 1
  • 9
-1
votes
3 answers

how to use jquery to get element by id instead of javascript

I have this code in my oscommerce store and I would like to use jQuery instead of javascript - how do I do this? My problem is that this code is conflicting with existing jquery code so I'm figured that if the javascript was jquery code then…
-1
votes
1 answer

Printing the URL of an OSC website

My google-fu is weak today... I'm looking for a way to dynamically print the url of an OSC site in some of the header/footer and sidebar files.
Freeman
  • 39
  • 1
  • 1
  • 4
-1
votes
1 answer

How To: Add Style in OSCommerce tep_image function

Oscommerce function tep_image: This is the code: tep_image(DIR_WS_IMAGES . "partners_grey_top2.png", "ksa shopping", "395", "36"); How to add style?
Raphael
  • 67
  • 1
  • 6
-1
votes
1 answer

Attribute Sort in QTPro in OSCommerce

On my OSCommerce website I'm using QTPro. Its a clothing store and I have a drop down of different sizes. 1x, 2x, etc. Right now, they're in whatever order. I want them to be in numerical/alphabetical order all the time. It was 'fixed' with the…
Jeff
  • 1
  • 2
-1
votes
1 answer

OSCommerce: HOW to get the Value in Shipping Cost?

OSCommerce: In order total, I just need the variable of the shipping cost. I need condition like, if shipping cost is zero then..... else .... Your help is really appreciated.
Raphael
  • 67
  • 1
  • 6
-1
votes
1 answer

oscommerce redirect multiple - root to folder, folder to folder + www to non www

I'm trying to redirect multiple situation to my oscommerce store located in a folder mydomain.com/osc without www Please help me in redirecting... My OSC is installed in a folder /store/ I want all domain.com or www.domain.com to redirect to…
-1
votes
1 answer

Looping array within oscommerce

I'm having trouble with a while loop that I'm trying to create within oscommerce. I'm trying to pull the 'secondary_id' from each row that has a product ID within the $products_array[$i]['id'] array, then store the secondary_id's in the…
Jack Sniper
  • 389
  • 1
  • 8
  • 20
-1
votes
2 answers

mysql query replaces html tags with _ underscores

I just switched an old oscommerce installation from mysql_ to mysqli_ (by changing database.php files/functions). Some SELECT statements that previously returned:

Bla bla
blah

now return _p_Bla bla _br __ blah_/p_ does anyone have a…
rotezecke
  • 85
  • 1
  • 11