Jump to content

sepete ekle link değiştirme


enesbatur

Recommended Posts

Onun yerine Best Quote modülünü kullanmanı tavsiye ederim aslında. Yapmak istediğin iş için çok daha şık olurdu.

Örneğini http://bestquote.eskipusku.com/en/laptops/6-macbook.html sayfasında görebilirsin.

Türk kullanıcılara %50 indirimli veriyorum... B)

 

Her neyse, kodda değişiklik yapmalıyız. Tavsiye etmediğimi yinelemek istiyorum (modülü satmak için değil, bu konuda tecrübeli biri olarak)

 

themes>your_theme>product.tpl dosyasında aşağıdaki kodu bul. Muhtemelen satır 366.

 

<p{if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_to_cart" class="buttons_bottom_block"><input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" /></p>

 

bu satırı aşağıdaki şekilde değiştir:

 

<p{if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_to_cart" class="buttons_bottom_block"><a title="" href="{$base_dir}contact-us"><input type="text" value="{l s='Add to cart'}" class="exclusive" /></a></p>

 

İşlem tamamlandıktan sonra performans ayarlarından Force Compile>Yes ve Cache>No yaparak değişiklikleri uygulamayı unutma.

 

Son durumu haberdar edersen sevinirim. Çünkü denemedim.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...