• Hi,

    I am running an Amazon Affiliate website with multi Amazon region partners. The problem is that I have is that I am using the Read more button with Wzone on on my product’s page and the button is not linking to the right country when the visitor select a radio button on my products page! The only way to choose the right country is by clicking on the country name then the visitor will be directed to the desired Amazon store, which it could be not predictable by the visitor! Is there an easy way to fix that? Also, for your information, I have first contacted the Wzone plugin support and the WooCommerce support and both of them adviced me to contact the “Read more” button plugin support for that issue.
    Thanks,
    Zimba

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tim Eckel

    (@teckel)

    This would be fairly hard to diagnose without having a website setup like yours. In the code, the link that the Read More link is going to is:

    get_permalink( get_the_ID() )

    That would normally be the link to the article. My guess is one of these other plugins has altered the links to be something different. If you could figure out how these other plugins alter the link, you could replace the above code in the Read More Excerpt Link plugin to what the other plugin is expecting.

    Sorry, but that’s about the best advice I can give. Plugins can cause conflicts if they’re both altering the same information, which it appears is the case here.

Viewing 1 replies (of 1 total)
  • The topic ‘Wzone & Read more conflict’ is closed to new replies.