Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

List By Price


equate

Recommended Posts

Posted

Hi, I got oscommerce going btw, and the main topic of my site is customized computers. Therefore I have LOTS of options that I plug in. Is there anyway on the pull down menues to list them from leat expensive to most expensive? Or alphbetical? Just mainly so their not strooled all over.

Posted

When looking at the products the customer can click the titles to sort them.

Posted

what do you mean they can sort them? Like on the pulldown menu, I want to display what comes standard first ($0) then they can change the options upgrading the prices, that way if they don't want to change an option they can add to cart at the list price, But if they just hit add to cart now it would take some options and jack the price up,..

Posted

I am sorry ... I think I misinterpreted what you are trying to sort. I was referring to the product listings.

 

I think you are referring to the attributes on the product_info page

 

You can change the order of the display to be by price so the lowest option is at the top and the highest is at the bottom.

 

Just change the order by on the select statement for the attributes.

Posted

heres exactly what i want to do, I want "Standard Case" at the top of the list so it is the default option, I want it to list so the the cheapest items are at the top and most expensive at the bottom..

 

http://www10.brinkster.com/equate/attrib.jpg

 

Thats what I have now, "Case Full Black" is at top I want it below "Standard Case"

Posted

ok this is seriously pissing me off so bad now, im ready to throw my computer out the window. I add attributes, I get them all in order, then I ad another then It puts it at the bottom of the list, ok.. then I add another, it puts it at the top of the list... wtf.. theres no order, this POS just puts crap where ever it feels like, so when users add the un customized computer to their cart it adds a bunch of crap they don't want because it won't choose my default setting... this program is serisouly ****ed up for attributes..

Posted

One of the reasons that I and others have written various add-ons for sorting the attributes in the exact order per product that you want is so that you do not have this frustration.

 

You might look into the Attributes Sorter and Copier add-on in the contributions as it would solve your problem on this.

Posted

Im assuming I want the Alternative Attribute Handling, what version is it for tho? It just says current.. so I am assuming 2.2? If then how do i make it go lol? I did just what It said but i see no change.

Posted

The one I am referring to is the Attributes Sorter and Copier v5.0

 

That is the current one for the November 1, 2002 and newer snapshots.

 

There is also an Attributes Sorter v4.0 which does not contain the copier features but works on older snapshots prior to November 1, 2002

 

And ... I think the Attributes Copier v1.0 will work with either. That was just a simple one for copying attributes to duplicate products. Not a full blown copier like the current version is.

 

Got all that? :shock:

Posted

bah, I installed the wrong one.. well lemme jut dump everything, i basically messsed it all up and Ill put that one on and start over, thx for the help

Posted

Ok, im confused on how to set this up, it says inser this

 

configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Category/Products Display Order', 'CATEGORIES_SORT_ORDER', 'model', '<b>Valid Orders:<br>products_name<br>products_name-desc<br>model<br>model-desc</b>', 1, 99, '2002-12-30 13:28:47', '0000-00-00 00:00:00', NULL, NULL

 

Into configuration.. which one? I don't really get what im doing

Posted

Using phpMyAdmin, you are changing the table called configuration and the change is the code listed below.

 

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Category/Products Display Order', 'CATEGORIES_SORT_ORDER', 'model', '<b>Valid Orders:<br>products_name<br>products_name-desc<br>model<br>model-desc</b>', 1, 99, '2002-12-30 13:28:47', '0000-00-00 00:00:00', NULL, NULL);

 

This will add a new row to the table and that can then be edited from the Admin under the My Store setting.

Posted

ahh ok, then when Im in phpmyadmin and I goto the table and select the sql option

 

SELECT * FROM `configuration` WHERE 1

 

Is already there in the box, do I just delete that?

Posted

Yes, just delete that each time and paste in the new commands for each of the tables as described in the README.txt file.

Posted

it won't go!!!... I did everything the instructions said, I added all the table changes and copied all the files over, but when I goto attributes it dosn't look anything like it does in the demo. all I see different is a sort order option

Posted

Are you sure you downloaded the Attribtues Sorter and Copier v5.0?

 

Attributes Sorter v4.0 just has a sorter.

 

Attributes Copier v1.0 just has a copy attributes on duplicate products.

 

If you do not see the Coming Soon stuff ... sounds like you loaded v4.0

Posted

No i am sure I got 5.0, I tried firts doing it all myself by copying the files, then I tried just copying the "catalog" and "admin" folders from the zip to my folders so it added the stuff. Then I added the sql tables.. I still don't see all the options I should

Archived

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

×
×
  • Create New...