• Resolved fartbrat

    (@fartbrat)


    Hi, I’m having problem with the external link with one of my affiliate links. At first I thought it was the vanity link issue (url shortener), so i tried to embed another link from another affiliate program, it won’t work as well. But the other two work.

    Problematic link is the iHerb (deep green) one with shortcode button. I can’t test it with normal permalink since the issue i requested yesterday haven’t fixed yet but i think the problem would still be the same, maybe it’s correlated?

    The iHerb link works on single product page tho. It’s just not redirecting to the the seller when it’s clicked on product catalog but directing back to the same page, which is really weird.

    ? Click on the red circled button: https://imgur.com/a/Qz7OrDh
    ? Click on it on single product page: https://cultfave.com/product/heimish-matcha-biome-oil-free-calming-gel-moisturizer/

    I hope the bold text makes it easier to understand. Could you check it for me please? Thanks!

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello @fartbrat

    Did you first try to get in touch with the plugin provider? I am pretty confident that this couldn’t happen from our end, because we aren’t doing anything special to the WooCommerce loop and it is less likely that the problem comes from our end.

    Please try to get in touch with that plugin provider and have their opinion on the matter. We’ll be more than happy to collaborate with them, if needed.

    Thank you.

    Thread Starter fartbrat

    (@fartbrat)

    I tried to use just text link without the plugin. The external links are still not showing on catalog but on single product. So i can’t identify if the issue is on the shortcode plugin or your theme.

    As i mentioned, the shortcode button has no problem redirecting all the buttons on single product page, as well as the other two (light green and orange) on catalog. The issue is the one in deep green (iHerb) on catalog.

    FYI, the problem link has an affiliate link that doesn’t end with .com

    For example:
    (left one) https://iherb.prf.hn/click/camref:1100lKGkJ/destination:https%3A%2F%2Fiherb.com%2Fpr%2Fheimish-matcha-biome-balancing-gel-cream-3-38-fl-oz-100-ml%2F115992

    (right one)
    https://iherb.pxf.io/q4Ozvj

    Does your theme have problem showing external links that are not .com on product catalogue short description?

    Thread Starter fartbrat

    (@fartbrat)

    Ok, so i tested on kadence, my previous theme which also allows short description on product catalog. It has no problem showing the link i’m having problem with on the catalog.

    So i’m fairly certain the issue is with blocksy.

    Here’s what your theme show:

    • This reply was modified 1 year, 2 months ago by fartbrat.
    • This reply was modified 1 year, 2 months ago by fartbrat. Reason: more info

    Hello @fartbrat

    Hmm, alrighty. Let’s see if this is actually a Blocksy issue.

    For integrations like this one, we require a snapshot of the site so that our developers could analyse it on their localhost machines and see what’s what. Would it be possible to provide one taken with this plugin – https://www.ads-software.com/plugins/all-in-one-wp-migration/

    Thanks.

    Thread Starter fartbrat

    (@fartbrat)

    Hi,

    I wonder if you could try on your demo site by adding the said affiliate link to a product

    (left one)
    ?https://iherb.prf.hn/click/camref:1100lKGkJ/destination:https%3A%2F%2Fiherb.com%2Fpr%2Fheimish-matcha-biome-balancing-gel-cream-3-38-fl-oz-100-ml%2F115992

    or

    (right one)
    https://iherb.pxf.io/q4Ozvj

    and test it on the product catalog and see if it redirects?

    I think that would be easier. Thanks.

    • This reply was modified 1 year, 2 months ago by fartbrat.

    Hello @fartbrat

    How would I be needed to embed these? Just adding them as links won’t work currently, as the other issue is still in the works.

    I think it would be best to provide a pre-configured setup for this, as there are lots of variables that can be missed. ??

    Thank you!

    Thread Starter fartbrat

    (@fartbrat)

    Hi, may i know how do i send the wpress file to you?

    You can use wetransfer.com and send it to support @ creative themes . zendesk . com (remove all spaces.)

    Thread Starter fartbrat

    (@fartbrat)

    I’ve sent it. Please let me know if the problem is fixed. Thanks.

    Hello @fartbrat

    Ok, I have an update from our developers.

    As we’ve studied the WordPress + WooCommerce developer guidelines, it is indeed correct that links and other stylistic elements should not appear in the excerpt. That’s simply how excerpts should work like and honestly, it is more like the plugin’s fault for actually displaying these buttons in the excerpt. I think they’re doing some weird hacks to have those shown, but this is beyond the scope of the ticket.

    In any case, our developers have implemented a filter that’s going to be available in the next update that should be released later today. It makes the excerpt for any post type be rendered as is. However, please note that this will make the excerpt length option not work anymore, since the filter pulls it exactly as is. It is a compromise of how these things should work like.

    While I cannot speak for other products and how they implement their code, since it is none of my business, I can fully confirm that we’re following the WordPress + WooCommerce developer guidelines strictly here and the current state makes the excerpts work as they should.

    In any case, the PHP filter will look something like this and will start working with the next update. This applies for all excerpt problems that you’re having.

    add_filter(
    	'blocksy:excerpt:output',
    	function ($excerpt) {
    		global $post;
    
    		if (get_post_type($post) === 'product') {
    			return $post->post_excerpt;
    		}
    
    		return $excerpt;
    	}
    );

    Hope this helps and clears things up!

    Thanks.

    Thread Starter fartbrat

    (@fartbrat)

    I didn’t notice your reply and created a new post.

    I dont understand. I didn’t have any issue two updates before. All the usual links showed and shortcode buttons as well. Now i lost both. I mean i can work with if using shortcode buttons no longer feasible but the wordpress permalinks should be no problem displaying right? The categories are just words right now while the single product pages still display properly.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘External link on product catalogue short description’ is closed to new replies.