SpiritOfTheWinds
Member
Posted 8 months ago #
I am using eShop 6.2.10 with WordPress 3.2.1.
I'd like to know if there is a way to add a custom field to the "Product Entry" form when editing a post/page.
There doesn't seems to be a way from wp-admin but I was wondering if there was a function to register a field on eShop. If not, there must be a way to modify source code to add custom fields?
I know I can hide existing fields with CSS, but I also need to add custom fields (such as the year, condition, etc.).
Thanks!
That isn't currently possible within eShop, unless you mean what is termed Option Sets, which is available via the menu.
SpiritOfTheWinds
Member
Posted 8 months ago #
Unfortunately, I need it to be entered by the "admin" and not the user so the Option Sets (which is quite nice) does not offer me what I am looking for.
I am not bad with PHP. Would it be possible to simply change the PHP files so that I add my own custom fields in the form?