Automotive website

15.11.2013 10:31
#1
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Automotive website

Hi there,
I`m using JShop since few years and I`m very satisfy!
I bought several modules and they're great.
Now I have to create a website for auto parts.
I need a module that search by few criteria by dropdown menu.
When the user selects the brant (Audi,BMW, VW and so on) the next drop down menu will have as options models (as Audi A3, Audi A4, BMW 318, VW Passat and so on).
This is nessesary because one part can be useble for few brands and models.
I`m planning to set attributs to all parts, and the attributes will be the brands and models.
Actually can I use the addon "Search by Attributes" for this purpose?
Thank you in advance! And you are great!
Automotive website

 
15.11.2013 10:34
#2
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Aw: Automotive website

Should I use "Characteristics" instead?

 
15.11.2013 11:14
#3
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Aw: Automotive website

I`ve already 57 groups and 1556 values as uploads to the Characteristic SQL Tables.
Everything is fine for now. I just need a module to search by these criteries.

 
15.11.2013 11:26
#4
Dr.Rivera
Joomshopping forum user no avatar
Name: Jürgen
13.09.2010
Posts: 2276
Quote
Aw: Automotive website

Hello,

Module Filter 3.4.1
http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/downloads/modules.html?lang=de

include: characteristics

Greetings


Last change: 15.11.2013 11:26

Nicht ganz aktuell, aber vielleicht doch noch für einige hilfreich, das E-Book Joomshopping.
Bei Amazon (kindl) und xinxii (ePub):

http://www.amazon.de/JoomShopping-Joomla-Shop-Online-Shop-ebook/dp/B005L9D8MC

http://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html
 
15.11.2013 11:45
#5
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Aw: Automotive website

Yes, the module have the function, but when I install it, in front-end i see only filter by Manufacturer and price!

 
15.11.2013 12:05
#6
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Aw: Automotive website

Sorry, my mistake! The module works fine!
One more question... how to set characteristic options as drop down menu?

 
15.11.2013 13:15
#7
ivan211
Joomshopping forum user no avatar
Name: ivan211
02.08.2011
Posts: 45
Quote
Aw: Automotive website

How to set Characteristics as dropdown menu....
You can see here how terribly looks like now - http://avtoklima.net/index.php/2013-11-15-11-41-48
If there are any paid templates for the code... I want to buy them...

This is the code of characteristics.php now...
<?php
$characteristic_displayfields = $this->characteristic_displayfields;
$characteristic_fields = $this->characteristic_fields;
$characteristic_fieldvalues = $this->characteristic_fieldvalues;
$groupname = "";
?>
<?php if (is_array($characteristic_displayfields) && count($characteristic_displayfields)){?>
<div class="filter_characteristic">
<?php foreach($characteristic_displayfields as $ch_id){?>
<div class="filter_characteristic_block">
<?php if ($characteristic_fields[$ch_id]->groupname!=$groupname){ $groupname = $characteristic_fields[$ch_id]->groupname;?>
<div class="characteristic_group"><?php print $groupname;?></div>
<?php }?>
<div class="characteristic_name"><?php print $characteristic_fields[$ch_id]->name;?></div>
<?php if ($characteristic_fields[$ch_id]->type==0){?>
<input type="hidden" name="extra_fields[<?php print $ch_id?>][]" value="0" />
<?php if (is_array($characteristic_fieldvalues[$ch_id])){?>
<?php foreach($characteristic_fieldvalues[$ch_id] as $val_id=>$val_name){?>
<div class="characteristic_val"><input type="checkbox" name="extra_fields[<?php print $ch_id?>][]" value="<?php print $val_id;?>" <?php if (is_array($extra_fields_active[$ch_id]) && in_array($val_id, $extra_fields_active[$ch_id])) print "checked";?> /> <?php print $val_name;?></div>
<?php }?>
<?php }?>
<?php }else{?>
<div class="characteristic_val"><input type="text" name="extra_fields[<?php print $ch_id?>]" class="inputbox" /></div>
<?php }?>
</div>
<?php }?>
</div>
<?php } ?>


 
15.11.2013 15:44
#8
Dr.Rivera
Joomshopping forum user no avatar
Name: Jürgen
13.09.2010
Posts: 2276
Quote
Aw: Automotive website

Hello,

I think this addon could be help:

http://www.webdesigner-profi.de/joomla-webdesign/shop/modules/filter-product-extended.html?lang=de

Questions for this addon, please ask "webdesigner". I do not have this addon.

Greetings
-----------------------------------------
-----------------------------------------
E-Book Joomshopping deutsch

Kindl-Edition:
http://www.amazon.de/JoomShopping-Joomla-Leicht-bedienbarer-ebook/dp/B005L9D8MC/ref=sr_1_1?ie=UTF8&qid=1315307716&sr=8-1

ePub Format:
https://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html


Last change: 05.02.2014 09:03

Nicht ganz aktuell, aber vielleicht doch noch für einige hilfreich, das E-Book Joomshopping.
Bei Amazon (kindl) und xinxii (ePub):

http://www.amazon.de/JoomShopping-Joomla-Shop-Online-Shop-ebook/dp/B005L9D8MC

http://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.