Hello again,
please ignore the problem with the slider that I mentioned above. I changed the slider plugin and everything is OK now.
However my other problem stands.
If I use the code:
Price: [amazon-element asin="XXXXXXXXXX" fields="Offers_Offer_OfferListing_Price_FormattedPrice_clean"]
I get the following HTML code in my source:
Price:
<div class='amazon-element-wrapper'>
$49.95
</div>
Is it possible to only get the “$49,95”, without the wrapping DIV?