Bug in output, wrong class
-
file: inc/amazon-product-in-a-post-functions.php
Line: 304Uses class: “amazon-new” when this is the used price. The class should be “amazon-used”
Also, there is no tag that allows the removal of the “used” prices in the shortcode.
according to the source, used_price=”0″ should work, but does not. This is also an alteration of the format used for listprice=”0″ (both either should or should NOT have the underscore) This is what led me to looking at hiding the used prices based on the class, but that proved fatal due to the first bug.
Lastly, the “buy now” button, is inside a div called “amazon-dates”, which is hidden immediately, using the default styles.
.amazon-dates > div {visibility:hidden;}https://www.ads-software.com/plugins/amazon-product-in-a-post-plugin/
- The topic ‘Bug in output, wrong class’ is closed to new replies.