anchim Posted September 1, 2006 Posted September 1, 2006 I just install this contribution Sort_Order 1_2_3. everything went well except when it come to the part I have to enter the sql database. Could someone please kindly enough give a step by step instruction how to enter this mod to the database: To implement this mod, follow the instructions in this text file. You will need to make the following database changes (using phpmyadmin or similar tool) ALTER TABLE products ADD products_sort_order INT( 4 ) DEFAULT '0' NOT NULL; INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('', 'PRODUCT_LIST_SORT_ORDER', '6', '', '0', '', now()); Thank you for helpingAnchim Quote
Jack_mcs Posted September 1, 2006 Posted September 1, 2006 This thread should help. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
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.