• Resolved paranka1

    (@paranka1)


    Hi, I should convert the “ProductLink” template of “AALB” and return the text argument (lormeipsum anchor text),

    [amazon_textlink asin=’xxx’ text=’lormeipsum anchor text’ template=’ProductLink’]

    How can I fix it? Thank you.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Should the text “lormeipsum anchor text” be replaced with the product title?

    Thread Starter paranka1

    (@paranka1)

    hello, is a templete for single product :
    <a href="$product[link]">lormeipsum anchor text</a>

    • This reply was modified 4 years, 9 months ago by paranka1.
    • This reply was modified 4 years, 9 months ago by paranka1.
    Thread Starter paranka1

    (@paranka1)

    Yes, the text “lormeipsum anchor text” should replace the product title.

    Plugin Author miunosoft

    (@miunosoft)

    I see. Let me see what I can do.

    Thread Starter paranka1

    (@paranka1)

    Thanks

    Plugin Author miunosoft

    (@miunosoft)

    You can grab the development version 4.0.0b05. It should convert [amazon_textlink] AALB shortcode into a simple text link and when the text argument is present, its value will be altered with the product title.

    Let me know if that works for you or not.

    Thread Starter paranka1

    (@paranka1)

    Hello and thank you for your availability,
    converts [amazon_textlink] correctly, but since the link is within a text, you should remove any div tags and leave only the link tags within a text

    now:

    <div class="amazon-auto-links">
        <div class="amazon-products-container amazon-unit-" style="">
            <div class="amazon-product-container">
                <div class="amazon-product converted-aalb">
                    <a href="#" title="" rel="nofollow noopener" target="_blank">lormeipsum anchor text</a>
                </div>
            </div>
        </div>
        <!-- Rendered with Amazon Auto Links by miunosoft -->
    </div>

    would be best:

    <p>Lorem ipsum dolor sit amet, consectetur adipiscing 
     <a href="#" title="" rel="nofollow noopener noreferrer" target="_blank">lormeipsum anchor text</a>  Lorem ipsum dolor sit amet, consectetur adipiscing </p>
    • This reply was modified 4 years, 9 months ago by paranka1.
    Thread Starter paranka1

    (@paranka1)

    hello I noticed that in the development version 4.0.0b05 the price does not have a comma and the currency symbol “€”.

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    For a different issue, please create a new topic.

    As for the original issue, it requires a new template to completely remove outer div elements. For a test, I created a text only template to see whether it works or not and it seems okay but it created another issue. I’m working on solving it but it may take several days.

    I’ll get back to you when it’s done.

    Plugin Author miunosoft

    (@miunosoft)

    @paranka1 v4.0.0b06 adds the new Text template and you can entirely remove the outer container elements with it.

    1. Go to Dashboard -> Amazon Auto Links -> Templates and activate Text.
    2. Go to Dashboard -> Amazon Auto Links -> 3rd Party and make sure you have ProductLink -> Text template conversion item in the Template Conversion option.

    That’s all you need to do.

    Let me know if it works for you or not.

    Thread Starter paranka1

    (@paranka1)

    Thank you, perfect!

    Thread Starter paranka1

    (@paranka1)

    it works perfectly thanks .
    when will it be returned to the stable version ?
    or just copy the templete text to the stable version ?

    Plugin Author miunosoft

    (@miunosoft)

    Glad to hear it works!

    The date of the next release is unknown. It will be after tests are done.

    When a new version is released, you’ll see an update notice in the admin area. Then you should be able to update it normally. Possibly, you may first need to uninstall the beta version which you are currently using due to a different directory name of the plugin files. But it’s just a matter of few clicks.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘ProductLink AALB template’ is closed to new replies.