Just moved to ISC, what needs changing from default
  • March 2011
    I've just moved my site over to ISC from Actinic. What changes (if any) do I need to make to the default settings that it comes with?

    I've picked a store design, setup SagePay, Tax, Shipping etc.

    I'm hosting with Nu-Blue after various recommendations from this site.
     
  • March 2011
    Sounds like you have covered it all TBH - its pretty easy just work your way through the settings tabs.

    Then look at marketing and setup MailChimp, Facebook, gift certificates and auto googlebase submissions
     
  • March 2011
    How do I get rid of the 'Powered by Interspire' link. Do I have to edit the footer or is there another setting?
     
  • GrantGGrantG
     
    March 2011
    consciouspnm said:
    How do I get rid of the 'Powered by Interspire' link. Do I have to edit the footer or is there another setting?


    Edit /includes/whitelabel.php

    Set 'DisableFrontEndPoweredBy' to True.
    $GLOBALS['ISC_CFG']['DisableFrontEndPoweredBy'] = true;


    This removes all 'Powered by' links on the front-end. You can whitelabel the control panel by repeating this for /admin/includes/whitelabel.php
     
  • March 2011
    Thanks, I've done that, but now I'm left with a pipe character at the end...:

    All prices are in GBP. Copyright 2011 Energy Monitors Direct. Sitemap | 
     
  • GrantGGrantG
     
    March 2011
    consciouspnm said:
    Thanks, I've done that, but now I'm left with a pipe character at the end...:

    All prices are in GBP. Copyright 2011 Energy Monitors Direct. Sitemap | 


    Not sure why this was never changed in recent updates to the software as I suppose it is a cosmetic blemish, however, if I remember correctly, this is in /templates/__master/snippets/SitemapLink.html
     
  • March 2011
    Do you also know where the invoice template has been moved to? I'm trying to implement integrated labels but can't find the order.invoice file.