Search:

Type: Posts; User: Hizen

Search: Search took 0.01 seconds.

  1. Re: Solution: Displaying all products and new products listing in column/grid

    It's a perfect solution!
  2. Re: Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shippin

    Thank you so much for your time and solution. The code you added does the trick. The shipping method shows properly now.
  3. Re: Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shippin

    The configuaration I've done is at admin -> modules -> order total -> shipping:

    Order Shipping Cost
    This module is installed
    true
    Sort Order
    200
    Allow Free Shipping
    true
    Free Shipping For...
  4. Re: Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shippin

    I did not install any adons for the fresh install. I just copied the whole new v138 files into the local server directory, then install, rather than using FTP upload. Will this problem caused by not...
  5. Re: Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shippin

    The php version is 5.2.0, MySQL is v5.0.27 . This happens at localhost server.
  6. Re: Search error '1109 Unknown table 'p' in field list' after upgrade from v137 to v1

    PHP Version: 5.2.0
    Database: MySQL 5.0.27-community-log
    I'm testing the v138 at localhost at the moment. I havn't upgraded the real site yet.
  7. Re: Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shippin

    I have done a fresh install on another folder and the same happens again. As you can see in the screen print follow the link below. Thanks.http://www.jingyi.co.uk/checkout_success_138fresh_install.jpg
  8. Checkout success page - 'shipping method' is 'Shipping' rather than 'Free Shipping'

    After upgrade from v137 to v138, I found that on the checkout success page, the shipping methods shows 'Shipping' rather than 'Free Shipping' when it is activated for orders over certain amount of...
  9. Re: Search error '1109 Unknown table 'p' in field list' after upgrade from v137 to v1

    Thank you for reply. It happens with an upgrade as well as a fresh install with no customizations and addons/contributions installed. So I don't think it's the addons which cause the problem.
  10. Search error '1109 Unknown table 'p' in field list' after upgrade from v137 to v138

    After upgrade, an error message appears in the search result page, says:

    Advanced Search
    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total]

    The search and...
  11. Replies
    1,987
    Views
    434,978

    Re: Link Manager 3.0 release

    I have worked out the fix for no admin hover menu. Open admin\includes\links.php, find line 292, replace ''SetFocus();'' with ''init()''
  12. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    I have the same warning message in my db. However, it doesn't seem to cause some problems for me, or perhaps I haven't noticed them.

    For undefined functions, check if you have uploaded all the...
  13. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    I can see the problem now. That's very strange, the status doesn't change even I changed the value of FAQ 'Categories with 0 FAQs Status' in both zen admin 'extras->faq manager' and in db.
  14. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    I don't know why it doen't work for you. :huh:Try to add attached FAQ tables first. It should absolutely work fine. :wink2:
  15. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    I think it is because your original shop database hasn't got 'zen_' prefix. In this case, you need to delete 'zen_' prefix in the sql file, then import it to your DB again. Besides 10 new faq tables...
  16. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    INSERT INTO zen_configuration_group VALUES ('', 'FAQ Manager - Categories Box', 'FAQ Manager Categories Box Settings', '1' , '0');
    UPDATE zen_configuration_group SET sort_order = last_insert_id()...
  17. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    --------------------------------------------------------->
    DROP TABLE IF EXISTS faq_categories;
    DROP TABLE IF EXISTS zen_faq_categories;
    CREATE TABLE zen_faq_categories (
    faq_categories_id...
  18. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    Don't forget to backup your database before you do any changes. When I import FAQ sql, myadmin doesn't seem to add prefix 'zen_' automatically. So, I added this myself in the sql file (just use...
  19. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    I'm using 1.3.7. It is working fine with Derek's FAQ. However, I did change quite a lot to get it work on my site. As for database, I did not upload through zen cart sql patch, I used phpmyadmin sql...
  20. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    Re: FAQ Manager

    Thank you for your help Derek. The mod is working perfectly!
  21. Thread: FAQ Manager

    by Hizen
    Replies
    368
    Views
    82,962

    How to set FAQ question description not required?

    I think it's better set the FAQ question description field as not required when submiting a question. Any idea how to do that?
  22. Replies
    5
    Views
    1,277

    Re: Problem w/Links manager 3.0.2 w/zen 1.3.7

    Good news. I found the solution! :-)

    If link manager has been installed, go to the database, find links_to_link_categories, the default value for links_id '0' should be deleted, then select...
  23. Replies
    5
    Views
    1,277

    Re: Problem w/Links manager 3.0.2 w/zen 1.3.7

    It's a great module! However, I have exactly the same problem. I managed to display the links by changing the data in the database. I also found that if I add a link directly in admin not from the...
  24. Re: Moneyorders.php

    sorry, additional line code is \n
  25. Re: Moneyorders.php

    Hi mteicher, thank you for your message. I have tried your method, it works! However, i have to put right number of characters to make the sentence to another line. It is very odd that the PHP code...
  26. Re: Display "Best Sellers" like "What's New" or "Specials" lists.

    I'm very interested in the solution as well. It will be nice to have bestsellers link to display a list like new products and featured products.

    I found DrByte's reply as follows:...
  27. Thread: HTMLArea

    by Hizen
    Replies
    15
    Views
    3,840

    Re: HTMLArea

    I upgraded zc 1.3.2 to 1.3.5. I had the same problem, no HTML editor, however, I can use it now after I removed two files, .htaccess and index.html in /editor/ folder.
  28. Replies
    2
    Views
    1,402

    Re: upgrade to 1.3.5 no login and checkout page

    Hi Ajeh, thank you very much for your help. You are right, I missed to upgrade the function folder. The login page is back now. :-)
  29. Replies
    2
    Views
    1,402

    upgrade to 1.3.5 no login and checkout page

    I just upgraded from 1.3.2 to 1.3.5. The homepage and products page look fine, but there is nothing on the screen when I try to login and checkout. Not sure which file I should check. The website...
  30. Replies
    1
    Views
    1,377

    upgrade to 1.3.5 no login and checkout page

    Hi,

    I just upgraded to 1.3.5, the homepage looks ok, but when try to log in or checkout, there is nothing on the screen. Not sure which file I should check to fix this problem.
  31. How to add additional lines in customer's money order checkout confirmation email?

    I found for the check/money order payment, the checkout confirmation eamail to the customers will look like the photo I have attached. The payment details are all gathered together. I want to add...
Results 1 to 31 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR