Contributions
Amazon Like Menu System
** Amazon Like Menu System **
Menu Screenshot: http://img31.imageshack.us/img31/3522/amazonmenu.gif
Installation (backup first)
1- copy categories.php to catalog/includes/boxes folder (donw overwrite your current categories file, rename file before copying it)
2- copy inc folder to store folder (catalog)
Finished!
Note: When you need to adjust sizing etc you have to touch categories.js and common.css)
** Amazon Tarzı Menü Sistemi **
Kurulum (ön yedek al)
Menü ekran görüntüsü: http://img31.imageshack.us/img31/3522/amazonmenu.gif
1- categories.php dosyasını catalog/includes/boxes klasörüne kopyala (kopyalamadan önce mevcut categories.php dosya adını değiştir)
2- inc klasörünü mağaza ana klasörüne (catalog) kopyala
Tamamlandı!
Not: Menü ölçülerinde oynama yapmak için categories.js ve common.css dosyalarında düzenleme yapılması gerek.
http://www.wosci.com/forum
Expand All / Collapse All
open includes/boxes/categories.php (our amazon menu file not your default)
find following line
$collapse='window.categoriesAPP.rootCollapse();';
and replace with this line
$collapse='';//$collapse='window.categoriesAPP.rootCollapse();';
thats is!
all files are same as previous. i just added this info
** Amazon Like Menu System **
Menu Screenshot:http://img31.imageshack.us/img31/3522/amazonmenu.gif
Installation (backup first)
1- copy categories.php to catalog/includes/boxes folder (donw overwrite your current categories file, rename file before copying it)
2- copy inc folder to store folder (catalog)
3- change document definition of catalog files (see below)
find this
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
replace with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Finished!
Note: 1- If you have another js framefork such us jQuery and conflicted that module please read following;
add this code to every page before </head> tag
<script>
var $j = jQuery.noConflict();
// Use jQuery via $j(...)
$j(document).ready(function(){
});
</script>
and change all jQuery's $ to $j , this should work now.
2- When you need to adjust sizing etc you have to touch categories.js and common.css)
conflict instruction by wroughtec
** Amazon Tarzı Menü Sistemi **
Kurulum (ön yedek al)
Menü ekran görüntüsü: http://img31.imageshack.us/img31/3522/amazonmenu.gif
1- categories.php dosyasını catalog/includes/boxes klasörüne kopyala (kopyalamadan önce mevcut categories.php dosya adını değiştir)
2- inc klasörünü mağaza ana klasörüne (catalog) kopyala
3- catalog altındaki dosyaların döküman tanımını değiştir (aşağıya bakınız)
şu satırı bul
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
şu satırla değiştir
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Tamamlandı!
Not: 1- Farklı bir javascript kütüphanesi kullanıyorsanız (örneğin jQuery) aşağıdakini uygulayın
Her mağaza sayfasına </head> etiketinden önce aşağıdaki kodu ekle
<script>
var $j = jQuery.noConflict();
// Use jQuery via $j(...)
$j(document).ready(function(){
});
</script>
daha sonra bütün jQuery kodlarında geçen $ ifadesini $j olarak değiştir
2- Menü ölçülerinde oynama yapmak için categories.js ve common.css dosyalarında düzenleme yapılması gerek.
conflict instruction by wroughtec
http://www.wosci.com/forum
** Amazon Like Menu System **
fixed full package
Menu Screenshot:http://img31.imageshack.us/img31/3522/amazonmenu.gif
Installation (backup first)
1- copy categories.php to catalog/includes/boxes folder (donw overwrite your current categories file, rename file before copying it)
2- copy inc folder to store folder (catalog)
3- change document definition of catalog files (see below)
find this
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
replace with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Finished!
Note: When you need to adjust sizing etc you have to touch categories.js and common.css)
** Amazon Like Menu System **
Menu Screenshot:http://img31.imageshack.us/img31/3522/amazonmenu.gif
Installation (backup first)
1- copy categories.php to catalog/includes/boxes folder (donw overwrite your current categories file, rename file before copying it)
2- copy inc folder to store folder (catalog)
3- change document definition of catalog files (see below)
find this
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
replace with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Finished!
Note: When you need to adjust sizing etc you have to touch categories.js and common.css)
http://www.wosci.com/forum
** Amazon Like Menu System **
Menu Screenshot: http://img31.imageshack.us/img31/3522/amazonmenu.gif
Installation (backup first)
1- copy categories.php to catalog/includes/boxes folder (donw overwrite your current categories file, rename file before copying it)
2- copy inc folder to store folder (catalog)
Finished!
Note: When you need to adjust sizing etc you have to touch categories.js and common.css)
** Amazon Tarzı Menü Sistemi **
Kurulum (ön yedek al)
Menü ekran görüntüsü: http://img31.imageshack.us/img31/3522/amazonmenu.gif
1- categories.php dosyasını catalog/includes/boxes klasörüne kopyala (kopyalamadan önce mevcut categories.php dosya adını değiştir)
2- inc klasörünü mağaza ana klasörüne (catalog) kopyala
Tamamlandı!
Not: Menü ölçülerinde oynama yapmak için categories.js ve common.css dosyalarında düzenleme yapılması gerek.
http://www.wosci.com/forum
Note: Contributions are used at own risk.