Hi pompejanska,
1. What do you mean by “How to load images”?
2. You can use the filter product_short_description to strip all html tags or to remove the <p> and the <div> wrappers.
3. Is is possible to have a link to your WordPress to see what is happening? Is it all your buy it now buttons that isn’t working of only one?
Thanks!
Thread Starter
pompi
(@pompejanska)
1. Products images
2. Where?
3. Yes, of course. What is your email/suppoert address?
(All buttons aren’t working).
You can contact me by email : [email protected] !
Hi,
I have replied to your email.
It seems like some fields (permissions) are missing in your Magento REST API configuration.
Make sure that the buy it now URL and the product images and allowed to be retrieved by the API. Otherwise, the plugin won’t be able to use them and show them.
Hi pompejanska,
If you take a look at your ACL Attributes Rules for the Guest role, do you have all those attributes checked ?
You have to make sure that Buy now URL is checked to get the “Buy it now” button working.

What is the version of your Magento installation?
Thread Starter
pompi
(@pompejanska)
YES! Now it works! 🙂
How to change the default currency symbol “$”?
In the documentation, you have all shortcode attributes described :
http://magentowp.santerref.com/plugin/documentation-1.0.pdf
You can set suffix and prefix for the price !
[magento suffix=”” prefix=”€”]
-
This reply was modified 9 years, 5 months ago by
santerref.
Thread Starter
pompi
(@pompejanska)
Great job! 🙂
But standard quotes ” ” don’t work for me – I use ‘ ‘
I have pushed an update few minutes ago that strips all HTML tags by default on product name and product short description.
Otherwise, you would have to write some PHP code in your theme or in a custom plugin that trips the tags for you.