Osclass forums

Support forums => Plugins => Cars attributes => Topic started by: HORTENSIA on August 02, 2018, 01:15:50 pm

Title: One more options in transmission -Car attribute plugin
Post by: HORTENSIA on August 02, 2018, 01:15:50 pm
The plugin does not read if I add another option in transmission

<option value="SEMI" <?php if(@$detail['e_transmission'] == 'SEMI') { echo 'selected'; } ?>><?php _e('SemiAuto', 'cars_attributes'); ?></option>

I added the option in
item_edit
item_detail
struct.sql
index.php     .. from plugin

Why it does not work and the third option?
Someone is helping me.
Title: Re: One more options in transmission -Car attribute plugin
Post by: HORTENSIA on August 04, 2018, 01:20:24 pm
SOLVED I found something on easyosclass.com