Hi,
You need to create a custom field of the table "item" and of the type "single dropdown" via the menu Display>Custom fields.
And in the "values" section, you need to have one row per font.
And in the "title" input field of each row, you can enter something like that:
<span class='myfont_class'>My font</span>
Then, in your template custom CSS file (or via the HikaShop custom CSS interface
www.hikashop.com/support/documentation/1...ize-the-display.html
), you can add such CSS:
.myfontclass {
font: myfont;
}
and add your font to the pages (
www.pagecloud.com/blog/how-to-add-custom-fonts-to-any-website
)
Regarding the counting of the letters, there is no automatic system you can configure to display the number of letters entered.
However, you could add that with a few lines of coding in the view file product / show_default.php via the menu Display>Views.
Here is a jsfiddle which presents a minimalist example of code to use (of course the javascript needs to be adapted so it requires a developer to add that, but it's quite easy for a normal developer ):
jsfiddle.net/9cpqgvm2/
jsfiddle.net/9cpqgvm2/
Finally, if you need the price of the product to be calculated based on the number of letters entered once the product is added to the cart, it's possible with this plugin:
www.hikashop.com/marketplace/product/138...ce-letter-count.html