Viewing 7 replies - 1 through 7 (of 7 total)
  • stacylee12,
    Can you point out in the license agreement where the guideline states that the specific button usage? Or send us the notice from Amazon for denying the application based on the plugin (you can send to plugins@fischercreativemedia.com).

    We review the Terms of Service, Operating Agreements and other changes regularly and have not seen any button usage requirements. If we can confirm this is indeed something that is required by any of the Product Advertising or Affiliate user agreements or terms of service, then we will definitely change them to comply with those guidelines.

    Warm regards,
    Don

    Thread Starter stacylee12

    (@stacylee12)

    I will forward you my conversation with Support.

    Thread Starter stacylee12

    (@stacylee12)

    Don,
    Did you have a chance to look at the information?
    Alternatively, for me at least, can you assist me with how to change the button on my own page?
    There was a question & answer on this but I didn’t understand it to be honest.

    We are working on an update. We will be changing out the buttons to make sure they meet the terms of use. This will probably be ready by the end of the week.

    For those of you that need an immediate fix, you can add this to your functions.php file (after the opening <?php tag and before the closing ?> tag):

    function appip_amazon_button_url_change_the_button ( $url ){
    	//change the below URL to your button URL to use.
    	return 'http://yoursite.com/wp-content/uploads/new-amazon-buy-button.png';
    }
    add_filter('appip_amazon_button_url', 'appip_amazon_button_url_change_the_button');

    Be sure to change out the button URL before you add it.

    Warmest regards,
    Don

    The latest version has Amazon compliant buttons.
    Warmest regards,
    Don

    Hi Don,

    The update showed new buttons for about 2 weeks, and all of a sudden I’m getting the old, in-violation buttons. It doesn’t seem to matter if it’s a new or old post/page.

    I did some exploring via FTP and am finding both new and old buttons in the install. I’m wondering if the old buttons are even needed now that they’ve been replaced… is there a cache somewhere I could clean, or a tweak to the code that would get me back to the new buttons?

    Many thanks in advance.

    check that your server did not get backed up from an older version.
    I not, it could be your browser cache, as the plugin has nit been updated since the new buttons were added.

    If you open the site in an incognito or private browsing window, do you see the new buttons?

    Regards,
    Don

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Buy Now Button Not Per Current License’ is closed to new replies.