• Resolved pompi

    (@pompejanska)


    1. How to load images?

    2. How to load descriptions without html tags? The plugin loads description with html tags and show them as plain text:

    <p>Niezwyk?a ksi??ka

    3. The button “Buy it now” isn’t linked:
    <a class="buy-it-now" href="">Buy it now</a>

    • This topic was modified 7 years, 10 months ago by pompi.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author santerref

    (@santerref)

    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).

    Plugin Author santerref

    (@santerref)

    You can contact me by email : [email protected] !

    Plugin Author santerref

    (@santerref)

    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.

    Plugin Author santerref

    (@santerref)

    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.

    ACL Attributes Rules

    What is the version of your Magento installation?

    Thread Starter pompi

    (@pompejanska)

    YES! Now it works! ??
    How to change the default currency symbol “$”?

    Plugin Author santerref

    (@santerref)

    In the documentation, you have all shortcode attributes described :

    https://magentowp.santerref.com/plugin/documentation-1.0.pdf

    You can set suffix and prefix for the price !

    [magento suffix=”” prefix=”€”]

    • This reply was modified 7 years, 10 months ago by santerref.
    Thread Starter pompi

    (@pompejanska)

    Great job! ??
    But standard quotes ” ” don’t work for me –?I use ‘ ‘

    Thread Starter pompi

    (@pompejanska)

    And…

    2. You can use the filter product_short_description to strip all html tags or to remove the <p> and the <div> wrappers.

    How?

    Plugin Author santerref

    (@santerref)

    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.

    Thread Starter pompi

    (@pompejanska)

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Some problems’ is closed to new replies.