Quote Originally Posted by CharBee View Post
I only want it on the product info page not on any other page. I will assume that the correct way to do with would be to not upload any changes to do with any other pages...?
Sounds about right
Quote Originally Posted by CharBee View Post
And then the sql patch would need to be altered, correct? Would I just take out the first statement???

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Product Short Descriptions', 'PRODUCT_LIST_SHORT_DESC', '3', 'Set to 0 to disable, set to 1-99 to enable.', 8, 11, now(), now(), NULL, NULL);
Again, sounds about right, since that statement would be irrelevant. However it would also be harmless if it were run anyway.

But, I've not looked at the code to confirm, so I'm just commenting that what you're suggesting is the direction I'd pursue if I had the same stated goals.