broth3rhood Posted May 21, 2015 Share Posted May 21, 2015 Selam arkadaşlar, Sitede farklı renk seçenekleri ile bulunan bir ürünü sepete eklediğimde benim seçtiğim renkten bağımsız olarak default olan seçeneği sepete ekliyor. Örneğin ben renk olarak Pembe seçsem dahil Yeşil ekliyor. Örneğin: http://www.bonitogift.com/tr/home/65-kus-desenli-hesap-takip-defteri-.html Bu sorunu nasıl çözebiliriz ? Teşekkürler Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted May 21, 2015 Share Posted May 21, 2015 kullandığınız şablon ile prestashop sürümü uyumlu olmayabilir..default şablon ile testlerinizi yaptınız mı? Link to comment Share on other sites More sharing options...
broth3rhood Posted May 21, 2015 Author Share Posted May 21, 2015 Şahin Bey Merhaba, Yorumunuz için teşekkürler. Kullanmış olduğum temanın demo versiyonunda bu işlem başarılı olarak sağlanabiliyor. Ek olarak default temada da sorunsuz olarak seçilen attribute e bağlı olarak ürün sepete ekleniyor. Product.tpl dosyasını incelediğimde id=idCombination ait Value değerinin seçilen ürüne ait attribute_id ile dolması gerekirken dolmuyor. Aynı şekilde Renk değeri değiştiği zamanda muhtemelen bir javscript dosyası ile bu değeri de değiştiriyor. Ama hangi javascript dosyasının bu işi yaptığını bulamadım <!-- add to cart form--> <form id="buy_block" {if $PS_CATALOG_MODE && !isset($groups) && $product->quantity > 0}class="hidden"{/if} action="{$link->getPageLink('cart')|escape:'html':'UTF-8'}" method="post"> <p class="hidden"> <input type="hidden" name="token" value="{$static_token}" /> <input type="hidden" name="id_product" value="{$product->id|intval}" id="product_page_product_id" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="id_product_attribute" id="idCombination" value="" /> </p> Teşekkürler. İyi çalışmalar. Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted May 22, 2015 Share Posted May 22, 2015 Evet aynen dediğim gibi kullandığınız şablon kullandığınız prestashop sürümüne uygun değil gibi görünüyor... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now