• Resolved senorkuros

    (@senorkuros)


    Hello there guys,

    I am having a problem with custom links on clients site. The site is focused to sell on amazon by being redirected from the “Buy on Amazon” button.

    English version works just fine but when I insert different links to this button for each language, the url is always pointing on one URL. I even have 2 different products which needs to be redirected to the same URL on amazon. Once I put that link, it changes this link for all of my products.

    Is there any way how to fix it? Or am I missing something?

    Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    What I understand from your words is that when you translate a link the rest of all, from other product, becomes translated also, it’s that true?
    If so, you need to know that our plugin is string-based, which means, if you have the same string on different pages, our plugin sees it as one and distributes the translation of one of them to all the others (the last translation added).
    Basically, you need to have different strings in each product to be able to translate them differently, or using our translation blocks and adding different classes for each string.

    <div class="translation-block"> 
    	<div class="masc">Partner</div>
    </div>
    <div class="translation-block">
    	div class="fem">Partner</div>
    </div>

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Url links problem’ is closed to new replies.