Search:

Type: Posts; User: brandtim

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Product Listing Alignment Problem with Column Grid Mod in FF

    ed75,

    I cannot see the problem you describe. Can you post a direct link to a page where the problem occurs?

    BrandTim
  2. Re: Product Listing Alignment Problem with Column Grid Mod in FF

    uncentaur,

    It's not a variable ... it's in the code in one of your template files.

    Try looking in /path/to/your/shop/includes/templates/{YOUR_TEMPLATE}/templates/tpl_modules_product_listing.php...
  3. Re: Product Listing Alignment Problem with Column Grid Mod in FF

    For a start, try removing the class 'forward' from the div with id "productsListingListingTopLinks". That will help.

    BrandTim
  4. Re: Product Listing Alignment Problem with Column Grid Mod in FF

    ideasgirl,

    Did you get this fixed? I just took a look at the link you posted and I don't see the problem that you described.

    BrandTim
  5. Re: Product Listing Alignment Problem with Column Grid Mod in FF

    brocolee,

    Your columns aren't moving around - your images are different heights and so don't push everything else down the same amount.

    Short of making all your images the same height, you can...
  6. Replies
    14
    Views
    3,226

    Re: Replacing Categories - Tabs Menu with Images

    teva,

    I sounds like you have whitespace before or after a <?php ?> tag, but I can't tell without a link.

    BrandTim
  7. Replies
    14
    Views
    3,226

    Re: Replacing Categories - Tabs Menu with Images

    I can try to help ... but I really need a link to your website so I can see exactly what's happening.

    BrandTim
  8. Thread: Weird error

    by brandtim
    Replies
    2
    Views
    1,034

    Re: Weird error

    Most likely you opened a text file on a different OS than the server is running and the file's encoding got changed to UTF or Unicode. Re-open the file with something like Notepad2, change the...
  9. Replies
    2
    Views
    1,111

    Re: Problem with FedEx Module

    http://www.zen-cart.com/forum/showpost.php?p=488909&postcount=23
  10. Replies
    13
    Views
    4,000

    Re: FedEx Not Showing Up

    http://www.zen-cart.com/forum/showpost.php?p=488909&postcount=23
  11. Replies
    13
    Views
    2,078

    Re: Mysterious Missing Attributes

    There are any number of places that $_POST data can get modified .... try going to your admin --> Tools --> Developers Tool Kit and entering in "$_POST" (without the quotes) into the bottom search...
  12. Replies
    6
    Views
    1,493

    Re: Shopping Cart - add image?

    Add this to your includes/templates/YOUR_TEMPLATE/common/tpl_header.php file:



    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <a href="<?php echo...
  13. Replies
    14
    Views
    3,975

    Re: Floating Images

    Important: Leave the ALT tags. You want to remove the TITLE tags.

    The Image Handler mod must be using it's own piece of code to make the image HTML. In your Developer's Tool Kit, search for...
  14. Replies
    9
    Views
    1,350

    Re: Featured Products Layout messed up

    FF

    Save Complete extension

    BrandTim
  15. Replies
    6
    Views
    1,207

    Re: CSS help for IE! Want to cry....

    Just realized that I was mistaken about the transparency problem. IE7 was rendering the transparency fine ... but the float was pushing the div with the gradient to the left and showing the color...
  16. Replies
    9
    Views
    1,350

    Re: Featured Products Layout messed up

    We really need to be able to see the HTML source on the pages that aren't working properly .... that's what I was asking for in the link. Unfortunately, images do convey what elements are doing what...
  17. Replies
    4
    Views
    1,916

    Re: $Breadcrumb shows Customer Approval Status

    This could also be a template issue .... what happens if you switch to the Classic template? Do you still get the errors?

    BrandTim
  18. Replies
    1
    Views
    742

    Re: Catagories Image help

    Admin --> Configuration --> Product Info --> Previous Next - Navigation Includes Category Name and Image Status

    BrandTim
  19. Replies
    6
    Views
    1,207

    Re: CSS help for IE! Want to cry....

    You did right starting in Firefox ... that'll make the rest easy.

    IE7's support for alpha channel is spotty at best and in IE6 it's virtually non-existent. Since you're just doing a fade to white,...
  20. Replies
    8
    Views
    1,383

    Re: Custom download login for elearning

    As a paying customer, I'd be annoyed with this solution. At this point, I would have already had to generate a username/password combination for your website in order to sign up for the class and...
  21. Replies
    3
    Views
    1,860

    Re: Sort products by model number

    Really not clear on what you mean by this.





    That place in the admin that I mentioned above is where you change it FOR the public view ... there are numerous places this can be over-ridden,...
  22. Replies
    11
    Views
    6,516

    Re: Installing Zen cart in the root folder!

    peppyone,

    I don't think you're reading the EP documentation correctly. Many people are using it with ZenCart installed in the root of their public web directory. I haven't used it myself, but...
  23. Replies
    14
    Views
    3,975

    Re: Floating Images

    Those yellow-background pop-up boxes are the images' title tags. In order to get rid of them, you'll need to remove the titles from the image elements.

    The easiest way I can think of to fix this...
  24. Re: Attributes - "More Info" / "Buy Now" Help please.

    Unfortunately, what you are trying to do is not a simple modification.

    The product listing page does not know what attributes are available for a product, it only knows if a product has...
  25. Replies
    1
    Views
    978

    Re: Delete all products/categories

    Easiest way is actually to delete all of the files, clean out the database, and reinstall. Also, this mod is useful for cleaning out the demo files once you've done that.

    BrandTim
  26. Replies
    5
    Views
    1,682

    Re: mydomain.com/zencart

    As mentioned in the FAQ above ...

    Be sure to edit your includes/configure.php and admin/includes/configure.php to note the change in directory.

    BrandTim
  27. Replies
    2
    Views
    714

    Re: Attribute Product

    You'll need one of the stock by attribute mods ...

    http://www.zen-cart.com/index.php?main_page=index&cPath=40_47&sort=20a&page=4

    BrandTim
  28. Re: Other products from same category listed in product info

    Easy enough. Add this code to the end of your includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display file:



    <?php
    /* This code adds a products listing to the bottom of...
  29. Replies
    2
    Views
    823

    Re: category / design

    Or you could use the same mark-up and use the css over-rides to apply unique css to each category. See the docs directory of your ZC download.

    BrandTim
  30. Re: need advice on a strange issue and layout differences

    First off, you have way, way, way much more mark-up than you need. Clean it out some and everything will be a lot easier.

    Second, your HTML is not even close to valid:...
  31. Replies
    4
    Views
    1,231

    Re: Preview and Cancel Buttons are Missing

    What version of ZC are you using? What mods have you installed?

    Those buttons will not go away on their own ... so you must have done something to the code to take them away. You need to un-do...
  32. Replies
    7
    Views
    878

    Re: I need Help on setting up everything

    In the ZC download, there is a docs directory which will walk you through the setup.

    Conversely, if you need someone to do it for you, you might try here:...
  33. Replies
    9
    Views
    1,350

    Re: Featured Products Layout messed up

    Link?

    BrandTim
  34. Replies
    6
    Views
    3,045

    Re: price per square inch question

    To be clear - your have products where the customer enters in a height and length and you need to calculate the price based on the total area?

    BrandTim
  35. Replies
    1
    Views
    791

    Re: Price Background image

    In your includes/templates/YOUR_TEMPLATE/css/stylesheet.css, add this:



    h2#productPrices {
    background-image: url(YOUR_IMAGE_URL_HERE.jpg);
    color: #012345;
    }
  36. Replies
    10
    Views
    2,543

    Re: a new challenge

    Yes - I've done this several times. Download the Blank Sidebox mod and look through all of the files, especially the readme. Then look at the equivalent files in the categories sidebox. Note the...
  37. Thread: Delivery date

    by brandtim
    Replies
    6
    Views
    1,637

    Re: Delivery date

    McKaulick,

    Yes. You will need the Edit Order mod to be able to edit the orders from the admin.

    There are two ways to handle the delay in charging the customer's credit card. First, you can - as...
  38. Replies
    4
    Views
    784

    Re: Product Display

    That would require work beyond the scope of a (free) forum ... that's why Template Monster charges to make your site look like that.

    Try here instead.

    BrandTim
  39. Thread: Delivery date

    by brandtim
    Replies
    6
    Views
    1,637

    Re: Delivery date

    In that case, you could basically just clone the comment field. You'd need to add a field to the order table of the database, edit the template files for the checkout to add the delivery date...
  40. Replies
    15
    Views
    2,076

    Re: productListHeading images?

    Doh!

    Categories with sub-categories uses a different page ... can't believe I missed that.

    Ok, in your includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php file,

    replace this:...
  41. Replies
    10
    Views
    2,543

    Re: a new challenge

    You can use a Blank Sidebox, then open up the Categories Sidebox, copy over the code, then modify the SQL query that generates the listing and if cPath is set, restrict the query to just the current...
  42. Replies
    1
    Views
    989

    Re: Zencart Catalog Changed on me

    What did it change from and to? What specific files did you modify? Why does your subdirectory have a capital letter?

    BrandTim
  43. Replies
    10
    Views
    1,579

    Re: Categories box

    This is a CSS thing, so CSS should be the place to go to fix it ...


    $content .= '<a class="' . $new_style . '" href="' . zen_href_link(FILENAME_DEFAULT, $box_categories_array[$i]['path']) ....
  44. Replies
    2
    Views
    1,374

    Re: Attribute ROLLOVER Image

    I think the easiest way would be to just use a module that's build for that purpose, ala this one

    BrandTim
  45. Re: Bug? Category Specific CSS won't work on category id 1

    c_1.css works fine for me ... what template are you using? What mods have you installed?

    BrandTim
  46. Replies
    8
    Views
    1,383

    Re: Custom download login for elearning

    I'm fairly certain that in the downloads section there are some mods to give you really fine control over who can see what products on your site ... combine that with a subscription mod ... the...
  47. Re: Item Specific Shipping - can I override free shipping ?

    I wouldn't go the ot_shipping module route.

    It seems to me that adding a fee could be done with the notifiers system, so I'd start here:...
  48. Replies
    2
    Views
    883

    Re: Problems making a sitemap

    I don't use SEO URLs so I can't speak to that, but I can say:



    You really, really, really, want to get those out of your sitemap.

    BrandTim
  49. Re: Can Zen Cart reproduce that type of Form?

    https://www.zen-cart.com/tutorials/index.php?category=13

    Amazing the things you find in an FAQ .... :wink2:

    BrandTim
  50. Thread: Delivery date

    by brandtim
    Replies
    6
    Views
    1,637

    Re: Delivery date

    Easy enough ... you could simply use the existing 'Comments' field in the order, replace the textarea with a JS-based date selector, and perform a simple date calculation on submission... the only...
Results 1 to 50 of 247
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR