Forum Replies Created

Viewing 31 replies (of 31 total)
  • Hi Sam and Lorro,

    So glad I found this thread.. but too bad, it doesn’t seem to work for me. I did everything as described above, hope you can help me out here..

    Deleted
    add_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 );
    Added
    add_action (‘woocommerce_before_shop_loop_item’, ‘my_link_open’, 10);

    in functions.php of my child theme i added:

    global $product;
    if( $product->is_type( 'external' ) ){
    $producturl = $product->get_product_url();
    $position = stripos($producturl, 'forthefit');
    if ($position === false) {
    // not a direct link affiliate address
    $url = get_the_permalink();
    } else {
    // must be a direct link affiliate product
    $url = $product->get_product_url();
    }
    }
    else {
    //no affiliate link available
    $url = get_the_permalink();
    }
    echo '';

    With this in functions.php nothing happens

    also tried:
    function my_link_open() {
    echo ‘‘;
    }

    With this in functions.php I see the link in the source but it applies to nothing:

    <li style="height: auto;" class="span3 last product-9136 product group grid with-hover with-border css3 open-on-mobile post-9136 type-product status-publish has-post-thumbnail product_cat-kussens product_cat-pip-home product_shipping_class-81 pa_lijn-pip-home pa_webshop-vtwonen-nl featured product-type-external product-cat-kussens product-cat-pip-home instock">
    
        <div class="product-thumbnail group">
    
            <strong><a href="https://some_domain.com">
            </a></strong>
    <div class="thumbnail-wrapper"><a href="https://some_domain.com">
                </a><a href="https://pipstudioservies.nl/pip-servies/pip-big-dots-kussen-50-x-50-cm-blue-khaki/" class="thumb"><img src="https://pipstudioservies.nl/wp-content/uploads/2016/02/65874_20689__05022014_1457-254x203.jpeg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Pip Big Dots Kussen 50 x 50 cm - Blue Khaki" height="203" width="254"></a>        </div>
    
            <div class="product-meta">
    
                <h3>Pip Big Dots Kussen 50 x 50 cm – Blue Khaki</h3>
    	<span class="price"><span class="amount">€&nbsp;49,95</span></span>
            </div>
    
        <div style="height: 0px;" class="product-actions-wrapper">
            <div class="product-actions">
                                        <a href="https://pipstudioservies.nl/pip-servies/pip-big-dots-kussen-50-x-50-cm-blue-khaki/" rel="nofollow" class="view-options" title="Shop bij VTWonen">Shop bij VTWonen</a>            <a href="#" class="button yith-wcqv-button" data-product_id="9136">Quick View</a>                        <div class="buttons buttons_4 group">
                    <a href="https://pipstudioservies.nl/pip-servies/pip-big-dots-kussen-50-x-50-cm-blue-khaki/" rel="nofollow" title="Details" class="details">Details</a>
    
    <div class="yith-wcwl-add-to-wishlist add-to-wishlist-9136">
    		    <div class="yith-wcwl-add-button show" style="display:block">
    
    <a href="/pip-servies-winkel/?add_to_wishlist=9136" rel="nofollow" data-product-id="9136" data-product-type="external" class="add_to_wishlist">
            Wishlist</a>
    <img src="https://pipstudioservies.nl/wp-content/plugins/yith-woocommerce-wishlist/assets/images/wpspin_light.gif" class="ajax-loading" alt="loading" style="visibility:hidden" height="16" width="16">
    	    </div>
    
    	    <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;">
    	        <span class="feedback">Product added!</span>
    	        <a href="https://pipstudioservies.nl/wishlist/view/" rel="nofollow">
    	            Bekijk wishlist	        </a>
    	    </div>
    
    	    <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none">
    	        <span class="feedback">The product is already in the wishlist!</span>
    	        <a href="https://pipstudioservies.nl/wishlist/view/" rel="nofollow">
    	            Bekijk wishlist	        </a>
    	    </div>
    
    	    <div style="clear:both"></div>
    	    <div class="yith-wcwl-wishlistaddresponse"></div>
    
    </div>
    
    <div class="clear"></div>
    <div class="woocommerce product compare-button"><a href="/pip-servies-winkel/?action=yith-woocompare-add-product&id=9136" class="compare" data-product_id="9136" rel="nofollow">Vergelijk</a></div>
    <a href="#" class="yit_share share">Share</a>
                </div>
                        </div>
        </div>
    
                <div class="product-share"><div class="socials"><h2>Share on: </h2><div class="socials-default-small facebook-small default">
    <a href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fpipstudioservies.nl%2Fpip-servies%2Fpip-big-dots-kussen-50-x-50-cm-blue-khaki%2F&t=Pip+Big+Dots+Kussen+50+x+50+cm+%26%238211%3B+Blue+Khaki" class="socials-default-small default facebook" target="_blank">facebook</a>
    </div>
    <div class="socials-default-small twitter-small default">
    <a href="https://twitter.com/share?url=http%3A%2F%2Fpipstudioservies.nl%2Fpip-servies%2Fpip-big-dots-kussen-50-x-50-cm-blue-khaki%2F&text=Pip+Big+Dots+Kussen+50+x+50+cm+%26%238211%3B+Blue+Khaki" class="socials-default-small default twitter" target="_blank">twitter</a>
    </div>
    <div class="socials-default-small google-small default">
    <a href="https://plusone.google.com/_/+1/confirm?hl=en&url=http%3A%2F%2Fpipstudioservies.nl%2Fpip-servies%2Fpip-big-dots-kussen-50-x-50-cm-blue-khaki%2F&title=Pip+Big+Dots+Kussen+50+x+50+cm+%26%238211%3B+Blue+Khaki" class="socials-default-small default google" target="_blank">google</a>
    </div>
    <div class="socials-default-small pinterest-small default">
    <a href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fpipstudioservies.nl%2Fpip-servies%2Fpip-big-dots-kussen-50-x-50-cm-blue-khaki%2F&media=https://pipstudioservies.nl/wp-content/uploads/2016/02/65874_20689__05022014_1457.jpeg&description=Breng+wat+brutaliteit+in+de+kamer+met+dit+Big+Dots+kussen+van+PiP." class="socials-default-small default pinterest" target="_blank">pinterest</a>
    </div>
    </div></div>
    
        </div>
    
                <div class="description">
                <div itemprop="description" class="product-description">
    	<p>Breng wat brutaliteit in de kamer met dit Big Dots kussen van PiP.</p>
    </div>            <a href="https://pipstudioservies.nl/pip-servies/pip-big-dots-kussen-50-x-50-cm-blue-khaki/" class="view-detail">Details</a>
                        </div>
    
    </li>

    Thanks so much in advance!

Viewing 31 replies (of 31 total)