Search:

Type: Posts; User: RuFuS

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,138

    VAT disappearing from shipping? in 1.3.8a

    I have a store which was built in 1.3.7 then upgraded to 1.3.8 and then to 1.3.8a This problem is, that I have just noticed that the VAT disappears from the shipping in the payment information page,...
  2. Replies
    14
    Views
    1,919

    Re: I think this is a CSS problem?

    Hey that would work as well, the thing is though that would add a 4em padding to every occurence in the home page. I thought I would single out the one which caused the issue so if need be the <h1>...
  3. Replies
    14
    Views
    1,919

    Re: I think this is a CSS problem?

    On the <h1> tag for the front page, you could always include a class:

    <h1 class="whatever">

    then add the spacing to the class, you could then set h1 back to 1em in your css and everything...
  4. Replies
    14
    Views
    1,919

    Re: I think this is a CSS problem?

    You need to increase the top margin for the category icon/description so that the page starts to display below the background image you have added.

    Find this:

    .categoryIcon {
    }

    Change to...
  5. Re: Blank screen on checkout-payment after upgrading to 1.3.8

    What have you got in Admin > Modules > Order Totals?

    If you have any additions outside of the standard zen cart ones?

    COD: Fee ot_cod_fee
    Discount Coupon: ot_coupon
    Group Discount:...
  6. Replies
    2
    Views
    1,144

    Re: Cart not upgrading

    Did you copy this over?

    catalog\includes\version.php
  7. Replies
    5
    Views
    1,300

    Re: Changing background image

    could you give me a url?
  8. Replies
    5
    Views
    1,300

    Re: Changing background image

    catalog\includes\templates\yourtemplatename\images
  9. Replies
    14
    Views
    1,919

    Re: I think this is a CSS problem?

    Try this:

    .centerColumn {
    background-image: url(../images/nirvanagrandopeningsale1.jpg);
    background-repeat: no-repeat;
    height: 1%;
    margin:0;
    padding-top: 93px;
    }
  10. Re: right column floats outside main frame . why ??

    Try changing your #mainWrapper css to this:

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    max-width: 90%;
    min-width:895px;
    vertical-align: top;
    border: 1px solid #4682B4;...
  11. Replies
    45
    Views
    8,064

    Re: How to put more than one photo on a product

    You just need to use css to style them the way you want to.

    For example, if you wanted to move them under the main image you could do something like:


    #productAdditionalImages {
    clear:both;
    }
  12. Re: Blank screen on checkout-payment after upgrading to 1.3.8

    What have you got in Admin > Modules > Order Totals?
  13. Re: Blank screen on checkout-payment after upgrading to 1.3.8

    It seems the culprit is the better together contribution, with this removed everything seems to be functioning...
  14. Blank screen on checkout-payment after upgrading to 1.3.8

    I have just upgraded the first of a few sites to be done (1.3.7.1 > 1.3.8). The site isn't live as it is still being developed.

    After upgrade I have a white screen on checkout_payment, I thought...
  15. Replies
    5
    Views
    2,111

    Re: Space on the header only on internet explorer

    Hi Matteo,

    The space is being caused by your tagline the way you have this layed out you would need to position it using absolute to make it display as you wish. An easier option would be to...
  16. Replies
    4
    Views
    1,046

    Re: CSS file specifics

    Hi Kairen,

    In catalog\includes\templates\yourtemplate\common\tpl_header.php

    Just before
    <!--eof-branding display-->

    Change
    <br class="clearBoth" />
  17. Replies
    4
    Views
    1,046

    Re: CSS file specifics

    Its hard to advise what you need to change without a url, but generally that white space is caused by IE not liking empty div tags.
  18. Replies
    8
    Views
    4,340

    Re: PHP for Windows...Godaddy says "No"

    If godaddy don't support php on their windows server could they just not move your account to a linux server? :blink:
  19. Replies
    5
    Views
    2,111

    Re: Space on the header only on internet explorer

    Hi Kinget, I sent you a PM
  20. Replies
    696
    Views
    169,088

    Re: Better Together Contribution Support Thread

    But when I set Re-calculate Tax to standard this happens:

    Sub-Total: £9,156.93

    Table Rate (Best Way): £6.46

    Better Together Discount: -£13.20

    VAT: £1,363.80 Should be £1362.79
  21. Replies
    696
    Views
    169,088

    Re: Better Together Contribution Support Thread

    Hi Scott,

    I seem to be in a minority with regards to this not adding up properly so I am sure it is something I am doing wrong.

    When the cart doesn't include the better together discount it...
  22. Replies
    1
    Views
    694

    Re: Adding Set Fields to products

    The easiest way would be to simply add these to the product description and use a little css to make them look as you wish.
  23. Replies
    15
    Views
    2,143

    Re: Firefox is fine, but IE cuts sideboxes off

    The <div class="clearBoth"></div> is back so strangely you have posted your own answer. :lookaroun
  24. Replies
    3
    Views
    853

    Re: Image Appearance on Screen?

    In the downloads section

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=117
  25. Replies
    5
    Views
    2,111

    Re: Space on the header only on internet explorer

    Hi Matteo,

    Did you fix this, I do not see the white space you speak of in IE7? :blink:
  26. Replies
    7
    Views
    978

    Re: Question about Odd and Even on the display

    To remove the price you can either:

    Go to Configuration > Product Listing > Display Product Price/Add To Cart and set it to 0 (this will remove the whole column)

    or go to
    ...
  27. Replies
    7
    Views
    978

    Re: Question about Odd and Even on the display

    To remove the "add to cart" from the product listing page go to:

    configuration > Product Listing

    Set Display Product Add To Cart Button to 0
  28. Replies
    3
    Views
    853

    Re: Image Appearance on Screen?

    Take a look at the image handler 2 contribution, it will resize your images on the fly. Only needing to upload one image also saves a lot of time.
  29. Replies
    7
    Views
    978

    Re: Question about Odd and Even on the display

    Could we have a url :lookaroun
  30. Replies
    45
    Views
    8,064

    Re: How to put more than one photo on a product

    Hi, would I be right in saying that your site is a template monster template?

    Their templates do appear to have a few issues, of which this may be one.

    Take a look in...
  31. Replies
    2
    Views
    1,216

    Re: Better together problem

    Hi,

    Should that not be:

    $this->add_cat_to_cat(1, 3, "%", 10);
  32. Re: First customer! where is pymt? Address not matching..?

    To be honest I would of thought the risk would be lower for pet supplies. As most items that are purchased fraudulantly are done so to be quickly resold.

    I personally do not have a store but do...
  33. Re: First customer! where is pymt? Address not matching..?

    Hi Rob,

    Making the billing address & shipping address the same is something I am asked to do all the time, you should remember though that you REALLY have to consider what your selling.
    ...
  34. Thread: Shipping Option

    by RuFuS
    Replies
    3
    Views
    703

    Re: Shipping Option

    Hi Adam,

    If you go to Admin > Tools > Developers Toolkit

    You can search for what you will need to change.
  35. Re: First customer! where is pymt? Address not matching..?

    Hi Rob,

    You do need to be careful, I have built quite a few carts in the UK and all but one of them ONLY deliver to the card owners address.

    If neither shipping or billing address doesn't match...
  36. Replies
    2
    Views
    1,180

    Re: Header image over-run by text

    Hi,

    Add the following to your css stylesheet

    #logoWrapper {
    height:204px;
    }
  37. Replies
    2
    Views
    796

    Re: ImageHandler problem

    Either

    Install the rest of the contribution so zen cart finds what is missing

    or

    Remove what you have added, as long as you haven't run the install via your admin (which I am guessing you...
  38. Replies
    2
    Views
    1,642

    Re: Save 20% When two items purchased

    Hi Misty,

    Thanks for that, it was exactly what I was trying to achieve...

    :smile:
  39. Replies
    1
    Views
    872

    Re: Strange image problem

    Hi Waru,

    Its because Zen Cart is seeing the second image as an additional image.

    This should explain:
    https://www.zen-cart.com/tutorials/index.php?article=58
  40. Replies
    2
    Views
    1,642

    Save 20% When two items purchased

    I am having one of those days...

    What I need to do is this, the site sells LCD's and stands that are in seperate categories (as they can purchased seperately). If someone buys a LCD and a glass...
  41. Replies
    2
    Views
    897

    Re: Additional images

    Hi Renz,

    Because the original image for this product is called CAT%20System.JPG and the other image is called CAT%20System_2.JPG zen is seeing it as an additional image as it contains the original...
  42. Replies
    2
    Views
    1,517

    Re: Background image not showing up with CSS

    You seem to have a typo here:

    background-image: url(..images/background.gif);

    Should be:

    background-image: url(../images/background.gif);
  43. Replies
    4
    Views
    907

    Re: More than one picture for a product?

    Take a look here:

    http://www.zen-cart.com/forum/showthread.php?t=80034
  44. Replies
    45
    Views
    8,064

    Re: How to put more than one photo on a product

    Hi Kylie,

    Basically all you need do is ftp your extra images to the same folder as the original image (that you added when creating your product listing), using image names that contain the...
  45. Replies
    21
    Views
    2,130

    Re: Need ideas for module name

    How about a mix of #3 and #5

    AJAX Multiple Product Info Image Viewer
  46. Re: Getting error message for godaddy ssl & site seal

    I take it you are using Blank Sidebox 2.0

    Have you got all three elements in place it looks like includes/modules/sideboxes/godaddyplus.php is missing?

    Another point is that template_default...
  47. Replies
    19
    Views
    2,462

    Re: restrict where I ship to

    Why not remove the states and countries you can't deliver to, that way they can't order :blink:
  48. Replies
    3
    Views
    1,363

    Re: Changing the width of the mainpage

    In Configuration > Layout Settings set your Column Width Right & Column Width - Right Boxes to 0px
  49. Re: Remove "Log in" and "Checkout"? Screenshot attached...

    Hi,

    You are looking for the following code in catalog\includes\templates\yourtemplate\common\tpl_header.php


    <div id="navMain">
    <ul class="back">
    <li><?php echo '<a href="' ....
  50. Thread: Add to cart text

    by RuFuS
    Replies
    2
    Views
    683

    Re: Add to cart text

    catalog\includes\languages\yourtemplate\english.php

    Line #383 : define('PRODUCTS_ORDER_QTY_TEXT','Add to Cart: ');

    Remember (as in this case) you can find most things within the store by...
Results 1 to 50 of 209
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR