Search:

Type: Posts; User: Eric Chen

Search: Search took 0.01 seconds.

  1. Replies
    135
    Views
    33,454

    Re: Query Cache v1.0

    I installed the plugin in my website. It seems quite good and reduce much sql query.
    without Query Cache: 2000+ queries;
    with Query Cache v1.6: about 500 queries;

    But now a problem is happening....
  2. v139h Re: Displaying Product Viewed in Product Listing Page

    Thank you again for your kind advise. I will follow it, although now the new code fulfilled the function of products viewed report on products listing page. Anyway, appreciated for all of yours.
  3. v139h Re: Displaying Product Viewed in Product Listing Page

    Wonderful!!! It is working now by inserting the new code programmed in another way. Appreciated...
  4. v153 Re: Duplicate order ids show in admin->customers->orders

    I got the same problem after I used "TRUNCATE TABLE `orders`" on my database.

    Afterwards, I recovered these tables with "Order_..." in my database, and then it works right.
  5. v139h Re: Displaying Product Viewed in Product Listing Page

    Thank you for your kind advise. It might be... Here I just would like to achieve the function, so as to make sure the code doesn't have any bug to work in Zencart.

    I just tested in my store by the...
  6. v139h Re: Displaying Product Viewed in Product Listing Page

    Thank you for your kind advise. It might be... Here I just would like to achieve the function, so as to make sure the code doesn't have a bug to work in Zencart.

    I just tested in my store by the...
  7. v139h Re: Displaying Product Viewed in Product Listing Page

    I just tested again, and ensure that the code is running. Please refer to following screen shot (the first flow under a category):

    15198

    It is an example. In fact, all items in my store show...
  8. v139h Re: Displaying Product Viewed in Product Listing Page

    Nice day! I'm sured that the old file on the server was replaced by the customized file, but it still got same viewed report on product listing page.

    I also took the code and tested on initial...
  9. v139h Re: Displaying Product Viewed in Product Listing Page

    OK, thank you! I will wait for some updated solution. Have a nice weekend!
  10. v139h Re: Displaying Product Viewed in Product Listing Page

    Sure! Please refer to following code of products_listing.php in my store:



    <?php
    /**
    * product_listing module
    *
    * @package modules
    * @copyright Copyright 2003-2006 Zen Cart Development...
  11. v139h Re: Displaying Product Viewed in Product Listing Page

    Sorry for the misunderstanding. ~~ I don't mean only the four products with ID 187,162,10,158, but also whole products on product listing of each category, showing same viewed report. It is just an...
  12. v139h Re: Displaying Product Viewed in Product Listing Page

    Never mind! So up to now, is there any possibility to look up correct products viewed report by suitable code on products listing page?
  13. v139h Re: Displaying Product Viewed in Product Listing Page

    I see some of numbers on the field of products_viewed:

    .... (`products_viewed`) VALUES
    (71, 0),
    (64, 1),
    (27, 2),
    (19, 3),
    (3, 4),
    (3, 5),
    (1, 6),
  14. v139h Re: Displaying Product Viewed in Product Listing Page

    The following are the details of the two tables in my store:

    Products table (screen shot):
    15193

    Products_description table (screen shot):
    15194
  15. v139h Re: Displaying Product Viewed in Product Listing Page

    According to the instructions, I checked "products" table via phpMyAdmin,

    and strangely don't see the field products_viewed but exceptionally found it on the table "products_description".
    ...
  16. v139h Re: Displaying Product Viewed in Product Listing Page

    According to the instructions, I checked "products" table via phpMyAdmin,
    and strangely don't see the field products_viewed but exceptionally found it on the table "products_description".

    Should...
  17. v139h Re: Displaying Product Viewed in Product Listing Page

    :cool: Great!!! It outputs correct "products_id". I just did a test by the above code, and got correct "products_id" but still same view report. So now the problem focuses on why the ID number is...
  18. v139h Re: Displaying Product Viewed in Product Listing Page

    I just copied and replaced above code (model case) exactly in my products_listing.php, but regret that it doesn't make any different result as revising it on the price case. Each product still shows...
  19. v139h Re: Displaying Product Viewed in Product Listing Page

    Yes, I'd like to show view count report after model number.
  20. v139h Re: Displaying Product Viewed in Product Listing Page

    Sure. I replaced and revised above code with the line of Product Model. Following are the full code of my products_listing.php file:



    <?php
    /**
    * product_listing module
    *
    * @package...
  21. v139h Re: Displaying Product Viewed in Product Listing Page

    I just replaced the above code, and indeed viewed counter is showed with each product on the product list. But each product has same viewed counts which seem from
    first product (products_id with 1)...
  22. v139h Displaying Product Viewed in Product Listing Page

    Hello,

    I'm totally new on PHP and I want to show the products_viewed counter under the buy now button in prodcut listing page,
    and I use following code by Mr. Ajeh in this thread:...
  23. v139h How to change the sort order of the cart contents?

    Does anyone know how to change the sort order of the shopping cart dsiplay so that the products in the shopping cart will order by product ID number. By default, the new products added will go onto...
  24. Replies
    848
    Views
    204,075

    Re: Quantity Discounts for 1.3

    Hi,

    In our store, we offer quantity discounts on all products dependent on the quantity purchased (set in Categories Quantities Discounts ).

    The price is discounted correctly in the Quantity...
  25. Replies
    20
    Views
    1,261

    Re: Help! Quantity Discount Stopped Working

    Thank you for your swift reply. I'm checking and reading...
  26. Re: Quantity Discount Not Working in the Shopping Cart

    Hi, Ajeh,

    Thanh you. I set it by Categories Quantities Discount plugin, but not set on the Products Price Manager. Does it effect on the cart calculation? Thanks.
  27. Replies
    20
    Views
    1,261

    Re: Help! Quantity Discount Stopped Working

    I have the same issue:

    In our store, we offer quantity discounts on all products dependent on the quantity purchased (set in Categories Quantities Discounts ).

    The price is discounted correctly...
  28. Quantity Discount Not Working in the Shopping Cart

    Hi,

    In our store, we offer quantity discounts on all products dependent on the quantity purchased (set in Categories Quantities Discounts ).

    The price is discounted correctly in the Quantity...
  29. Replies
    4
    Views
    1,177

    Re: Qty Discounts on Product Listing

    Hello, Linda,

    Many thanks for these customized code.

    I have applied the codes in my website, but found a problem. Please refer to the following picture:
    13362
    The qty discounts table indeed...
  30. Replies
    135
    Views
    33,454

    Re: Query Cache v1.0

    The Zen Cart version is 1.3.8a. Thank you.
  31. Replies
    135
    Views
    33,454

    Re: Query Cache v1.0

    Hello, Everyone,

    I installed the plugin in my website. It seems quite good and reduce many sql query.
    without Query Cache: 2000+ queries
    with Query Cache v1.6: about 500 queries

    But...
  32. v138a Re: Two or Three Coumn for Sub Menu when a lot of links

    Please could anyone help me? Thank you in advance.
  33. v138a Two or Three Coumn for Sub Menu when a lot of links

    Hi All,

    I have a site that has 20+ service links to list under the iPhone Accessories & HTC tab on the categories box using a hover, but it uses only 1 column and goes way too long. Does anyone...
  34. v138a Two or Three Coumn for Sub Menu when a lot of links

    Hi All,

    I have a site that has 20+ service links to list under the iPhone Accessories & HTC tab on the categories box using a hover, but it uses only 1 column and goes way too long. Does anyone...
  35. v138a Re: Products name don't change as picture when click "Next Arrow" on product flash pa

    The following is the full code of the php file named tpl_product_flash_page.php:

    <?php

    /**

    * Page Template

    *
  36. v138a Products name don't change as picture when click "Next Arrow" on product flash page

    I've been trying for a while, and I can't seem to fix the following problems:

    My product pages show the rest products of the same category in a box under nav menu as following picture:...
  37. v138a Re: Products name don't change as picture when click "Next Arrow" on product flash pa

    The following is the full code of the php file named tpl_product_flash_page.php:


    <?php

    /**

    * Page Template

    *
  38. v138a Re: Products name don't change as picture when click "Next Arrow" on product flash pa

    Please could anyone help me? Thank you in advance. Greeting.
  39. v138a Products name don't change as picture when click "Next Arrow" on product flash page

    I've been trying for a while, and I can't seem to fix the following problems:

    My product pages show the rest products of the same category in a box under nav menu as following picture:
    10458...
Results 1 to 39 of 39
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR