Kryptronic Software Support Forum

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.

#1 01-24-2017 18:50:52

icongraphics
Member
Registered: 01-12-2016
Posts: 3

Hide custom fields from product creation/edit?

For various reasons we've got a few custom columns added to the ecom_prod table. Is there anyway to flag them as not-required or hide them entirely from the create/edit product areas in the back end? Closest I got was hiding them from a guided search, but that's still not quite enough.

Also, is it possible to make the search include out-of-stock products without having them appear in the main displays of products? A good 30% of our products are out-of-stock at any given moment, but we'd still like to let customers see they exist if they search for them. But that 30% means that they clog up the main product lists.

Last edited by icongraphics (01-24-2017 18:52:27)

Offline

 

#2 01-25-2017 09:14:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Hide custom fields from product creation/edit?

(1) Yes, edit the entries for each of those columns in the core_columndefs table via Raw DB Admin.  Change the insert type and update type columns to use the value 'HIDDEN-REG'.

(2) Yes, required mods to the ECOM_Prod class, prodlist() function.  Look for coding related to hiding items that are out of stock and suppress for all but searches.


Nick Hendler

Offline

 

Board footer