Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need a little help please


dac

Recommended Posts

Posted

Hi all,

 

I have my attributes show the price in a table and you add the qty then add to cart. I added some code so it put the attributes in price order highest - lowest but would like to swap that around show it shows lowest to highest but can't for the life of me find the forum page that had this code on so wondered if anyone knew where this code is in my files?

 

Also does anyone know how to make the option values table in the admin section show more than 10 at a time. It would make thing alot easier for me if it could show 50-100 down that page. My site is based on lots of attributes and when a product gets discontinued I don't like having to look through 100+ pages to delete old option values.

 

Any help would be great.

 

Kind Regards,

 

dac

Posted

ok I have done the order of attributes part I just need help with making the table of option values in admin show more than 10 please?

 

Regards,

Posted

In catalog\admin\includes\languages\english (or whichever language you have set it up for)

 

Open product_attributes.php

 

Look for following

define('MAX_ROW_LISTS_OPTIONS', 10);

 

Change 10 to whatever number you want to see.

 

Save and close.

 

Check in admin control panel.

Best Regards,
Gaurav

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...