I an trying to add new Attribute Display Plugin multiple_pill_shaped. so what I have done is
- create new file pad_multiple_pill_shaped.php in /includes/system/override/qtpro/
- editing by adding multiple_pill_shaped' to the selection
Code: Select all
$this->config_key_base . 'PLUGIN' => [
'title' => 'Product Info Attribute Display Plugin',
'value' => 'multiple_dropdowns',
'desc' => 'The plugin used for displaying attributes on the product information page.',
'set_func' => "Config::select_one(['multiple_dropdowns', 'sequenced_dropdowns', 'single_dropdown', 'single_radioset','multiple_pill_shaped'
],example editing the pad_multiple_dropdowns.php by clear all the data on it and copy the data from my file pad_multiple_pill_shaped.php to in it working as it should
is there anything I miss
thank you
Omar