Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #719149

    hi,

    “Related product section” suddenly appears below my some of my product page.i tried so hard to wipe out it but i couldnt make it.

    and also this happened before that and once.And it fixed after i remaked product page.i hope its not virus.

    if you can help,thanks.

    #719460

    Hey ygzndc,

    Please add following code to Functions.php file in Appearance > Editor

    function avia_remove_related_products( $args ) {
    	return array();
    }
    add_filter('woocommerce_related_products_args','avia_remove_related_products', 10); 

    Best regards,
    Yigit

    #725035

    Merhaba Yiğit,

    Dönüşün için teşekkür ederim.o problemi probleme sebep olan eklentiyi kaldırarak çözdüm.

    Şuan çözemediğim problemim var.Yardımcı olabilirsen çok mutlu olurum.

    -Sitemin URL’sini değiştirmek için eski sitemin yedeğini aldım ve yeni URL üzerine yükledim.

    -Geriye sadece manuel aktarım kaldı ve bu konuda host’umdan yardım aldım.

    -Manuel aktarımı yaptıktan sonra bana bu maili attılar;
    “düzenleme yapılmıştır.Lisans hatası vermektedir.Enfold ile iletişime geçerek düzelttirmeniz yeterli olacaktır.”

    Lisans hatasını nasıl düzeltebiliriz?

    Teşekkürler.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unwanted Related Product Section’ is closed to new replies.