Advertisement
andhiirawan

FAQ

Dec 9th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.30 KB | None | 0 0
  1. <div class="faq-page-title"><h1>Frequently Asked Questions</h1></div>
  2. <div class="faq-content">
  3. <div class="faq-right-con">
  4.  
  5. <div class="faq-item">
  6. <div class="faq-right-con-title1">How do I shop at IRWAN TEAM?</div>
  7. <div class="faq-right-con-sub1" style="display: none;">You can shop with us by:<ol>
  8. <li><p>Visit IRWAN Store</p>DKI Jakarta.</li>
  9. <li><p>Online order at IRWAN Website</p><a href="https://www.irwanteam.co.id">IRWAN's Official Website</a></li>
  10. </ol>
  11. </div>
  12. </div>
  13.  
  14. <div id="how-to-shop" class="faq-item">
  15. <div id="how-to-shop-title" class="faq-right-con-title2">How to Shop Online?</div>
  16. <div id="how-to-shop-sub" class="faq-right-con-sub2" style="display: none;"><ol>
  17. <li>
  18. <p>After decided what item you like to buy, click "ADD TO CART"</p>
  19. <img alt="" src="{{media url=" /></li>
  20.  
  21. </ol></div>
  22. </div>
  23.  
  24. <div id="cc-terms" class="faq-item">
  25. <div id="cc-terms-title" class="faq-right-con-title3">How to shop with Credit Card?</div>
  26. <div id="cc-terms-sub" class="faq-right-con-sub3" style="display: none;">
  27. <p>You can use your credit card safely by following these steps:</p>
  28. <ol>
  29. <li>
  30. <p>Select Credit Card option on payment method</p>
  31. <img alt="" src="{{config path=" /></li>
  32. <li>
  33. <p>Finish. Click Done to continue shopping</p>
  34. <img alt="" src="{{config path=" /></li>
  35. </ol></div>
  36. </div>
  37.  
  38. </div>
  39. </div>
  40. <script type="text/javascript">// <![CDATA[
  41. jQuery(document).ready(function() {
  42.    if(window.location.toString().indexOf("#installment-terms")!=-1) {
  43.        jQuery('#installment-terms-title').toggle();
  44.        jQuery('#installment-terms-sub').toggleClass('opened');
  45.    }
  46.    else if(window.location.toString().indexOf("#cc-terms")!=-1) {
  47.        jQuery('#cc-terms-title').toggle();
  48.        jQuery('#cc-terms-sub').toggleClass('opened');
  49.    }
  50.    else if(window.location.toString().indexOf("#store")!=-1) {
  51.        jQuery('#store-title').toggle();
  52.        jQuery('#store-sub').toggleClass('opened');
  53.    }
  54.    else if(window.location.toString().indexOf("#preloved")!=-1) {
  55.        jQuery('#preloved-title').toggle();
  56.        jQuery('#preloved-sub').toggleClass('opened');
  57.    }
  58.    else if(window.location.toString().indexOf("#how-to-shop")!=-1) {
  59.        jQuery('#how-to-shop-title').toggle();
  60.        jQuery('#how-to-shop-sub').toggleClass('opened');
  61.    }
  62. });
  63. // ]]></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement