Search:

Type: Posts; User: bombknex

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    450
    Views
    124,750

    Re: News & Article Management

    It looks fine right now, aside from hugging the center column like you said is the problem. :)

    There are a couple of ways I can think of to do this...

    1. The least involved would probably be to...
  2. Replies
    450
    Views
    124,750

    Re: News & Article Management

    Hey bettysue, do you have a link so I can checkout your problem? I'll be able to help you much better that way.

    - Jonah
  3. Replies
    3
    Views
    1,359

    Re: Adjusting NavWrapper and LogoWrapper

    Have a search for "creating my own template" or "customizing the default template". This information is also in the tutorials/FAQ. :thumbsup:

    Good luck,
    Jonah
  4. Replies
    4
    Views
    1,499

    Re: Shopping Cart button on main page

    Hey Rebel,

    You've got to install the cart sidebox mod (in the downloads area) and then customize a bit to include your view cart and checkout buttons if desired. It's not very complicated, let me...
  5. Replies
    4
    Views
    1,874

    Re: Change shopping cart layout

    Find tpl_shopping_cart.php in includes/templates/YOUR_TEMPLATE/sideboxes/

    Look for line 46 where this code appears:

    if ($_SESSION['cart']->count_contents() > 0) {
    $content .= '<hr />';
    ...
  6. Replies
    9
    Views
    1,579

    Re: Side box columns are way too high up?????

    I checked it in Firefox 2.0 and IE6 and it looked ok to me. What browser are you using? Can you post a screenshot so I can see exactly what you are seeing?

    - Jonah
  7. Replies
    4
    Views
    1,698

    Re: Clone Template

    Just follow the instructions in this article: https://www.zen-cart.com/tutorials/index.php?article=142

    That's everything you need to know.

    Good luck!
  8. Replies
    1
    Views
    1,228

    Re: Define Pages Editor question

    Yes you can. Check out the About Us contrib in the downloads section. It's supposed to be for a custom about us page but you can make it anything you like.

    Alternatively check out the FAQ Manager...
  9. Replies
    3
    Views
    2,892

    Re: 1.3.x Stylesheet documentation?

    I've never seen anything like this but I can recommend using Firefox along with the CSS Viewer extension and/or Aardvark as well as the FF Developer Toolbar extension. Then your job becomes as simple...
  10. Replies
    10
    Views
    3,060

    Re: Product listing in product info

    Here is the link: http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=77

    It's in the "Other Modules" section. Good luck!
  11. Replies
    10
    Views
    3,060

    Re: Product display similiar to the following

    Like Kim said, go get the column display mod. You can see my implementation of it at http://www.wildchildclothes.com

    It's a little different than the implementation at prana, they use a table...
  12. Replies
    10
    Views
    3,060

    Re: Product listing in product info

    Try contacting the original contributor of xsell to find out how you can increase the number of xsells per row. Or try figuring it out on your own. That's my suggestion.

    - Jonah
  13. Replies
    12
    Views
    2,876

    Re: Is this possible

    Hey Wils,

    Thanks a bunch for your help. I've been out of commission for the last few days but I'm back now and I've tried your solution but it doesn't seem to work for me. Here is the error I get:...
  14. Replies
    4
    Views
    1,137

    Re: IE7 and the header image

    Whats the URL?
  15. Replies
    10
    Views
    2,648

    Re: Site too wide for browser

    Hi D,

    Try doing something with your #mainWrapper in the stylesheet. Maybe adding a max width like so:
    max-width:800px

    ...will help. Or try something else but I think it should be #mainWrapper...
  16. Replies
    15
    Views
    5,091

    Re: Implementing psd design

    Hi all,

    I sliced up my design in Photoshop and it was pretty easy. Although I think it's going to be different based upon which template you begin with. I started out with NiftyZen and modified...
  17. Replies
    12
    Views
    2,876

    Re: Is this possible

    Hey Wils,

    I tried toying around with getting this to work by combining the about_us and blank sidebox mods but could not get it to work. Would you mind posting some steps on how to setup a define...
  18. Replies
    4
    Views
    1,385

    Re: Firefox Issues

    Hey Sam,

    I usually build for Firefox first and then worry about IE. When I was building my site styling for IE was a big hassle. It's basically twice the work. And while in the process of working...
  19. Replies
    6
    Views
    1,795

    Re: align product image to right

    No problem. You may want to be careful editing that style class because it applies to other elements in the store besides on the product page. For example, many of the back/forward or back/submit...
  20. Replies
    6
    Views
    1,795

    Re: align product image to right

    I can give you guys some hints because I don't have time to go into the full explanation but basically you want to take a look at tpl_product_info_display.php located in...
  21. Replies
    5
    Views
    1,379

    Re: My domain as homepage

    Hey D,

    I believe the answer you are looking for is right here:
    https://www.zen-cart.com/tutorials/index.php?article=18

    Basically:

    1. backup everything through your host to your pc.
    2....
  22. Replies
    2
    Views
    1,224

    Re: HELP!!! Couple of big problems...

    Yes, sorry I figured everything out. I had hotlink protection on without my https address entered as an allowed site so any linked files on the page would not display.

    For the email thing, they...
  23. Replies
    2
    Views
    1,224

    HELP!!! Couple of big problems...

    Hey there,

    I just went live the other day but now have some big issues. Here is my site: http://www.wildchildclothes.com

    I'll begin with the problems:

    1. Everything looks ok when in...
  24. Replies
    4
    Views
    1,076

    Re: Backup just the cart products?

    If you log into your host go to phpMyAdmin, you should have that. If you don't I'm not sure what else to do. Once in phpMyAdmin, select your database if you have multiples, then at the top click on...
  25. Replies
    4
    Views
    1,076

    Re: Backup just the cart products?

    Hey speXedy,
    You should be able to do it from phpMyAdmin or by using this tool directly in ZC: http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_41&products_id=81

    Just...
  26. Replies
    10
    Views
    3,060

    Re: Product listing in product info

    Hi Buzzy,

    One quick solution although I don't know if this would be the best for you is to setup product cross-sells. Just search for X-sell or Cross sell and you'll find more information. I don't...
  27. Replies
    1
    Views
    840

    Re: Displaying 1 to 8 (of 8 products)

    Hey Dave,
    Check out this post: http://www.zen-cart.com/forum/showthread.php?t=50101&highlight=productsListingTopNumber

    That should be what your looking for. I just commented out the div in my...
  28. Replies
    4
    Views
    1,297

    Re: Left Justify Attributes

    Hey Mike,

    You can't put the <br> in the stylesheet, but you could put it in one of the template files that contains the code for drawing up all the attributes html. But that is more complicated so...
  29. Replies
    4
    Views
    1,297

    Re: Left Justify Attributes

    It looks like there is no line break after your headers. In your code:


    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">Operating System</h4>
    (((you need to break here)))
    <div...
  30. Replies
    450
    Views
    124,750

    Re: News & Article Management

    Hey all,

    I'm looking for this functionality as well, mainly the display of multiple news items in my summary. Josh, do you have any input as to how this could be done? I tried 'astralp' modded...
  31. Replies
    2
    Views
    901

    Re: Add a JOIN US or REGISTER NOW

    Hey Barcelona,

    Assuming you've already read all about overrides, creating your own custom template and BACKING UP!, all you gotta do is browse to: /includes/templates/YOUR_TEMPLATE/templates/ and...
  32. Replies
    1
    Views
    1,469

    Firefox Login Issues

    Hey there everybody, very weird issue here because everything was working smoothly and all of a sudden my site (http://jonahcoyote.com/zc1.3.6) would not let me login. It also would not let me create...
  33. Replies
    450
    Views
    124,750

    Re: News & Article Management

    Hi everybody,

    First off, what a great mod! Many thanks Joshua :D

    I don't know if anybody has posted anything in response to the above question but I was wondering the same thing. How can you...
  34. Replies
    2
    Views
    1,321

    Re: Transparent PNG Problem in IE

    Thanks for the suggestion. I tried hard coding the width and heights but this did not fix it. In the end I've gone with jpeg's instead of png's for my bg images. Much easier than trying to figure out...
  35. Replies
    2
    Views
    1,321

    Transparent PNG Problem in IE

    Hello everybody,

    I've got some transparent PNG's that I'm using in a repeat fashion for the background of my site. Check it out here:

    http://jonahcoyote.com/zc

    Everything as always looks...
  36. Replies
    5
    Views
    999

    Re: What do I do now?

    Hey Redsea,

    I recommend reading up on how to customize Zen Cart by setting up your own template. Just go to the forum index and scroll down. Everything is categorized and with a little patience...
  37. Replies
    1
    Views
    990

    Re: Can anyone help with this?

    Hi raindark,

    There is a fair amount you will have to learn to get to a point where you can edit code and css comfortably. You may not even have to mess with the code, you may just be editing the...
  38. [?] Medium image does not display when using apostrophe in product name.

    Might have already been posted...

    I noticed that one of my product medium images was not displaying but was sure the image names were setup proper. I noticed there was an apostrophe in the...
  39. Replies
    3
    Views
    1,036

    Re: Odd space in IE

    Also try checking out your CSS for:

    #navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
    }
  40. Replies
    3
    Views
    1,036

    Re: Odd space in IE

    That bites. Did you try negative top or bottom margins?

    Try this:

    .clearBoth {
    clear: both;
    line-height: 0;
    _margin-top: -3px;
    }
  41. Re: How can I change font color in category (in sidebox)?

    Hey, first check this out:

    https://www.zen-cart.com/tutorials/index.php?article=142

    And then check this out:

    https://www.zen-cart.com/tutorials/index.php?article=43

    The first article...
  42. Replies
    2
    Views
    971

    Re: Noob needs help with edit!

    Look in Configuration>My Store>Store Address and Phone (13th option from top)

    Cheers,
    Jonah
  43. Replies
    3
    Views
    875

    Re: attribute price always 0

    Hello,

    When setting up attributes you must make sure to setup the name, the value and then assign it to you product(s). You can do all of this in the Attributes Controller. If you have the name...
  44. Re: Can Zen Cart automatically include an attribute to every new product added?

    Hey Darren, take a look in the Attributes Controller. There are options for copying/adding/deleting attributes to all products (or selected products). Check that out I think that's what your looking...
  45. Replies
    3
    Views
    3,707

    Re: Different Sizes & Prices of same product

    Hey Pete,

    This should be pretty str8 forward. Try setting up your size attributes as you want (1/8 oz, 2 dram, 1/2 oz, etc..), and note you don't actually setup prices for these attributes. You're...
  46. Replies
    6
    Views
    2,542

    Re: Product Listing - What file do I edit?

    I think you either want to edit 'tpl_columnar_display.php' if you're displaying products in columns or 'tpl_tabular_display.php' if in rows. Both of these are located in...
  47. Re: Error When Adding/Editing Product Description

    That seems to have worked. Thanks much DrByte!

    - Jonah
  48. Error When Adding/Editing Product Description "an appropriate representation ..."

    Hi there folks,

    I'm getting the following error when I try to enter OR edit a product description:



    I've tried changing from the HTMLArea editor to plain text, deleting the product and...
  49. Replies
    2
    Views
    2,108

    Re: How do I space things out? CSS help please

    Hey, I know the answers to some of your questions. Your mainly going to want to edit the template CSS file. First off it's recommended that you be working in a copy of whatever template you want to...
  50. Replies
    3,720
    Views
    842,735

    Re: Zen Lightbox...

    I can't get the two to work together. Here is one of my product pages: http://www.jonahcoyote.com/zc/index.php?main_page=product_info&cPath=65_67&products_id=180

    I see the lightbox popup but I...
Results 1 to 50 of 54
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR