• Resolved isaac93

    (@isaac93)


    Hello everyone,

    I’m currently using the Amazon Associates Link Builder plugin and it’s amazing so far.

    But I wanted to edit the Product Ad template and couldn’t achieve what I want.

    I want to remove the price from the template and show a text instead which says “Price : Check on Amazon.com”.

    It would be great if this text is also an affiliate link which people can click on.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I don’t quite see the problem. When you edit your clone of the ProductAd template, it’s plain to see, where the price goes:

                      <div class="aalb-645-pa-product-offer-price">
                         {{#MarketplaceUS}}Price{{/MarketplaceUS}}{{#MarketplaceFR}}Prix{{/MarketplaceFR}}{{#MarketplaceIT}}Prezzo{{/MarketplaceIT}}{{#MarketplaceDE}}Preis{{/MarketplaceDE}}{{#MarketplaceES}}Precio{{/MarketplaceES}}{{#MarketplaceBR}}Price{{/MarketplaceBR}}{{#MarketplaceCA}}Price{{/MarketplaceCA}}{{#MarketplaceCN}}Price{{/MarketplaceCN}}{{#MarketplaceIN}}Price{{/MarketplaceIN}}{{#MarketplaceJP}}Price{{/MarketplaceJP}}{{#MarketplaceMX}}Price{{/MarketplaceMX}}{{#MarketplaceUK}}Price{{/MarketplaceUK}}: <span class="aalb-645-pa-product-offer-price-value">{{CurrentPrice}}</span>
                      </div>
                      {{#StrikePrice}} 
                        <div class="aalb-645-pa-product-list-price">
                          {{#MarketplaceUS}}Was{{/MarketplaceUS}}{{#MarketplaceFR}}Ancien prix{{/MarketplaceFR}}{{#MarketplaceIT}}Da{{/MarketplaceIT}}{{#MarketplaceDE}}statt{{/MarketplaceDE}}{{#MarketplaceES}}Precio recomendado{{/MarketplaceES}}{{#MarketplaceBR}}Was{{/MarketplaceBR}}{{#MarketplaceCA}}Was{{/MarketplaceCA}}{{#MarketplaceCN}}Was{{/MarketplaceCN}}{{#MarketplaceIN}}Was{{/MarketplaceIN}}{{#MarketplaceJP}}Was{{/MarketplaceJP}}{{#MarketplaceMX}}Was{{/MarketplaceMX}}{{#MarketplaceUK}}Was{{/MarketplaceUK}}: <span class="aalb-645-pa-product-list-price-value">{{StrikePrice}}</span>
                        </div>
                      {{/StrikePrice}}
    

    Just remove that section from your template and put your custom text there.

    Example

    Cheers,
    Sascha

    • This reply was modified 7 years, 3 months ago by superninchen.
    Plugin Author Amazon Associates Link Builder

    (@amazonlinkbuilder)

    Thanks, @superninchen for the quick reply. Adding to what you said, you just need to remove the text {{CurrentPrice}} & place your custom text instead of that. This help to show the price word in different languages as per the marketplace for which shortcode is added.

    Thread Starter isaac93

    (@isaac93)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide the Price on Product Ad Template’ is closed to new replies.