Attribute checkbox - Tabellarische Darstellung

28.01.2013 12:43
#1
dafunkyalex
Joomshopping forum user no avatar
Name: dafunkyalex
09.01.2013
Posts: 7
Quote
Attribute checkbox - Tabellarische Darstellung

Hi,
wäre es möglich die checkboxen auch nebeneinander darzustellen, z.B. in einer Tabelle, wo man die Anzahl der Spalten angeben kann?
Bei einer Auswahl von mehreren checkboxen wird es sehr unübersichtlich.

Ansonsten: TOP Shopsystem, danke!

Gruß
dafunkyalex


Joomla: 2.5.8
JoomShopping: 3.12.3
PHP: 5.3.18
 
28.01.2013 14:22
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25902
Quote
Aw: Attribute checkbox - Tabellarische Darstellung

Shop template
components\com_jshopping\templates\default\product\product_default.php

....
<?php if (count($this->attributes)){?>
<div class="jshop_prod_attributes">
<table class="jshop">
<?php foreach($this->attributes as $attribut){?>
<tr>
<td class="attributes_title">
<span class="attributes_name"><?php print $attribut->attr_name?>:</span><span class="attributes_description"><?php print $attribut->attr_description;?></span>
</td>
<td>
<span id='block_attr_sel_<?php print $attribut->attr_id?>'>
<?php print $attribut->selects?>
</span>
</td>
</tr>
<?php }?>
</table>
</div>
<?php }?>

 
19.02.2013 19:15
#3
dafunkyalex
Joomshopping forum user no avatar
Name: dafunkyalex
09.01.2013
Posts: 7
Quote
Aw: Attribute checkbox - Tabellarische Darstellung

Danke für die Antwort.
Das bewirkt gar nichts, sorry. Ist ja auch 1:1 das gleiche was im Orginal steht, oder?

 


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.