You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Does anyone know how to reorder product options. It apperars top place them in the order I created the options.
Bob
Offline
Bob,
See if this helps.
Scott
Offline
Change the order set to suit your needs. If one order set doesn't fit another product you need to setup another set of options.
Offline
I tried to change the product options order in the product page. Had no success.
Bob
Offline
sgreiner,01/26/2004 10:39:14 AM wrote:
Bob,
See if this helps.
Scott
That hack is for displaying related products. He wants to display the product options in a particular order, which is the order you created the option.
Offline
Rizcorp,01/26/2004 10:42:23 AM wrote:
I tried to change the product options order in the product page. Had no success.
Bob
The routine writes that from the data/tables/optionsel.csv
Whatever order it's in there is the order it'll write it.
I don't understand why the order won't change through the admin, but you can go into the table and change it there.
Offline
I'm sure this is a matter of CHMOD setting. Are you sure that all your CSV files are correctly set for writing permissions on your admin panel or FTP software ?
Offline
I am Using MySQL database
Offline
Oh ! I'm not using it yet but, by the time that someone will answer to you on this, I will find the answer since I'm supposed to have mySQL Database soon enough.
Offline
Rizcorp,01/26/2004 01:35:39 PM wrote:
I am Using MySQL database
If you were able to write to the file using the admin the first time I assume your permissions are OK, but like scoutch said, check them. Who knows something could have changed.
What you do to edit a file in the MySQL DB is to covert that file back to CSV do the edit and convert it back to MySQL.
Let me know what you find.
Offline
I'd leave that one table (optionsel) in CSV mode if ordering of the items in it is an issue for you. MySQL has a very strange way of ordering the items in that table (for some reason unknown to me to date).
Offline
webmaster,01/27/2004 02:25:35 PM wrote:
I'd leave that one table (optionsel) in CSV mode if ordering of the items in it is an issue for you. MySQL has a very strange way of ordering the items in that table (for some reason unknown to me to date).
Nick, has there been any advance in being able to order product options in the desireable order for MYSQL users?
Steven
Offline
This will be addressed in CCP6, but in CCP 5.x it's not possible. The problem is with MySQL as it wants to return primary keys in alphabetical order. There is no way to do an ORDER BY INSERTION ORDER or anything like that in MySQL.
Offline
Am I right in thinking this thread is relating to the order that options are displayed on the page?
Ie I have products with multiple options (a pricing option, various other options), and I want my pricing option to display FIRST in the options area.
Will I need to hack the table ID's to resolve this? Or has someone done a perl fix to display the options in teh order they are added in the Product page?
Please let me know ASAP as this is a relativley big issue for our site...!
thanks
Rachael
Offline
Hi, I'm using the standard flat file method and I'm having diffculty re-ordering my Product Options. I realise they are in the order you created them but that's not much help really.
Is there a way around this without having to re-enter each option?
Thanks
Offline
You can edit the CSV files directly. This post was about option selection items - they're stored in the file ./data/tables/optionsel.csv. Make sure you download & upload this file in BINARY mode.
Offline