product.showlargeimageinline - how to set a default value to an object config item


https://forum.kartris.com/Topic3149.aspx
Print Topic | Close Window

By SAbow - Mon 16 Jun 2014
Hi,



I have a client who'd like all products added to the site to be set as product.showlargeimageinline



By BORNXenon - Wed 18 Jun 2014
You can change the default value of the field in the database.If you find the table dbo.tblKartrisObjectConfig, change the OC_DefaultValue for K:product.showlargeimageinline from 0 to 1 and all newly added products should have product.showlargeimageinline set to enabled.


Any existing products will have to be changed manually.


Cheers


Chris