Forum Forum Magento Theme SNS Twen – Magento Theme twen_shop_policy error code

  • Author
    Posts
  • #1620

    ftripifo
    Participant

    Hello support,

    In documentation files for Twen Magento template, I belive that that code is display with wrong information, because I’m try to change and I can’t understanding the correct code.
    The docs shows the code below, take a look at class to display the icon…

    Whats is the correct code for this blocks works fine.
    Best,
    Francisco

    <div class=”shop_policy”>
    <div class=”policy-icon icon1 col-md-3 col-sm-3 col-xs-6″><em class=”fa fa-truck”>
    <h3>Free shipping</h3>
    <p>On order over $500</p>
    </div>
    <div class=”policy-icon icon2 col-md-3 col-sm-3 col-xs-6″><em class=”fa fa-rotate-left”>
    <h3>Free return</h3>
    <p>Free 30 days products return policy</p>
    </div>
    <div class=”policy-icon icon3 col-md-3 col-sm-3 col-xs-6″><em class=”fa fa-phone”>
    <h3>Call toll, free support</h3>
    <p>(123) 456 7890</p>
    </div>
    <div class=”policy-icon icon4 col-md-3 col-sm-3 col-xs-6″><em class=”fa fa-group”>
    <h3>MEMBER DISCOUNT</h3>
    <p>Be a member and receive discounts</p>
    </div>
    </div>

You must be logged in to reply to this topic. Click here to login or register