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

oscommerce allow running script independently on different folder

I have oscommerce installed on a domain (www.myoscommercesite.com), but now i want to run an independent script (www.myoscommercesite.com/myindependentscript) but getting a 404 message I have tried adding this into htaccess file
1
vote
1 answer

Can I test authorize.net module for oscommerce without purchased SSL certificate

If I set test mode in Authorize.net account on their website, everything is OK. But if I set live mode, I get: There has been an error processing your credit card Please try again and if problems persist, please try another payment method. I…
slavig
  • 339
  • 2
  • 6
  • 19
1
vote
1 answer

osCommerce Redirecting To Credit Card Step on Confirmation Page

Previously I had an issue where the SSL Cert was not working properly but that had been taking care of. However, the current issue is as follows: Click Item to put in basket -- Success Step 1 - Select Delivery -- Success Step 2 - Enter valid CC#…
Austin
  • 153
  • 1
  • 1
  • 13
1
vote
1 answer

Custom Fields Not Saving to MySQL

I've been attempting to add some custom fields to my osCommerce 2.3 installation. These fields (products_lot, products_location, products_serial_number, products_note)are all displaying as they should, and they all pull from a products_description…
LukePatrick
  • 37
  • 1
  • 14
1
vote
1 answer

How to include many "sub"-queries in a SQL statement to generate file paths for images?

Greetings, Using this Query to extra data to CSV file from customized OS Commerce mySQL db. SELECT products_id, max( if( products_extra_fields_id = '1', products_extra_fields_value, 0 ) ) AS band_avail, max( if( products_extra_fields_id = '2',…
Zachary
  • 169
  • 1
  • 9
1
vote
0 answers

hebrew text do not inserted correctly in opencart database

I have a oscommerce database with hebrew language and text are inserted in "øôàì" type with charset latin1_swedish_ci . I want to import database to opencart but data are insert in opencart as "רפאל" with charset utf8_general_ci . My question is…
Deepak Saini
  • 31
  • 1
  • 5
1
vote
3 answers

Hosting SQL at remote location?

My OSCommerce site includes a separately programmed feature for which I use SQL tables. I've decided to host its tables on a remote site offering free SQL accounts. I'd like to know if there could be any disadvantages to this approach. Thanks Syd
Syd
  • 19
  • 1
1
vote
1 answer

Exclude a URL from rewrite in .htaccess with "last" flag

WordPress has been installed as a blog into osCommerce. I'm trying to get the WordPress RSS feed to work. All WP core files exist, but I get all kinds of errors accessing the feed at mydomain.com/wordpress/feed/, like 404s, "the feed can't be…
markratledge
  • 17,322
  • 12
  • 60
  • 106
1
vote
1 answer

oscommerce $php_self returns incorrect value

osCommerce in their Changelog for version 2.3.4 indicate they handled a problem concerning their variable $PHP_SELF which appears in 11 files. Making that fix has caused a problem for me. I am setting up a new website on my development computer and…
gpinzino
  • 95
  • 2
  • 8
1
vote
1 answer

Class 'SQLiteDatabase' not found in includes\modules\ultimate_seo_urls5\cache_system\sqlite.php on line 99

in oscommerce we used ULTIMATE Seo Urls 5 Plugin , in this we are facing a issue like When we go to admin-> Configuration->Seo url5->select your chosen cache system we changed mysql to sqlite when changed home page client site shows Class…
papa.ramu
  • 423
  • 1
  • 5
  • 18
1
vote
3 answers

sql query show error as near order by

$products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where…
papa.ramu
  • 423
  • 1
  • 5
  • 18
1
vote
1 answer

Automaticly repair db table after crash, or switch to InnoDB

Sometimes tables in the mySQL database crash after a server restart or after a lost connection to the database. This have happen several times for the last 3-4 weeks. This is how the error message looks like: 145 - Table './xxx/sessions' is marked…
1
vote
3 answers

Re direct website when i click on anchor tag

Hi, I want to redirect my page to another website, I used anchor tag but when I click on this it will add my website name also http://au.pricecomparereview.com/www.theiconic.com.au/Rococo-Textured-Mini-Skirt-113532.html Please tell me about this . I…
1
vote
2 answers

Working with large catalog on Magento 1.8 platform. Indexing and Exporting time out

I have a large catalog I've imported from oscommerce, 127,428 products to be exact. They've come through to magento as simple products with one image. I have been unsuccessful at getting the indexing to work even at the command line with ssh. It…
1
vote
1 answer

osCommerce Stuck Step 1. The database structure is now being imported. Please be patient during this procedure

I'm trying to install osCommerce. I tried to install 2.3.3.4 and 3.0.2 versions, however I got stucked in step 1. The message below is shown and don't pass through the next step. The database structure is now being imported. Please be patient during…
Marcos
  • 844
  • 3
  • 10
  • 25