Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page?

Quote Reply
Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page? In reply to
Hi,

A one-liner should do it:

Code:
sub {
return $DB->table('Category')->select( ['Name'], { ID => $_[0] } )->fetchrow || "Couldnt find a match for ID : $_[0]"
}

Call in the same way, and it will reuturn the name of the parent

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Nov 27, 2019, 9:57 AM
Subject Author Views Date
Thread Display Parent Category (Father Category) name in Child Category & on detailed page? VishalT 3944 Nov 26, 2019, 1:03 AM
Thread Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page?
VishalT 3884 Nov 26, 2019, 4:34 AM
Thread Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page?
Andy 3883 Nov 27, 2019, 1:59 AM
Thread Re: [Andy] Display Parent Category (Father Category) name in Child Category & on detailed page?
VishalT 3885 Nov 27, 2019, 9:36 AM
Thread Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page?
Andy 3870 Nov 27, 2019, 9:43 AM
Post Re: [Andy] Display Parent Category (Father Category) name in Child Category & on detailed page?
VishalT 3850 Nov 27, 2019, 9:49 AM
Thread Re: [Andy] Display Parent Category (Father Category) name in Child Category & on detailed page?
VishalT 3867 Nov 27, 2019, 9:51 AM
Thread Re: [VishalT] Display Parent Category (Father Category) name in Child Category & on detailed page?
Andy 3855 Nov 27, 2019, 9:57 AM
Post Re: [Andy] Display Parent Category (Father Category) name in Child Category & on detailed page?
VishalT 3835 Nov 27, 2019, 10:05 AM