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.
Nick
In a topic regarding related products you stated:
UPDATE core_columndefs SET cinsdisplaytype='TEXTAREA-RELATE', cupddisplaytype='TEXTAREA-RELATE' WHERE cid='ecom_prod.xprod'
by running this SQL statement in Raw DB Admin, it would default back to using a TEXTAREA Relate display instead of TEXTAREA Relate JavaScript display.
Is this the same if I wanted to alter the related categories listing by replacing ecom_prod.xprod with ecom_prod.xcat? I have seven pages of categories and I can type quicker than I can press a mouse button searchig through my lists.
Also, what would be the SQL statement to revert if back to JavaScript in the future?
Thanks
Terry
Offline
Is this the same if I wanted to alter the related categories listing by replacing ecom_prod.xprod with ecom_prod.xcat?
Correct. And to revert the statement, issue the same statement replacing TEXTAREA-RELATE with TEXTAREA-RELATEJS.
Offline