Search:

Type: Posts; User: stri8ed

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    796

    Re: hiding "your cart is empty"?

    you can go to

    /httpdocs/includes/languages/english.php



    search for:

    define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
  2. Re: Any suggestion for similar template as freepeople.com?

    To be honest, that is will take a lot of time and work to do especially if you dont know css or basic php

    You may want to search for a company that will integrate psd to zen cart.
  3. Replies
    12
    Views
    2,083

    Re: major problem! cant buy anything!

    OK,

    its is 100% the certificate,

    in firefox when i tried checkout it told me the certificate expired warning, then i added an exception to the page (to allow me to view even though certificate...
  4. Replies
    9
    Views
    1,001

    Re: customer log in

    my bad, link got cut off.

    http://www.zen-cart.com/wiki/index.php/Contribution:Integrated_Checkout_Without_Account
  5. Replies
    9
    Views
    1,001

    Re: customer log in

    download this module,

    http://www.zen-cart.com/wiki/index.p...Account#Status


    insde it will have instructions how to install.


    what this module does, is it gives the users the option of...
  6. Replies
    7
    Views
    856

    Re: Issues with css sheet changes

    to do add space from the stylsheet

    add a margin-bottom to logoWrapper div:

    #logoWrapper {

    margin-bottom:10px; (etc)

    }
  7. Replies
    7
    Views
    856

    Re: Issues with css sheet changes

    try adding this rule:



    #headerWrapper a {

    font-size: 18;

    }
  8. Replies
    7
    Views
    856

    Re: Issues with css sheet changes

    if you are referring to the site in your signature,

    you need to make the changes in

    includes>templates>maria>css>stylesheet.css

    maybe you where using the wrong stylesheet?

    the line for...
  9. Replies
    2
    Views
    872

    Re: small ezpages chapter/toc problem...

    Just hard code it, put the links to the sub-ezpages in the main ezpage.
  10. Replies
    9
    Views
    1,001

    Re: customer log in

    customers do not need to login to shop, they only need to login/register to checkout.


    if you would like to disable that you can install this module:
    ...
  11. Replies
    13
    Views
    1,730

    Re: Serious Issues with Login Page

    try replacing your english.php from a clean zen cart install. that may fix the capitals.


    to get the fields to align left:

    add css rule

    float: left;

    to your stylesheet in line 73
  12. Replies
    4
    Views
    721

    Re: Change just category text sizes?

    i would try putting the top image right before the table
  13. Replies
    4
    Views
    721

    Re: Change just category text sizes?

    1.

    make a new rule in your stylesheet.css

    a.category-top {

    font-size: 18px;
    }
  14. Replies
    3
    Views
    836

    Re: Sidebox include external file?

    This should work

    http://www.zen-cart.com/forum/showthread.php?t=37252
  15. Replies
    22
    Views
    2,908

    Re: My template designer is in a panic

    To design and implement the layout minimal php knowledge is required, mostly styelsheet work and a few hard replacements in php code. unless your design is very unique of a layout is is not that...
  16. Re: Cross Sell Mod Automaticly Adding Item To Cart?

    anyone else encounter this problem?
  17. Re: Cross Sell Mod Automaticly Adding Item To Cart?

    anybody
  18. Replies
    785
    Views
    157,706

    Re: AJAX IMAGE Swapper support thread

    hey guys,

    i tried installing it on my demo site, followed the steps
    as far as i know), but it will not load the images


    here is a link
    ...
  19. Replies
    41
    Views
    8,363

    Re: Cross Sell Module Mods

    Hi all,

    i download the cross sell module
    (http://www.zen-cart.com/index.php?ma...products_id=76)

    and wanted the ability to add suggestions to cart right from the cross sell box

    so i...
  20. Re: Cross Sell Mod Automaticly Adding Item To Cart?

    here is the entire code i am using for the cross sell module
  21. Cross Sell Mod Automaticly Adding Item To Cart?

    Hi all,

    i download the cross sell module
    (http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=76)

    and wanted the ability to add suggestions to cart right from the...
  22. Replies
    21
    Views
    2,575

    Re: Getting HOME_PAGE_TITLE as title

    /includes/modules/meta_tags.php
    Line #100 : define('META_TAG_TITLE', (HOME_PAGE_TITLE != '' ? CHANGE THIS TO YOUR TITLE : (defined('NAVBAR_TITLE') ? NAVBAR_TITLE . PRIMARY_SECTION : '') . TITLE ....
  23. Replies
    3
    Views
    1,064

    Re: Remove search key word

    in the ftp, /httpdocs/includes/languages/english/header.php


    and


    /httpdocs/includes/languages/english/classic/header.php


    open those files and you will find the text there to change or...
  24. Replies
    21
    Views
    2,575

    Re: Getting HOME_PAGE_TITLE as title

    go to: Tools>Developers Tool Kit


    in the bottom imput box titled "Look-up in all files" put:

    HOME_PAGE_TITLE


    and choose "All Files Look-ups: all files catalog/admin"
  25. Thread: ***edited***

    by stri8ed
    Replies
    0
    Views
    533

    ***edited***

    *** advertisement deleted***
  26. Replies
    4
    Views
    655

    Re: Remove "..." From category's??

    found it and removed, thanks a lot.

    it was in /httpdocs/includes/languages/english.php
  27. Replies
    4
    Views
    655

    Re: Remove "..." From category's??

    I am talking about this:

    New Products ...

    All Products ...


    anyone?
  28. Replies
    4
    Views
    655

    Remove "..." From category's??

    I am trying to remove the ... following each category name, does anybody know how to do this?


    many thanks
  29. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    the correct solution is to add this to the #navMainWrapper (in stylesheet.css)


    background: transparent url(../images/image_name.png) no-repeat scroll 0 0;

    height: 42px;

    (must set height)
  30. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    if you cant do that, than


    remove from the div : #navCatTabsWrapper (in stylesheet.css)


    background: transparent url(../images/image_name.png) no-repeat scroll 0 0;

    height: 42px;
  31. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    get rid of the margin and try this,


    in the main index file

    move the div,

    <div id="navMainSearch">
  32. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    go to #navCatTabsWrapper (in stylesheet.css)

    and add this rule:

    margin-top: -35px;


    (play around with the pixels until you get it exact)

    and make sure it also works in internet explorer
  33. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    if that is too complex for you, you can try doing this:

    look for the div : #navCatTabsWrapper (in stylesheet.css)


    than add these rules to those already there,


    background: transparent...
  34. Thread: Custom Nav Bar

    by stri8ed
    Replies
    19
    Views
    2,293

    Re: Custom Nav Bar

    here is what they did to implement that:

    right above the div #navMainWrapper add a new div (lets call it #headerback) to contain the #navMainWrapper div


    so that would look like this


    ...
  35. Replies
    2
    Views
    599

    Re: Changing / Adding a Header

    change the header to h5 (or any other number that is not in use elsewhere)

    than write your new rules for the h5 tag
Results 1 to 35 of 38
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR