VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: MAD King on September 18, 2019, 00:20:36 AM

Title: Custom Page Title which Table?
Post by: MAD King on September 18, 2019, 00:20:36 AM
Hello,

which table is the Custom Page Title in?

custom_title in Table virtuemart_customs or in Table product?

Thanks
Title: Re: Custom Page Title which Table?
Post by: StefanSTS on September 18, 2019, 08:18:56 AM
In the product language table, column customtitle.
e.g. #__products_en_gb

The custom table is for custom fields.
Title: Re: Custom Page Title which Table?
Post by: MAD King on September 18, 2019, 13:52:51 PM
Thank you.