Search:

Type: Posts; User: Nimbuz

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    859

    Re: Template Question

    Thanks for the quick response.

    I'm a designer so I can do most of it, but my php skills aren't too sharp so I just need a basic layout to start with.
    Posted via Mobile Device
  2. Replies
    3
    Views
    859

    Template Question

    Hi,

    I've designed an html prototype (image below) that I need to port as a zencart theme, but I don't want to design this theme from scratch. Can you please take a look and suggest me some (3...
  3. Replies
    2
    Views
    850

    Re: Layout messed up after login

    Here: http://tinyurl.com/yw5hco
  4. Replies
    2
    Views
    850

    Layout messed up after login

    Strange Problem. Layout is fine on first visit, but it looks messed up after logging in.

    Any tips?

    Thanks
  5. Replies
    86
    Views
    26,237

    Re: Shipping TO Multiple Addresses.

    Yes, lets share the cost.
  6. Replies
    0
    Views
    1,034

    Customizing the signup form

    Hi,

    I want to add/remove certain fields and disable "require" from existing ones. is there any plugin available?

    Thanks
  7. Replies
    5
    Views
    1,343

    Re: Style Issues - 2 Questions

    Okay, try this:

    #contactUsDefault form {
    padding-top:0 !impotant;
    margin-top:0 !important;
    }

    OR
  8. Replies
    5
    Views
    1,343

    Re: Style Issues - 2 Questions

    Okay, try this:

    #contactUsDefault form {
    padding-top:0 !impotant;
    }
  9. Replies
    2
    Views
    3,379

    Re: CSS Element for Add to Cart CSS button?

    use the following property to design "add to cart" button:

    #cartAdd .cssButton {
    }
  10. Re: Homepage works, other pages give 404 - problem with SEO mod and rewrite rules

    Argh!! I completely missed that! I was still looking at "gr4ain" and not the /work you suggedted.

    Well, ahem, thanks. ;-)
  11. Re: Homepage works, other pages give 404

    Update: Fixed it. had to just include a parent folder in the path (/work/...)

    Thanks anyway.
  12. Replies
    5
    Views
    1,343

    Re: Style Issues - 2 Questions

    1. Style this class "cartInstructionsDisplay". Use Important hacks if the new properties don't have any effect (or clear previous instances, whatever you prfer).

    2. I don't see any large space....
  13. Replies
    2
    Views
    1,138

    Re: IE Product description area

    Give your "centerColumn" a fixed width in pixel and all should be fine.
  14. Re: Homepage works, other pages give 404

    define('DIR_WS_CATALOG', '/work/gr4in/');
    define('DIR_WS_HTTPS_CATALOG', '/work/gr4in/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    ...
  15. Re: Homepage works, other pages give 404

    np. :-)

    I'm wondering what else could it be? There's another zencart installation in the same folder that works fine.
  16. Re: Homepage works, other pages give 404

    I've replace a with 4 to prevent search bots from indexing it. Location is correct in the original htaccess.
  17. Re: Homepage works, other pages give 404

    Hmmm...no. Its indeed a 404. I removed the htaccess from the root folder and zencart now displaya a 404 message.
  18. Re: Homepage works, other pages give 404

    Hmm..I think so too. I'll dig it now and let you know. Thanks for the heads up. :-)



    Done! ;-)
  19. Re: Homepage works, other pages give 404

    Sure.

    Homepage: http://tinyurl.com/2rbkta works. All innerpages lead to a 404 (redirecting to the default - blog - page).

    Thanks
  20. Homepage works, other pages give 404 - problem with SEO mod and rewrite rules

    Hi,

    I recently uploaded a locally installed (and modified) zencart version to my server. Installation went fine (I've done it several times earlier) and the homepage displays fine too, but product...
  21. Replies
    8
    Views
    2,757

    Re: Cross sell Image size

    Right, but I'm not sure how to create an additional table. Do I need to run some patch through admin? Can you write a sample code?

    Thanks
  22. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    Tried several things, but pagination still remains below the featured products. The only (incorrect) way to fix this is to position the pagination bar using the absolute property, but I wouldn't want...
  23. Replies
    14
    Views
    5,164

    Re: Browse by Price or Shop by Price - automated

    Exactly. I don't want a sidebox either. An option in the "Sort by" dropdown on the category page should suffice.
  24. Replies
    1
    Views
    2,699

    Guest/Express Checkout

    Hi,

    Although I have DisableLogin module installed, but it still displays a signup and login form on checkout.

    I'd like to enable guest/express checkout on my cart and forward the user directly...
  25. Replies
    2
    Views
    1,294

    Re: "Contact Us" page. Add additional fields?

    This may help:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=331
  26. Replies
    8
    Views
    2,757

    Cross sell Image size

    xsell_products.php currently uses the SMALL image size for xsell products:


    SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . - Line 50

    However, I see that featured products have their own sizes...
  27. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    Update: Although it did bring featured listings on top, but pagination goes below it. Like so:


    <div id="featuredProducts" class="centerBoxWrapper">
    </div>
    <div id="productListing">
    <div...
  28. Replies
    8
    Views
    1,882

    Re: attempting opacity on products page

    Ermm..didn't mean to offend you. Just didn't know 2000 doesn't support IE7.

    Anyway, here's a semi-transparent PNG image to be used in background, it won't affect the DIV contents unlike the...
  29. Replies
    8
    Views
    1,882

    Re: attempting opacity on products page

    Well, IE6 users deserve to have to use a crutch imo.

    However, you can try the other method: Alpha channel pixel repeated in background with a small PNG transparency script to work for IE6.
  30. Replies
    6
    Views
    1,035

    Re: Display New Products by category?

    ohk :-(

    Thanks anyway, Linda.
  31. Replies
    8
    Views
    1,882

    Re: attempting opacity on products page

    Make it 70%

    #indexProductList {
    background-color:#FFF;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    }

    OR, just create a 1pixel alpha channel PNG or GIF and repeat it in the BG.
  32. Replies
    6
    Views
    1,035

    Re: Display New Products by category?

    Erm.. *cluless* went over my head. :dontgetit
  33. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    Apologies for bumping reapeatedly.

    Ah, I was close. I was moving the above line along with a few more around it, thiking that it was a single piece of code:



    /**
    * display the Featured...
  34. Replies
    16
    Views
    4,255

    Re: Internet explorer 7 does not show error box

    Where can I check - URL?
  35. Replies
    6
    Views
    1,035

    Re: Display New Products by category?

    *bump*

    Displaying New Products by category - Is it possible?

    TIA
  36. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    ahem, another *bump*!

    Is it so difficult? :-(
  37. Re: Adding "write reviews" form and reviews to product info display

    Look for the dgReviews module.
  38. Replies
    3
    Views
    3,736

    Dropdown for Pagination?

    Hi,

    Instead of having normal pagination (Prev 1-2-3 Next), can I have those in a dropdown, like so:

    [Prev] Move to Page: [Dropdown] [Next]

    Thanks.
  39. Replies
    4
    Views
    5,410

    Re: "Windows Grep" for Mac/OS X (Leopard)?

    UPDATE:

    Tried several apps: Grep 1.1, BBEDIT (TextWrangler too), AquaGrep, grepAtree and Greppie.

    ...and Greppie seem to be the best.
  40. Replies
    4
    Views
    5,410

    Re: "Windows Grep" for Mac/OS X (Leopard)?

    Nah, I wan't a GUI-based.

    Tried BBEdit, but it takes about a minute or more usually to search through the entire zen folder whereas windows grep took barely 10 sec or less. So I'll probably be...
  41. Replies
    4
    Views
    5,410

    Re: "Windows Grep" for Mac/OS X (Leopard)?

    Update: TextWrangler seems to search inside text files, but:

    it won't search .tpl files and its slooooow. Takes a minute or more for each search whereas windows grep searches almost instantly,...
  42. Replies
    4
    Views
    5,410

    "Windows Grep" for Mac/OS X (Leopard)?

    I recently switched to Leopard from Vista and having a hard time finding some applications.

    Is there a "Windows Grep" alternative for Mac/OS X (Leopard)? Tried googling, but mac apps are really...
  43. Replies
    4
    Views
    1,169

    Re: Reviews (excerpts) on Product page?

    Update:

    dgReview is the mod I wanted.
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=213
  44. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    *bump*

    I'm sure its not too complicated getting featured on top before the normal listing starts, or is it?

    I would really appreciate any help.

    Thanks! :-)
  45. Replies
    6
    Views
    1,035

    Re: Display New Products by category?

    *bump*

    Display New arrivals by category - Is it possible?

    TIA
  46. Replies
    6
    Views
    1,035

    Display New Products by category?

    Hi,

    Can I display New Products by category? For example, in the 'books' category, all new products displayed would be of the same category or its sub-categories.

    Thanks
  47. Replies
    29
    Views
    11,274

    Re: adding description to new or featured products

    I used for featured products successfully. Can this also be used for cross-sell products?

    What would the code look like?

    Thanks
  48. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    Any other ideas?

    I need to have featured products below pagination and above normal product listings.

    Thanks
  49. Replies
    86
    Views
    26,237

    Re: Shipping TO Multiple Addresses.

    I'm looking for same. Any mod created for this yet?

    Thanks
  50. Replies
    12
    Views
    2,867

    Re: Featured Listings on top - Categories Page

    Featured box does display fine, I just want it ABOVE the normal listings, not BELOW.


    Thanks.
Results 1 to 50 of 291
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR