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

Zend_Search_Lucene_Index_Writer error when saving a product in osCommerce

I am receiving the following error when saving a product in osCommerce. The script has been modified to index the product in a Lucene index. This error only occurs intermittently, ie. I can resave the product and it gets indexed correctly, while…
Billy
  • 788
  • 1
  • 8
  • 17
0
votes
1 answer

How to edit Invoice sending to email after success from paypal in oscommerce

I am trying to find the invoice which sends to user on success from paypal in oscommerce. I found invoice.php which is under the admin folder. I want to add a field in the invoice which is sending to the user but didnot found the desired file
Oh What A Noob
  • 507
  • 1
  • 10
  • 33
0
votes
2 answers

Trying to find out which PHP file to edit

I want to make a simple change in my OSCommerce webstore. To uncheck a radio button that is now checked my default. Many customers don't bother to read the page and they just click 'next'. So i want to have no default value checked so the customer…
0
votes
1 answer

Russian language is showing question mark in oscommerce

I really don't know what happened but suddenly my website is showing question mark in both frontend and backend in oscommerce. Everything was working fine but suddenly it stopped working perhaps one of my colleague did something. Format of my db…
0
votes
1 answer

How to add id for hidden field oscommerce(tep_draw_hidden_field)

I want this input field convert to hidden field include id
' . tep_draw_input_field('delivery_date','', 'id="delivery_date"'); ?> below Code not working
sudhara
  • 45
  • 10
0
votes
1 answer

Automatically Add Alt Tag to Product Images - OSCommerce

I want to automatically add Alt Tags for all my product images. I am using OSCommerce. - I would like to preferably add all product images alt tags to be the same as the product names, or similar - can this be done with a script of some sort? I…
Steve
  • 56
  • 8
0
votes
0 answers

Redirection (oscommerce)

I'm facing a problem here when my clients order products from my shop online. When they order by Bank card or Paypal it works fine but when when they order by cheque/check or bank transfer they they land on the wrong confirm page (shopping_cart) and…
0
votes
1 answer

$doc->load($url) showing error

$doc = new DOMDocument(); $doc->load($url); showing the following error Warning: DOMDocument::load() [domdocument.load]: Double hyphen within comment: http://news.search.yahoo.com/rss?ei=UTF-8&p=3d&fr=ush-newsblended, line: 139 in…
0
votes
0 answers

php add to array x times

I have modified a dimensions/shipping calculator and almost got it working as i require except i have hit a hurdle that i can not find a solution too. what I need is to pass $b->add_inner_box($inner_L,$inner_W,$inner_D); x number of times (set…
0
votes
0 answers

How to display each image by url with PHP & os commerce instead of it's file path on server?

PHP + MySQL + HTML + Os Commerce Displaying a long list with images. There is many pages which are paginated. The images in the one case are stored on the server and therefore the path is used when displaying it. But what I need to do is display…
neo
  • 121
  • 2
  • 3
  • 13
0
votes
1 answer

Is it bad practice to hack the main application_top.php file of osCommerce for making the desired changes?

Is it bad practice to hack the main application_top.php file of osCommerce for making the desired changes? I am using the osCommerce v2 and I an in the need of making some change in application_top.php file of osCommerce v2.0 its the main file of…
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
0
votes
1 answer

Moving OSCommerce to local server

I'm trying to set up our old OSCommerce site on my local machine. I followed these instructions but I'm getting a few errors when I try to open the site locally. I'm using osCommerce 2.2-MS2. My local PHP version is 5.5.9 and the remote server the…
Holly
  • 7,462
  • 23
  • 86
  • 140
0
votes
1 answer

Vertically align product prices across multiple table cells

Sorry about the length here. I'm using oscommerce and have a page with all our product specials laid out in a 3 column table. I need to align the price of each product so that all the prices align across the screen with one another. Visually, this…
Fireflight
  • 2,921
  • 5
  • 24
  • 22
0
votes
1 answer

VAT Number Validation Function Not Working

I'm trying to write a vat number validation function which checks a vat number to see if it's valid. Currently i've got this function tep_check_vatnum($countries_id, $vatnum) { $country = tep_get_countries_with_iso_codes($countries_id); $iso =…
Adam Boustead
  • 143
  • 1
  • 4
  • 12
0
votes
1 answer

magic records being deleted

i have customised oscommerce to pull in a csv file of products, delete anything thats not with an image/proper description/proper title gets removed. The import runs on a cron job basis pulling information from a supplier, it hasnt run since…
chris
  • 8,219
  • 4
  • 18
  • 14