Search:

Type: Posts; User: jcdk

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,026

    Re: Blank screen after upgrade

    Sorry for my late update,

    I found out that the problem was within my template file. It was looking for the supertracker class file from the supertracker jscript file in my template folder, which...
  2. Replies
    3
    Views
    1,026

    Re: Blank screen after upgrade

    I cleaned my server already

    I try again tonight. If it fails again, I will drop the log, thnx for ur quick reply.

    cheers
  3. Replies
    3
    Views
    1,026

    Blank screen after upgrade

    I followed the tutorial exactly and tried to upgrade from 1.3.8a to 1.3.9b.

    Unfortunately, I cannot access my site front and backend, only a blank screen is shown. Even though I switched back to...
  4. Re: 1.3.8a to 1.3.9a my customers cannot sign in when using my custom template

    Do you experience the login problem on multiple pc's / browsers?

    I had this problem before, and the mozilla cache cleaner / pc restart got me through it.

    good luck
  5. Re: Help with Column Layout Grid for Product Listing needed please

    did you try configuration->maximum values->products per page?
  6. Replies
    6
    Views
    3,625

    Re: Overlapping menu doesn't play nice in IE

    Just a shot. I know from IE that they have a different view on defaults of padding and a, li properties

    http://www.atsresources.org/shop/includes/templates/apple_zen/css/stylesheet_header_menu.css...
  7. Replies
    4
    Views
    676

    Re: Some categories More Info, some Buy Now

    Thanks swguy, I gonna check this out!
  8. Re: Not all products are listed in category 'all products'

    Thanks swguy and Kuroi,

    I guess I tweaked my template too far to give it a minimalistic touch.

    I will check it out!

    :bigups:
  9. Replies
    4
    Views
    676

    Re: Some categories More Info, some Buy Now

    Thanks Kim,

    What about the buy now and details ones? I checked the admin options but I cannot get this cow to move
  10. Not all products are listed in category 'all products'

    Hi,

    When I press all products on my site, only 20% of my products is popping up. Why is that? I tried to find the answer here but cannot find it.

    Many thanks
  11. Replies
    4
    Views
    676

    Some categories More Info, some Buy Now

    Hi guys,

    I am a bit lost. Some categories are displayed as 'buy now', some have 'more info' (######## leather) and some have 'details'. I checked so many posts but cannot figure it out why it...
  12. Replies
    14
    Views
    1,337

    Re: breadcrumb show only when i move mouse on it

    I think you made your link white and gave your link hoover a colour
  13. Re: Order with no payment (Despite customer not completing checkout process)

    I had a similar issue. The customer had an order number, in the backend the order still was 'preparing'.

    I called the customer and he sent us the payment manually. I checked all the payment runs...
  14. Replies
    3
    Views
    1,745

    Re: Money Order / Check, Manually deduct Inventory

    I also manually updated the stock after a money order
  15. Replies
    3
    Views
    920

    Re: Automatically rounding up price.

    Current rounding options will not let you do it. You should perform some manual coding to round it up automatically.

    Zencart 2.0 will not have this 'issue'

    Related thread:...
  16. Replies
    1
    Views
    1,099

    Re: Adding Banners onto Product Listing Pages only?

    I guess you should move the banner code to your specific product listing page. Then if you make a main page banner in your admin area, it should display.

    I check this out later in more detail.
  17. Replies
    5
    Views
    1,810

    Re: Attribute option name line break problem

    Nice website!

    I think you should remove the:


    <br class="clearBoth" />


    out of your product_info tpl file. This statement forces a linebreak right after every attribute header.
  18. Replies
    3
    Views
    1,229

    Re: Change EZ page contet text font size

    Then I think you should create a new div class for this page and link it to your stylesheet

    <div class="example">

    Your ez page information

    </div>
  19. Thread: Header alignment

    by jcdk
    Replies
    3
    Views
    1,002

    Re: Header alignment

    did you try to modidy:


    Around line 488

    templates/custom/css/stylesheet_custom.css

    .centeredContent, th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance,...
  20. Thread: Header alignment

    by jcdk
    Replies
    3
    Views
    1,002

    Re: Header alignment

    Please give me ur URL,

    Then I will try to do it using Firebug
  21. Replies
    9
    Views
    1,522

    Re: Slicing a new layout?

    Zencart seperates logic from layout.

    If you modify your template css files, only the styling will change. Whenever you change tpl files (include and exclude functionality) properly, the zencart...
  22. Replies
    2
    Views
    1,436

    Re: Sub Total to show price less tax

    There are alot of threads around this topic.

    You should perform some code modification. In the next version of Zencart it should be working the way you wanted I read.

    Try this thread:...
  23. Replies
    3
    Views
    1,229

    Re: Change EZ page contet text font size

    I guess it uses the standard font style in stylesheet.css

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #795252;
    background-color:...
  24. Replies
    2
    Views
    1,114

    Re: I need help with centerBox

    did you try to modify the product_listing template file?

    I guess you have to remove some code over there
  25. Replies
    9
    Views
    1,522

    Re: Slicing a new layout?

    use the override system the currect way and have fun :)

    What do you mean with: integrate the new layout in the zencart system?
  26. Replies
    7
    Views
    1,236

    Re: Back button in checkout process

    cool, thanks!
  27. Replies
    7
    Views
    1,236

    Re: Back button in checkout process

    Same request here, any help is apprciated.
  28. Replies
    1
    Views
    637

    Re: EZ page multiple language

    10 seconds Google :D

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=113
  29. Replies
    4
    Views
    896

    Re: align site to the center

    On top of your stylesheet, include:

    body {
    margin: auto;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #fff;
    color: #464646;
    background-image:...
  30. Thread: Styling login box

    by jcdk
    Replies
    4
    Views
    1,008

    Re: Styling login box

    Did you edit:

    .boxText (line 827)

    {

    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  31. Replies
    3
    Views
    534

    Re: Sideboxes, center etc

    adjust your stylesheet using Firebug or Developers Toolkit (Mozilla add-on)
  32. Replies
    3
    Views
    669

    Re: Can we Back Up ZC from Admin Area?

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=81

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=881
  33. Thread: Styling login box

    by jcdk
    Replies
    4
    Views
    1,008

    Re: Styling login box

    Do you use Firebug or Webdeveloper Toolkit (Firefox)?

    It will trace all css properties
  34. Re: disable showing customer information to admin

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=86
  35. Replies
    2
    Views
    1,058

    Re: Changing decimal places

    Many threads, few solutions.

    I have a similar issue, but my conclusion after reading all the treads was....waiting for the next version, which has better rounding options.

    may a totally zenned...
  36. Replies
    2
    Views
    752

    Re: Remove '

    Thank you so much. I finally found it by following your tips.

    There was a < in the confirmation_default page at a place where it is so hard to catch.

    Cheers!:flex:
  37. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    Hi,

    i use this mod:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=694

    The documentation provided is very good, you can handle all from your site's admin.
  38. Replies
    3
    Views
    1,048

    Re: 0 DB_ERROR_NOT_CONNECTED error

    Did you contacted your hoster? Maybe they got some problems (in my case)
  39. Replies
    3
    Views
    593

    Re: Upcoming products in a block?

    Try the jscroller module, it works great.

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1245
  40. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    You play with a Cross sell mod and display products this way manually
  41. Replies
    2
    Views
    1,106

    Re: customize contact us form text color?

    Do you use the Developers Toolkit add-on by Mozilla Firefox?

    It will bring you all the way in your css (show css information option).

    This add-on told me that you can modify your 'Contact us'...
  42. Replies
    2
    Views
    752

    Remove '

    What ever I try, I cannot figure out how to remove the html tag '<' beneath the payment method header inside the checkout_confirmation page.

    I tried to track this > by using the developers toolkit...
  43. Re: How to prevent the page auto-directing to the homepage after clicking "add to car

    In your admin site:

    mystore->Display Cart After Adding Product

    Set this to true

    After this, the customer can press 'continue shopping'

    I don't think there are many other roads to go....
  44. Replies
    5
    Views
    2,290

    Re: User Tracking Interface [UTI]

    Same problem here. This mod throws SQL errors every day when my customers try to log in their accounts. Is there an uninstall sql available?

    Thanks!
  45. Thread: Default Language

    by jcdk
    Replies
    10
    Views
    3,889

    Re: Default Language

    Great advice, this worked for me!

    Thanks!:clap::flex::bigups:
  46. Thread: Alignment Problem

    by jcdk
    Replies
    6
    Views
    1,244

    Re: Alignment Problem

    Maybe:

    Your product description is set above your image in the product_info_display tpl file or that there is a <clearboth> beneath your product description.

    or:

    there is a floating issue
    ...
  47. Re: No confirmation email after order using IcePay Plugin

    Update:

    I contacted IcePay, they adjusted the files in order to remove the spoofing danger.

    Now everything should work as promised.:bigups:
  48. Replies
    6
    Views
    804

    Re: Help Needed - Checkout messed up

    Good work
  49. Replies
    1
    Views
    826

    Re: .TABLE_CEON_URI_MAPPINGS' doesn't exist

    try to re-install the .sql file from the CEON Uri software add-on.
  50. Replies
    6
    Views
    804

    Re: Help Needed - Checkout messed up

    Which modules did you install?

    Did you try to replace your login tpl file with the original file and check out if it worked fine? what did you change in your css file with regards for example to...
Results 1 to 50 of 132
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR