nurah Posted July 2, 2012 Share Posted July 2, 2012 Şcookie değişkeninden bir değer lazim bana acik olan oturumun kullanici idsini almama için gelen değer Cookie Object( [_content:protected] => Array ( [date_add] => 2012-06-15 19:09:58 [id_lang] => 6 [id_currency] => 2 [last_visited_category] => 1 [checkedTOS] => 1 [id_guest] => 13 [id_connections] => 88 [id_cart] => 5 [id_customer] => 4 [customer_lastname] => meslik [customer_firstname] => anime [passwd] => 1ebe6adfd1f4ba36126822ef53c707a0 [logged] => 1 => [email protected] [is_guest] => [checksum] => -1715405764 ) [_name:protected] => 8812c36aa5ae336c2a77bf63211d899a [_expire:protected] => 1342938905 [_domain:protected] => [_path:protected] => /prestashop/ [_cipherTool:protected] => Rijndael Object ( [_key:protected] => CbXyecPshwPcgA0Z3B1ySc582Mu9ELpz [_iv:protected] => M���,���Yz��1�� ) [_key:protected] => gBHRbFxXk5NQfhg3W2D94mB1s25VeYCbnkAG2UJMpf7GIdjRdck8aMQ7 [_iv:protected] => sCmBskw5 [_modified:protected] => ) buradan [id_cart] => 5 degerini nasil alabilirim anladiğim kadari ile protected tanımlı bilgisi olan yazarsa sevinirim Link to comment Share on other sites More sharing options...
safa Posted July 2, 2012 Share Posted July 2, 2012 hangi dosya içinde almaya çalıştığına bağlı. aşağıdaki kodu paymentmodule class ına göre bir geliştirme yapıyorsan alabilirsin. (int)($cart->id); Link to comment Share on other sites More sharing options...
nurah Posted July 2, 2012 Author Share Posted July 2, 2012 $cookie içeği yukardaki gibi geliyor ama ben bunun içinden sadece id_card gerekli ve $cookie sınıfta tanımlı oldugu için vede hangi dosyada hangi sınıfta oldugunu bilmediğim için direk yazdiramiyorum Bana gerekli olan sadece o anki online olan kişinin id si :s Link to comment Share on other sites More sharing options...
safa Posted July 2, 2012 Share Posted July 2, 2012 aşağıdaki kodddan direkt 5,6,7 gibi bir değer geliyor ne yapmaya çalıştığını yazarsan daha iyi yardımcı olabiliriz. $kisi = $cart->id_customer; Link to comment Share on other sites More sharing options...
nurah Posted July 2, 2012 Author Share Posted July 2, 2012 yapmak istediğim acik olan kişinin benzersiz id sine ulaşip (ps_customer` tablosundaki ) daha sonra bu idye gore siparişlerini silmek olacak ama online kişinin idsine ulaşmakta sıkıntı yasadiğim için bi turlu yapamadim . Link to comment Share on other sites More sharing options...
safa Posted July 2, 2012 Share Posted July 2, 2012 en son yazdığım kod ile idlerini alamıyormsun?? Link to comment Share on other sites More sharing options...
nurah Posted July 2, 2012 Author Share Posted July 2, 2012 $kisi = $cart->id_customer; Bunnla [id_customer] => 4 alabiliyorum ama [id_cart] => 5 bilgisine ulaşamiyorum artik onuda olmassa tableden cekecez artik Link to comment Share on other sites More sharing options...
Recommended Posts