Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. Open skins/ yourskin/ stleTemplates/ layout.css

    Look for:

    .subCat (line 136)
    
    {
    
    text-align: center;
    
    padding-top: 8px;
    
    padding-right: 8px;
    
    padding-bottom: 8px;
    
    padding-left: 8px;
    
    float: left;
    
    width: 110px;
    
    height: 50px;
    
    }

    And change the width and height to a couple of pixels larger than your actual images. :cry:

  2. How does Cubecart get around the Vista 'read only' settings on localhost ?? for things like the image folders ??

    Ive just installed another script on my localhost and it keeps telling me to set the folder to 2777 if not then 777 should work, all the security settings are ticked for full control but Vista wont allow the read only box to be unticked (just Google for it, youll see lots of threads in this) so I cant use the folder.

  3. You can alter the state of the ids showing on the site by the sql query in the apporpriate files.

    Just do a search in the forums or over at cubecartforums.org.

    Lots of people ask this question so it shouldnt be hard to find ;)

    As to the category numbers being wrong,

    Go into your admin side of CC and right down at the bottom on the left nav is 'recount & rebuild'

    Just update the appropriate query.

  4. There could be a few ways of this:

    1... The _ could be nothing more than a naming convention and therefore has no effect on the other db, so either can be deleted.

    2... Backup the good db and import its contents into the old db then check that it works by altering global.inc.php. If all is well just delete the _ db.

    3... Just backup the _ db delete the old one and if the good one is deleted just recreate and import the backup.

    Hope this is off some help Joe

  5. Hi,

    Im trying to get an image gallery with rollovers on Ebay. I know its awkward for Javascript but ive seen other auctions with similiar and they work but it wont let me upload ???

    error: your listing cannot contain javascript(".cookie","cookie(","replace(",IFRAME, META or includes),cookie or base href.

    Any ideas how to achieve on an Ebay listing ??

    Thanks

    Jon

    Figured it out.

    Ebay isnt the easiest for adding Javascript but got there in the end.

  6. Ok, it seems you have a Windows hosting account. There are a few things different that you must do with regards to the /includes/global.inc.php file:

    $glob['rootDir'] = 'e:\\\\domains\\\\s\\\\sahara-ci.co.uk\\\\user\\\\htdocs\\\\shop';

    $glob['rootRel'] = '/shop/';

    $glob['storeURL'] = 'http://www.sahara-ci.co.uk/shop';

    Take note that for Windows systems, the path from Root (a drive letter) to your store involves backslashes. For each backslash, you need four backslashes (that's just how it works).

    Maybe something to consider for the install procedure ???

    A choice of server type on the install info step ??

    Just a thought :)

×
×
  • Create New...