3dCart 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. Click on 'Content->Header and Footer'
  2. If you have icons in the Box under 'Global Footer' then click on the 'WYSIWYG Mode on/off' link
  3. Paste the Installation String into the end of the 'Global Footer' textbox.
  4. Ensure the Enabled box is ticked for 'Global Footer'
  5. Paste this extra block of code just below the installation string for dynamic pricing updates on the product details and checkout pages.

        <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>
    
  6. Click 'Save Changes' at the top of the page.

 

Advanced Setting

If you have only Dynamic Converter in the Global Footer box and you are receiving 'Operation Aborted' errors in IE you will need to do the following.

  1. Click on 'Settings->Design->Themes & Styles'
  2. Click on the 'More -> Edit Template (HTML)' button
  3. Click on the 'Action -> Edit' button for frame.html
  4. find the [GLOBAL_FOOTER] placeholder
  5. move the placeholder to just before the close body tag.
  6. Click 'Save Changes' at the top of the page.

 

Installation Complete.

;