Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. <div class="boxouter">
    
    <div class="leftbox">
    
    <a href="index.php"> <img src="http://www.WEBSITE.co.uk/skins/Legend/styleImages/backgrounds/topHeader.jpg" alt="WEBSITE" border="0"></a>
    
    </div>
    
    <div class="rightbox">
    
    {SEARCH_FORM}
    
    </div>
    
    </div>
    
    
    In layout.css:
    
    
    
    
    
    .boxouter {
    
    width: 750px;
    
    height: 150px;
    
    }
    
    .leftbox {
    
    float: left;
    
    width: 500px;
    
    height: 150px;
    
    }
    
    .rightbox {
    
    float: left;
    
    width: 250px;
    
    height: 150px;
    
    }

  2. If all your items are the same weight you can just use the per item shipping.

    If your items all weight differently then how can cubecart work out the weight by you inputing one value ??

    The 'by weight' shipping is the total weight at checkout.

    So you need to tell it:

    If the cart value weighs less than xxx shipping cost = xxx, etc

    Your problem is that you do not have a value set high enough for the total cart value (just the individual weight of a product).

    There is no calculation that can do the sums for you if the items all weigh differently !! other than using a cart total weight sum.

  3. Thats why I put practicaly in the brackets. All I meant was that its not just a query alteration or a condition change.

    The store would need modding as you would only be able to show prods that have a stock value, so any stock with 'use stock levels' set to no would not be show. An extra field would be needed in the DB to define the criteria.

    Anything can be done if you put your mind to it Jon.

    Try and get my missus to stop buying cushions (ARGGHHHH!!!) we have millions of scatter cushions..but she keeps buying more... :wacko:

  4. Any of you got a gnome axactly the same as the one in the pic.

    If so I realy need a favour doing.

    I need pics from all over the world with look a like gnomes (ie, on the beach, in LA) that sort of thing.

    gnome_template.jpg

    This realy is urgent.

    Cant explain too much now but will do so later.

    Please help out, its a good laugh.

    Thanks

    Jon

  5. Hi all,

    Can anyone enlighten me on Sunday opt out laws in UK.

    I have just handed my sunday working notice in to my employer and have been informed by them that they will make me work more Saturdays to make up for not working Sundays !!!

    Is this not discrimination as I thought no changes can be made if you opt out ??

    Thoughts !! :)

  6. Its just text that is held in the lang file, if you look at the button code youll see the sense in it by following the path.

    Its in root/language/en( or whatever language you are using)/lang.inc.php

    But be warned its a long file so I would advise using CTRL+F and typing the text your looking for :P

×
×
  • Create New...