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

Sharing login and password for personal project with osCommerce store

I'm integrating an application with the osCommerce shopping cart and want users to be able to log into the app with the same account details they do with osCommerce. Everything works fine but I got stuck on the user login system. I need to know how…
Mujahid
  • 1,227
  • 5
  • 32
  • 62
0
votes
1 answer

Default folder to store images in osCommerce

What is the default image folder where product images are stored for the osCommerce shopping cart store? I'm a new user.
chrisjlee
  • 21,691
  • 27
  • 82
  • 112
0
votes
2 answers

OSCommerce STS template flow-How to get output of a box in html file

I am trying to explore STS template system. What i need to do is simple. I just want to show a banner/box in the right column which is added from the OSC admin. I have done the following steps: added a banner from admin banner manager. created a…
0
votes
1 answer

Oscoomerce tep_create_random_value($length, 'digits'); function not working

This function generate_cart_id() not working. Oscommerce after updating PHP version 5.6 to 7.2. File: catalog/includes/classes/shopping_cart.php function generate_cart_id($length = 5) { return tep_create_random_value($length, 'digits'); }
Harendra Singh
  • 119
  • 1
  • 9
0
votes
1 answer

Increase cart cost if X is met

So we have an issue with using a silly item/product based shipping, aka the user adds a product to the cart (FedEx/USPS) and the cost is added to shipping. If X amount of items are in teh cart, the rate increases due to products being shipped via…
ehime
  • 8,025
  • 14
  • 51
  • 110
0
votes
4 answers

Displaying item only on an osCommerce home page

I have a box ad in a
that I have put in index.php but it's showing up in almost all the other pages. Which file do I need to edit or put this box ad in so that it is only visible on the home page and not on other pages?
Mahakaal
  • 2,075
  • 9
  • 27
  • 38
0
votes
1 answer

Trying to add recaptcha v2 to oscommerce contact us page

I am using oscommerce and attempting to add googles repcatcha V2 to the contact us page. The form currently allows the user to enter the name, email address and enquiry input. Once they user has entered this, the google recaptcha widget is next to…
roa765
  • 285
  • 3
  • 19
0
votes
1 answer

PHP OScommerce trying to select mysql db getting parameter error

New to php, using http://www.oscommerce.com and trying to connect to mysql db- I am getting the following error Warning: mysqli_select_db() expects exactly 2 parameters, 1 given in C:\xampp\htdocs\public_html\walton\includes\functions\database.php…
RA19
  • 709
  • 7
  • 28
0
votes
1 answer

How do i upgrade osCommerce v2.2 to v2.3.1?

How do i upgrade osCommerce v2.2 to v2.3.1? Is there a upgrade script available for that? Do I have to upgrade it to v2.3.0 before upgrading to v2.3.1?
Sreejith Sasidharan
  • 1,318
  • 5
  • 25
  • 46
0
votes
2 answers

Showing all osCommerce categories and subcategories on left hides products list from home page

I changed some osCommerce code to show all categories and subcategories on the left sidebar and it is successfully working. Unfortunately it's hiding products on the home page. On the default home page of osCommerce site we get products for the…
Tariq
  • 147
  • 1
  • 9
0
votes
4 answers

"Patch" core files osCommerce (old) or upgrade?

Hey guys, I have a client who wants me to update a site, which is running on oscommerce v 1.18. What he wants me to do is make the HTML w3c compliant. There appear to be lots of tables being incorrectly used as well as other violations of today's…
blacktie24
  • 4,985
  • 6
  • 41
  • 52
0
votes
1 answer

Change/add infobox display count in osCommerce

I'm modifying an osCommerce site (started by someone else) and on the homepage, there's a box (called infobox I believe, or new_products box). It's currently showing nine (9) products, and I want to change it to show six (6). How can I do this? Is…
Albert R
  • 125
  • 5
  • 19
0
votes
1 answer

Apache Deflate on CSS and JS in subdirectory - No Compression

Website: http://taylorsbackyardcenter.ca/store So I'm finishing an OSCommerce site and I'm implementing compression, caching, and site optimization. I have run into a problem with deflate. Both Page Speed and YSlow inform me that: Compressing…
taylorjes
  • 434
  • 3
  • 18
0
votes
1 answer

osCommerce, ZenCart & CubeCart - Which is easier to customize?

Which one of OsCommerce, ZenCar and CubeCart is the easiest to customize with a custom design template? I know ZenCart is an offshoot of osCommerce so I'd guess they would be similar.
Brett
  • 19,449
  • 54
  • 157
  • 290
0
votes
1 answer

oscommerse 2.3.1 : Shipping Method

I want some thing like: if the total purchase by a customer is under $10 then s/he will charge $3 Delivery/shipping cost else if the total purchase by a customer is over $10 then s/he will charge free But under admin->modlues->shipping I…
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149