• Trying to add more info into the product info such as price, features, reviews, etc. Trying admin > manage units > edit unit > feature settings. Changes are being saved in the admin area, but no changes are taking affect when “view unit” or on the front end. Amazon product still have the default info set by the plugin.

    This is what I tried:

    <div class="amazon-auto-links-product">
        <div class="amazon-auto-links-product-image">
            %image%
        </div>
        <div class="amazon-auto-links-product-body">
            %title%
            %description%
            %rank%
            %prime%
            %image_set%
            %feature%
            %price%
            %button%
            %rating%
            %review%
            %disclaimer%
        </div>
    </div>
    • This topic was modified 4 years, 4 months ago by wordmax.
Viewing 1 replies (of 1 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    For a test, can you insert some text like TESTING and see if the change is reflected?

    
    <div class="amazon-auto-links-product">
        <div class="amazon-auto-links-product-image">
            %image%
        </div>
        <div class="amazon-auto-links-product-body">
            %title%
            %description%
            %rank%
            %prime%
            %image_set%
            %feature%
            %price%
            %button%
            %rating%
            %review%
            %disclaimer%
            TESTING 
        </div>
    </div>
    

    You should see the text TESTING in the page followed by the View Unit link. If not, I suspect a caching plugin. Make sure you disable any of them if activated.

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit unit > Item format changes not working’ is closed to new replies.