cloudCart Installation Guide

Important

  • You must enter the ISO4217 of your base currency into the 'Base currency symbol' option

  • Select 16: 100.00 ??? for 'Base currency display format' option

  • 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 yoursite. That Installation String now needs to be added to your web site pages.

  1. Login to your cloudcart console and select My Store -> Widgets -> Footer text
  2. On the Text toolbar click on the source code <> icon
  3. Paste your installation string and the extra block below
    <script>
      function dc_call_after_convert() {
        window.dc_call_after_convert = null;
        (function(){
             var oldcontent = '';
             setInterval(
                function() {
                   try {
                      var currentText = jQuery('body').eq(0).text();
                      if (currentText != oldcontent ) {
                           if (window.dc_convert_now) {
                               dc_convert_now();
                               oldcontent = jQuery('body').eq(0).text();
                           }
                      }
                   }catch(e){}
               },500);
        })();
      }
    </script>
    
  4. And 'Save widget'

Installation Complete.

 

;