Jump to content

Chris_St

Member
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Chris_St

  1. Hi Again,

    Thanks for all the help with this.

    I have a warning message when I login now:

    Quote
    • WARNING: Your store appears to be using source code from 6.1.6 but the database is still at 6.1.5.Please complete the upgrade by running the setup process.
     

    Can someone please advise what I should do to fix that? Clicking through to setup gets two options, upgrade to the 6.1.6 or install 6.1.6

  2. 13 hours ago, Dirty Butter said:

    I'm guessing about this - Try it in main.php in the head and enclose it in {literal} {/literal}.

    Thanks for the suggestion. I have now trialled it in there (just before the closing head tag) with and without {literal} but didn't work,

    Thanks, Chris

  3. Hi,

    I would like to use Logaholic to track site visits. To do this I need to paste a code into each page I want tracked. Below is the code from the demo version. Can someone please tell me where to paste this? I tried it in the product description source with no luck and also in the skins default.css.

    <script type='text/javascript'>
    var lg_url = 'http://demos4.softaculous.com/Logaholic/';
    var lg_profile = 'mysite';
    </script>
    <script type='text/javascript' src='http://demos4.softaculous.com/Logaholic/inpage.js' ></script>

    I already have google anayltics tracking OK and would like to use this as a tool to provide artists with details of the visits (views) of their artworks. An alternative is a hit counter on each page. Tried a few of those but pasting into each page just gives a total for all views instead of individual pages, where with this I could generate a report for email. Plus I don't really like hit counters!

    Hope this one is easy to do,

    Regards,

    Chris

  4. Hi,

     

     

    I would like to be able to upload images to a max of 750kb. Searching the forums I found this in a previous post from B Smither:

     

     

               In the file /classes/filemanager.class.php, line 25, set the max file size you want

     

     

    I changed it to 75000 but it just gets an x on the upload and still says its too big max size 350kb

     

       

    I also tried this from another post;

     

     

    private $_directories;

        private $_mode; 

     

     

        private $_manage_cache;

        private $_manage_dir;

        private $_manage_root;

        private $_recently_uploaded = array();

        private $_sub_dir;

        private $_sendfile = false;

        //private $_max_upload_image_size = 350000;

        private $_max_upload_image_size = 6291456; // 6MB 

     

     

        public $form_fields = false;

     

     

    Still no good. Can anyone tell me please if there any other ways to get larger files into cube cart images section?

     

     

    Regards,

     

     

    Chris

    Australian United Artists

  5. Hi,

    I have obtained an API for Aus Post for the extension yet when I try out a purchase on the site there is no postage being added. I have entered a weight in the product info.

    I see that in the manage extensions area there are fields for postcode and size (Height × Width × Length) but as I have products being sold directly from artists and therefore posted from various locations across Australia I can't enter a default value in there. Is there a way around this?

    Regards,

    Chris

    australianartforsale.net

×
×
  • Create New...