VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: mehmesen on May 17, 2024, 13:36:02 PM

Title: character counter for meta boxes (meta title, meta description etc.)
Post by: mehmesen on May 17, 2024, 13:36:02 PM
Hello

How can I put a character counter in the meta boxes (meta title, meta description) on the Virtuemart admin product adding page?

(Only visible on admin page)

Thanks

Example;

$simple = "$meta-title-box";

echo strlen($simple);
Title: Re: character counter for meta boxes (meta title, meta description etc.)
Post by: mehmesen on May 20, 2024, 12:22:20 PM
Thanks

Can I get the file path of the product editing page back-end the site?

Best regards