Weebly installation Guide

Important

The "AUTO DETECT PRICES" option must be selected in Step 1 (selected by default).

Step 3. Pasting the Installation String into your website.

Under 'Step 2. - Installation String', on the Dynamic Converter Settings page in the text box, you will see the Installation String for your site. That Installation String now needs to be added to your web site pages.

Login to the administration control for your website.

 

  1. Go to the Settings tab at the top of the page in your "Admin" portal
  2. Click on the SEO tab
  3. Paste the Installation String into the end of the 'Footer' textbox.
  4. Paste this extra block of code just below the installation string for dynamic pricing updates on the product details pages.

        <script>
          function dc_call_after_convert() {
              window.dc_call_after_convert = null;
              (function(){
                  var oldcontent = '';
                  setInterval(
                      function() {
                          try {
                              var currentText = jQuery('#wsite-com-product-price-range').eq(0).text();
                              if (currentText != oldcontent ) {
                                  if (window.dc_convert_now) {
                                      dc_convert_now();
                                      oldcontent = jQuery('#wsite-com-product-price-range').eq(0).text();
                                  }
                              }
                          }catch(e){}
                      },500);
              })();
          }
        </script>
    
  5. Save the changes

 

Installation Complete.

;