Search:

Type: Posts; User: IGD

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,216

    Re: Missing payment option on payment module.

    looks like its missing,

    check to ensure the cc module is uploaded as it should be there by default, if you have no modifications it might be prudent to do a full upload of zencart.

    this is off...
  2. Replies
    7
    Views
    4,216

    Re: Missing payment option on payment module.

    admin -> configuration -> credit cards

    make sure the types you want are set to one.

    also ensure the module is set in

    admin -> modules -> payment

    the cc module should show a green dot, if...
  3. Replies
    64
    Views
    29,302

    Re: f/connect help needed

    f/connect isn't really applicable to a zencart store since out of the box you cannot checkout as a guest. f/connect works on the premise of authenticating a user against your websites own auth/acl....
  4. Replies
    2,906
    Views
    401,685

    Re: Ceon URI Mapping (SEO)

    To recap my issue my staging area for a website was redirected to my in-house web server from the production server by adding an A Name to the DNS zone and pointing to the home servers IP. ie....
  5. Replies
    2,906
    Views
    401,685

    Re: Ceon URI Mapping (SEO)

    it is actually a configuration error as I am redirecting the subdomain to a local web server. thank you for your time :)
  6. Replies
    2,906
    Views
    401,685

    Re: Ceon URI Mapping (SEO)

    Ceon,

    ever have any issues with 500 Internal Server Errors when operating from subdomain. i.e. store.domain.com?

    getting "Request exceeded the limit of 10 internal redirects due to probable...
  7. Thread: Help with //

    by IGD
    Replies
    2
    Views
    589

    Re: Help with //

    obviously if you have files across your zencart installation that has had changes made to your code then you have a bigger issues to worry about.

    in any case comments are dependent on the langauge...
  8. Replies
    1
    Views
    896

    Re: Upcoming products change color of next item

    open your stylesheet.css for the template that your using.

    find

    .rowOdd {
    background-color:#E8E8E8;
    height:1.5em;
    vertical-align:top;
    }
  9. Replies
    5
    Views
    1,149

    Re: Customer admin problem

    yep sounds like you have bigger issues.
  10. Thread: Product Not Found

    by IGD
    Replies
    4
    Views
    1,541

    Re: Product Not Found

    there are multiple locations of the define depending on what page is being called, you should change them all.
  11. Re: Selecting UK from Country Dropdown does nothing

    make sure your state field is set to true, and it should display, unless your suggesting that your customers do not know what state they live in and cannot type that information in like other...
  12. Thread: Product Not Found

    by IGD
    Replies
    4
    Views
    1,541

    Re: Product Not Found

    Most, not all, but most text can be found in your includes/languages/ folder.

    the particular one in this case would be located in includes/templates/english/document_product_info.php
  13. Re: Selecting UK from Country Dropdown does nothing

    The UK uses counties in there addresses since they do not have states, that address looks just fine. What you want to do is going to your configuration > customer details -> State - Always display as...
  14. Thread: Banner Problem

    by IGD
    Replies
    1
    Views
    591

    Re: Banner Problem

    really we do not have enough information to go on but looking at your source code it does appear that your footer code is not being generated. compareyour template files to the following...
  15. Re: Selecting UK from Country Dropdown does nothing

    user must manually enter his county.
  16. Thread: Site is Super Slow

    by IGD
    Replies
    6
    Views
    912

    Re: Site is Super Slow

    install firefox > install the yslow addon package > go to your site and in the bottom right of your browser click on the YSlow icon, run test and work the list off.
  17. Replies
    3
    Views
    1,136

    Re: Line Spaces On Main Page

    there being added somewhere, if your comfortable you can pm me ftp information and I can take a look for you.
  18. Re: Importing address book entries for multiple customers?

    I don't believe there is but you can check out the free software add on section. You could also post in the commercial help wanted section to seek a custom programming job.
  19. Replies
    3
    Views
    1,136

    Re: Line Spaces On Main Page

    looks like your includes/modules/product_listing.php has been modified to us <p> tags, <p> tags by default add a line break. You can modify this a number of ways by either modifying the basic html...
  20. Re: Importing address book entries for multiple customers?

    for the sake of brevity I must confess that each customer having 190 store addresses in there account might not be the best idea. Perhaps simply creating a custom or modified shipping module where...
  21. Replies
    7
    Views
    1,803

    Re: Changing Cart Quantity box width

    should be, if i were you id just remove

    size="4"

    from that line,

    then add this to your stylesheet.css

    #cartAdd input { width:25px; }
  22. Re: Product Listing - problem with max product display

    find in includes/modules/product_list.php on or about line 148


    $lc_text .= '<br />' . zen_get_buy_now_button($listing->fields['products_id'], $the_button, $products_link) . '<br />' ....
  23. Replies
    7
    Views
    1,803

    Re: Changing Cart Quantity box width

    if your comfortable you can pm me temp ftp details and I can make the changes for you.
  24. Replies
    7
    Views
    1,803

    Re: Changing Cart Quantity box width

    you can either edit the file itself which would be tpl_product_info_display.php or tpl_product_music_info_display.php

    on or about line 101 find



    $the_button = PRODUCTS_ORDER_QTY_TEXT ....
  25. Re: 1.3.8a - Update Quantities not working in Shopping Cart

    edit your products and check what the quantity is set to. Is it set to 1?
  26. Replies
    5
    Views
    1,149

    Re: Customer admin problem

    This is often a failure of the default_address_id in the customers table of your database either not being set correctly, empty, or the record not existing on the address_book table of the db.
  27. Replies
    3
    Views
    934

    Re: product price in order after discount

    Not enough information really. is the discount from a coupon on order total, is one product 10% off or both?

    depending on which the price in the order table will be either linked to order total...
  28. Replies
    3
    Views
    701

    Re: Everything is sold out?

    If you are not tracking stock and your products quantity during product creation is is 0 then you need to disable the check stock levels option.


    configuration > stock > check stock level to...
  29. Replies
    1
    Views
    641

    Re: Question about file Upload

    I do not know any mods that will allow to download them from the administration panel, for security reasons the uploads are not publicly available. You will need an ftp program to connect to the...
  30. Re: REFRESH/ADD TO CART buttons same size as FORM width, how do i change???

    The issue stems from your stylesheet, rather then changing the specific style for that particular element you have added a width

    stylesheet.css (line 78)

    form, select, input {
    display:inline;...
  31. Thread: Admin problem

    by IGD
    Replies
    1
    Views
    574

    Re: Admin problem

    looks like your admin configuration file was either corrupted during the crash or is configured incorrectly.
  32. Thread: recurring billing

    by IGD
    Replies
    2
    Views
    1,192

    Re: recurring billing

    Don't give up. Here some encouragement.

    If you are just looking to have paypal subscriptions, and the client only needs to know the original order purchase, and can rely on paypal to handle all...
  33. Re: URGENT - After lightbox and hoverbox3, Products not viewable in IE

    depending on your hosting control panel and host you should be able to have a db backup configured to run daily.

    Your issues don't seem all to difficult to correct. do you have a link for me to...
  34. Replies
    81
    Views
    39,250

    Re: Integrating PHPBB3 with Zencart

    started working on this today, the above posts do not correctly hash the password and while it appears to work it makes any future bridge/session management painful to work with.
  35. Replies
    18
    Views
    4,902

    Re: Securepay Payment Module

    True, depending on there accounting software on how they generate there reports ya could always just use the one field and create a standard for parsing the info out of whatever format they allow you...
  36. Replies
    18
    Views
    4,902

    Re: Securepay Payment Module

    is comment two really necessary, ever?
  37. Replies
    13
    Views
    3,107

    Re: Changing Background image....

    make sure its in your templates image folder.

    if that doesnt work pm me a link to your site if ya want to keep it private and ill have a look.

    Thanks.
  38. Replies
    2
    Views
    1,372

    Re: Header and product menu question

    1. yes - change you will have to edit your includes/templates/your-template/common/tpl_header.php
    2. configuration -> layout settings -> Categories Separator between the Category Name and Count
  39. Replies
    2
    Views
    1,081

    Re: Reload shows an undesired yellow background

    your stylesheet

    body {
    background-color: #FFCC00;
    color: #000000;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
    background-image:...
  40. Re: Want three columns on index page but two on all others

    shot in the dark but try index_default.css
  41. Replies
    28
    Views
    5,053

    Re: Flash header help please

    in particular reason for using java to place the flash file?
  42. Replies
    4
    Views
    1,330

    Re: Invoice/Purchases Editing

    you would have to have to customize the code yourself or post in the commercial help wanted section and hire someone to do it for you. Super orders is relatively easy to install though.
  43. Replies
    6
    Views
    1,207

    Re: Remove Category Header from Catalog?

    from your image it looks like your product listing pages so try tpl_index_product_list.php around line 17
  44. Thread: Spacing issue?

    by IGD
    Replies
    3
    Views
    1,343

    Re: Spacing issue?

    your footer is the result of using a table inside an unclosed div element, in ff its collapsing back in on itself, in IE its closing the previous containing element. might be better for you to get...
  45. Replies
    6
    Views
    1,207

    Re: Remove Category Header from Catalog?

    there is no switch for it, you will have to modify the actual template page that handles that area. I think i just answered this in one of your other posts but just making sure i catch ya ;)
    ...
  46. Thread: Category Header

    by IGD
    Replies
    2
    Views
    1,128

    Re: Category Header

    there is no switch that I know of, you may be forced to modify the pages that you do not wish to have the extra page header enabled on. like tpl_index_products_list.php for your product listing pages...
  47. Replies
    1
    Views
    2,342

    Re: Zen Cart and InnoDB

    I don't see any problem as long as you keep track of your changes if future upgrades are necessary to products table. I have often fed a few of my clients sites from distributer product databases...
  48. Replies
    5
    Views
    1,201

    Re: Changing "more info..."

    look up MORE_INFO_TEXT in your english.php located in

    includes/languages/YOUR_TEMPLATE/english.php

    be sure to use overrides.
  49. Replies
    4
    Views
    1,036

    Re: Deactivate some elements

    sidebox's can be configured from tools->layout box controller
  50. Replies
    6
    Views
    1,670

    Re: Where do I change the url to the categories?

    I honestly feel your problems run a bit deeper then that but I honestly am not sure unless i had a look, you have two threads on the same subject by the way.
Results 1 to 50 of 76
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR