mahocalife
Yeni Üye
- Katılım
- 13 Şub 2009
- Mesajlar
- 148
- Tepkime puanı
- 0
- Puanları
- 0
Kayan ürünler modülünü 1.2 beta sürümüne kurdum herşey güzel çalışıyor ama şu hatayı alıyorum
Notice: Undefined variable: category in /var/www/vhosts/siteadı.com/httpdocs/shop/modules/kayanurun/kayanurun.php on line 332
gösterdiği (line 332) kısmı
'allow_buy_when_out_of_stock' => Configuration::get('PS_ORDER_OUT_OF_STOCK', false),
'max_quantity_to_allow_display' => Configuration::get('PS_LAST_QTIES'),
'category' => $category, <<Bi anlam veremedim Lütfen yardım
'products' => $products,
'currency' => new Currency(intval($params['cart']->id_currency)),
'lang' => Language::getIsoById(intval($params['cookie']->id_lang)),
'productNumber' => sizeof($products),
'displayname' => Configuration::get('KAYAN_URUN_DISPLAY_NAME'),
'displayprice' => Configuration::get('KAYAN_URUN_DISPLAY_PRICE'),
'autoplay' => Configuration::get('KAYAN_URUN_AUTOPLAY'),
'autoplayduration' => Configuration::get('KAYAN_URUN_AUTOPLAY_DURATION'),
'itemsvisible' => Configuration::get('KAYAN_URUN_ITEMS_VISIBLE'),
'itemsscroll' => Configuration::get('KAYAN_URUN_ITEMS_SCROLL'),
'imagetype' => Configuration::get('KAYAN_URUN_IMAGE_TYPE')
Notice: Undefined variable: category in /var/www/vhosts/siteadı.com/httpdocs/shop/modules/kayanurun/kayanurun.php on line 332
gösterdiği (line 332) kısmı
'allow_buy_when_out_of_stock' => Configuration::get('PS_ORDER_OUT_OF_STOCK', false),
'max_quantity_to_allow_display' => Configuration::get('PS_LAST_QTIES'),
'category' => $category, <<Bi anlam veremedim Lütfen yardım
'products' => $products,
'currency' => new Currency(intval($params['cart']->id_currency)),
'lang' => Language::getIsoById(intval($params['cookie']->id_lang)),
'productNumber' => sizeof($products),
'displayname' => Configuration::get('KAYAN_URUN_DISPLAY_NAME'),
'displayprice' => Configuration::get('KAYAN_URUN_DISPLAY_PRICE'),
'autoplay' => Configuration::get('KAYAN_URUN_AUTOPLAY'),
'autoplayduration' => Configuration::get('KAYAN_URUN_AUTOPLAY_DURATION'),
'itemsvisible' => Configuration::get('KAYAN_URUN_ITEMS_VISIBLE'),
'itemsscroll' => Configuration::get('KAYAN_URUN_ITEMS_SCROLL'),
'imagetype' => Configuration::get('KAYAN_URUN_IMAGE_TYPE')