Ada yg bisa membantu saya cara mengubah tampilan brand standard OC menjdi bentuk seperti ini: notes: tampilan ini di ambil dari http://www.grosirnesia.com ( maaf master admin grosirnesia saya ambil gbrnya dari website anda)
thanks a lot ya master

Regrads,
bravo
" Make your bisnis online simple with opencart "
Bukatoko.com | Cara mudah & cepat punya toko online!
Code: Select all
<ul class="manufacturer">
<?php foreach ($manufacturers as $manufacturer) { ?>
<li><a href="<?php echo str_replace('&', '&', $manufacturer['href']); ?>"><?php echo $manufacturer['name']; ?></a></li>
<?php } ?>
</ul>
Code: Select all
ul.manufacturer {
disesuaikan ya.. :p
}
ul.manufacturer li {
sesuaikan
}
kalau butuh warna link dan hover berbeda dari keumuman link di stylesheet:
ul.manufacturer li a {
sesuaikan
}
ul.manufacturer li a:hover {
sesuaikan
}
Code: Select all
<!--- Master -->>
<select onchange="location = this.value">
<option value=""><?php echo $text_select; ?></option>
<?php foreach ($manufacturers as $manufacturer) { ?>
<?php if ($manufacturer['manufacturer_id'] == $manufacturer_id) { ?>
<option value="<?php echo str_replace('&', '&', $manufacturer['href']); ?>" selected="selected"><?php echo $manufacturer['name']; ?></option>
<?php } else { ?>
<option value="<?php echo str_replace('&', '&', $manufacturer['href']); ?>"><?php echo $manufacturer['name']; ?></option>
<?php } ?>
<?php } ?>
</select><!--- Master -->>
Code: Select all
<ul class="manufacturer">
<?php foreach ($manufacturers as $manufacturer) { ?>
<li><a href="<?php echo str_replace('&', '&', $manufacturer['href']); ?>"><?php echo $manufacturer['name']; ?></a></li>
<?php } ?>
</ul>
Code: Select all
ul.manufacturer {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 12px;
list-style: url('../image/bullet_1.png');
Regrads,
bravo
" Make your bisnis online simple with opencart "
Regrads,
bravo
" Make your bisnis online simple with opencart "
Regrads,
bravo
" Make your bisnis online simple with opencart "
Users browsing this forum: No registered users and 4 guests