Viewing 1 replies (of 1 total)
  • You can add parameters to the shortcode to hide or display elements.

    Add ‘show_used’ parameter to turn off the used price, like so:
    [AMAZONPRODUCTS asin="B0084IG8TM" show_used="0"]

    You can also get rid of the list price by adding:
    show_list="0"

    Add features:
    features="1"

    Or show extra photos:
    gallery="1"

    See the “Shortcode Usage” page in the plugin menu on your site for more info on what you can do with the shortcodes.

    An alternate method would be to use CSS to hide the used price element on the page (this would be a more global thing). Add the following to the CSS styles:

    .amazon-product-price td.amazon-used-label,
    .amazon-product-price td.amazon-used {
        display: none;
    }

    Warm regards,
    Don

Viewing 1 replies (of 1 total)

The topic ‘Remove used prices’ is closed to new replies.