Attributes Osclass Plugin

Attributes Osclass Plugin 2.7.6

No permission to download
Listing Attributes Plugin for Osclass that enables to quickly add different types of custom fields/attributes on listings in multiple languages.

Car attributes, Job attributes, Real-Estate attributes, ...​

Plugin enables to add 10 different types for fields:
  • Select box - supports up to 8 levels of cascading dropdowns. Ideal for car attributes.
  • Radio buttons - select one from multiple options
  • Checkboxes - select one or more from multiple options. (can be required field as well)
  • Text - short text or number
  • Text area - long text, suitable for job attributes (resume, ...)
  • Date - date selector
  • Date range - date range selector
  • URL - link format, checked with HTML5 validation
  • Phone - phone number format, checked with HTML5 validation
  • Email - mail format, checked with HTML5 validation
Each field can be set to be required when publishing new listing. This means user must enter value for selected field in valid format. For cascading dropdowns it can be any value from dropdown (not lowest level). From checkboxes, at least 1 value must be selected. Other fields has HTML5 validation for data type.
For correct functionality of required fields, theme must have correctly setup jQuery validation methods and should not contain any javascript errors. HTML5, javascript and PHP validation for required fields is applied.
Attributes are shown on item page using hook, so it does not require theme modification, however it's possible to show fields on different places then hooks, or simply each field on different position adding following code into theme files:
<?php if(function_exists('atr_show_attribute')) { echo atr_show_attribute( {attribute id} ); } ?>
Plugin has option to not show particular fields in hook as well as to restrict attributes to be shown in particular categories, that allows you to create:
  • car attributes
  • real-estate attributes
  • job attributes
  • dating attributes
  • animal attributes
  • furniture attributes
  • much more extensions for categories that require it

Icons for predefined values​

Plugin allows to set icon for each predefined value (select box, radio buttons, checkboxes). These icons will be shown on item page.
Plugin is delivered with hundreds of free icons in size 32x32 px that can be found in plugin folder /img/default. When icon from this foder is used, it's not required to put whole address, just default/cars/icon_name.png
Each attribute as well as each predefined value can be ordered by needs of site owner simply just with drag & drop.

Multilanguage custom field on listings in search​

Fields created with multilingual attributes plugin can be easily added into search form. This does not require any modification of theme, each field will keep it's type and in this way will be shown on search page.
Custom attributes with predefined values (select box, checkboxes, radio buttons) can be completely translated into any language, including predefined values. This allows to show fields to customers in their language (especially helpful for job attributes and real estate attributes).
Author
Luna
Downloads
2
Views
42
First release
Last update
Rating
0.00 star(s) 0 ratings