With this module you can create unlimited number of product internal fields that will be available to edit on each product edit page in your shop's back office. This addon is an easiest way to create custom text fields for all products.
As we already mentioned with this addon you can easily create new editable fields that will appear on product edit pages. Module does not have any limits related to number of available custom internal fields - so in fact you can create as much new fields as you want. After module installation this plugin will create its configuration page where you can check for updates + new section under "catalog" menu to "create new product fields". There you can manage them: create new, edit existing and activate or deactivate them.
Management of new fields
After module installation you will get new menu item under "catalog" section in your shop's back office. Module will create there section to manage custom internal product fields. So - it is a main section of module's configuration. All fields created here will appear on all products' edit pages in your shop.
Edit new custom fields' values for each product individually
Your custom internal product fields can have different values for each product in your shop. Module will store these values in its database (table in shop's databse). This brings possibility to save values individually for each product and each shop in your multistore environment.
Position of your internal product fields
During management process of your custom field you can decide where on product edit page this custom internal product field will appear. You can select one from several positions like:
Shortcodes to display custom fields values in shop's front office
You can use shortcodes to display values of your custom internal fields on product pages. Shortcodes are applicable to all .tpl files used on product pages + it gives you possibility to use it (shortcode) also in products descriptions on product edit page. Each time module will find such shortcode - this shortcode will be replaced with internal custom field value for viewed product. Wow!
Various types of field types
Module supports several types of custom fields. You can create simple text field where you can input any type of text. You can create custom field that gives possibility to select "Yes" or "No" value. Module also gives possibility to create translatable text field. And textarea translatable field with rich text editor
Support of PDF files
You expect to show custom field value in ANY pdf file where the list of products appear ? Like invoide or delivery slip etc?
You can use shortcode like: {aipf::returnCustomField('shortcode', id_product)} where the shortcode is a shortcode name and id_product is an id of product. Module will replace this code with exact custom field value for this specific product.
1.5.8
- simple textarea rich text editor field is now translatable to all available languages
1.5.7
- added new feature to create textarea (witch rich text editor) field
1.5.6
- added improvements to appearance of language translatable fields in prestashop 8.1.x and 8.0.x
1.5.5
- added new field type: translatable text field
- with usage of this custom field you can create a text field that can be translated to various languages
1.5.4
- changed the type of text fields from STRING to NOTHING - thanks to this field can store html code now
1.5.3
- added support of shortcodes in pdf files.
1.5.2
- added improvements to appearance of custom fields on product pages (especially custom field "switch" yes/no)
1.5.1
- fixed problems with product identification, from now variables (custom fields) are asigned properly
1.4.1
- improved appearance of shortcodes in ajaxDie function that is used to generate contents dynamically
1.3.1
- added new custom field type: yes/no switch
1.2.1
- added shortcodes feature
- thanks to this you can now display your custom fields values on your shop's front office on product pages
- shortcode is applicable to descriptions and .tpl files of product page
1.2.0
- added feature to decide about position of custom internal product field
- you can decide where on product edit page your custom field will appear
- you can do it individually for each custom filed
1.1.0
- released stable version that is ready to work in prestashop 8.x
1.0.0
- started project on mypresta addons marketplace