Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Thumbs up to this contribution - a simple install and a great result (quantities in the cart are selected by a drop down menu, and update immediately).

 

One note though - you will probably find that the drop down menu is too narrow to clearly see the numbers.

 

This is caused by the use of "Qty." as the column title.

 

To solve this, change the following line in includes/languages/english/shopping_cart.php

 

define('TABLE_HEADING_QUANTITY', 'Qty.');

 

to something a little longer, such as

 

define('TABLE_HEADING_QUANTITY', 'Quantity');

 

This will give the drop down menu more column width to expand to.

- osCommerce is fun! -

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...