Search:

Type: Posts; User: CJPinder

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Any Fix for Image handler2 to work with Chrome?

    All works fine for me in Chrome including being able to see the "Close X" in the bottom right hand corner. I'm using Chrome v13.0.782.1 if that makes a difference.

    Regards,
    Christian.
  2. Re: Keep Cart Module - cart won't empty after checkout

    Does the Fast & Easy Checkout mod give you the option to turn the Checkout Confirmation page on/off? You need the final checkout confirmation screen for keep cart to work correctly.

    If you turn...
  3. Re: Keep Cart Module - cart won't empty after checkout

    If the fast checkout mod bypasses the final checkout confirmation screen then Keep Cart won't work with it.

    Regards,
    Christian.
  4. Re: Keep Cart Module - cart won't empty after checkout

    Hi,

    The cookie that holds the cart contents should be cleared when you reach the checkout confirmation page. Have you made any modifications to your checkout flow? What version of Zen Cart are you...
  5. Replies
    2,906
    Views
    401,303

    Re: Ceon URI Mapping (SEO)

    Which version of Zen Cart are you using? There was a bug in versions prior to ZC v1.3.9 that might cause what you are seeing.

    Regards,
    Christian.
  6. Re: UK tax in stock 1.3.9h WRONG!

    Hi,

    I've experienced similar issues with displaying tax inclusive prices in the admin and I believe Wilt's fix is not the correct one. Whilst Wilt's fix patches a specific problem it does not fix...
  7. Replies
    4
    Views
    930

    Re: Keep Cart - Not Saving Carts / New User

    Hi,

    Sorry for not seeing this thread earlier. It looks like you have installed the mod correctly, though you don't need to put the files in your zc_install directory.

    The mod works with v1.3.9...
  8. Re: Why is a module needed for google analytics?

    Hi,

    It is best not to place custom files in your template_default directory. Just create a folder called jscript in your template directory and then put the file in there.

    Regards,
    Christian.
  9. Re: Why is a module needed for google analytics?

    Hi,

    If you just want to use Google Analytics tracking without doing any ecommerce tracking then it is easy to set up in Zen Cart without using an add-on. I've written some instructions for doing...
  10. Replies
    28
    Views
    2,543

    Re: Sudden who's on line list problem

    Unfortunately, from what I remember, the v1.3.9 whos_online.php file is not compatible with ZC v1.3.8 or earlier. ZC v1.3.9 base64 encodes the session data before storing it in the database.
    ...
  11. Replies
    9
    Views
    1,392

    Re: SQL Error in "Products Viewed" in v1.3.9f

    Hi,

    The errors you are seeing would indicate an error in the /admin/includes/classes/split_page_results.php file. There was a small change to that file in v1.3.9f but I can't see how that change...
  12. Re: Will copying canonical support code into 1.3.8 shop files do any harm?

    Hi,

    Trying to back port parts of v1.3.9 to v1.3.8 is likely to cause problems. A while back DrByte posted some instructions to add basic canonical url support to v1.3.8 you could try......
  13. Replies
    30
    Views
    4,253

    Re: 1.3.9 whos online error?? maybe

    If suhosin session encryption is on then session_decode will attempt to decrypt the data before decoding the session. By default suhosin uses the browser's User Agent string as the encryption key, so...
  14. Replies
    30
    Views
    4,253

    Re: 1.3.9 whos online error?? maybe

    Personally, I only use the information to check for shoppers before I do any quick changes to the live site.

    I can't think of any useful insight that can be gained by seeing what visitor's have in...
  15. Replies
    30
    Views
    4,253

    Re: 1.3.9 whos online error?? maybe

    Hi Chris,


    If you check for the presence 'cart|O' in the session string before doing the session_decode you can determine if the string is encrypted or not.

    Personally I don't like the use of...
  16. Replies
    12
    Views
    967

    Re: Extreme sluggishness in shopping cart

    Over 7000 queries is a lot, especially as the rest of the store is running with far less. At this point I would say that if you move host the problem may well move with you.

    Which shipping methods...
  17. Replies
    3
    Views
    587

    Re: Customizing Code on Checkout

    Using PayPal payment buttons would be simpler but whether or not it would provide what your client needs is another matter.

    It all depends on how your client sees his business growing in the...
  18. Replies
    12
    Views
    967

    Re: Extreme sluggishness in shopping cart

    Hi,

    If the problem is appearing on the shipping page then it could be that there are a lot of shipping modules installed. Or one of the shipping modules is doing a lot of database lookups.
    ...
  19. Replies
    3
    Views
    587

    Re: Customizing Code on Checkout

    Hi,

    Zen Cart has built-in support for files to be downloaded after checkout so you could allow people to download the ring tone after purchase.

    If you wanted to automatically send the ring tone...
  20. Replies
    2
    Views
    532

    Re: Addon versions

    Hi,

    There is a thread...
    http://www.zen-cart.com/forum/showthread.php?t=152679
    ...which discusses which add-ons have been tested with ZC v1.3.9 so that would be a good place to start.

    If the...
  21. Replies
    30
    Views
    4,253

    Re: 1.3.9 whos online error?? maybe

    Hi Chris,

    I think there are two flaws in the logic..
    1) In ZC 1.3.9 all session data is base64 encoded by Zen Cart before being written to the database (file based sessions aren't touched). So...
  22. Replies
    30
    Views
    4,253

    Re: 1.3.9 whos online error?? maybe

    Hi,

    I think the problem is because the code is checking if suhosin is installed but not checking if session encryption is turned on or off. Try this...

    Edit /admin/whos_online.php and starting...
  23. Replies
    5
    Views
    1,146

    Re: Is there a Backorder Feature?

    Hi,

    There is nothing in Zen Cart currently that provides such functionality. I'm also not aware of any add-on that provides it. I think your only option would be to pay someone to do the...
  24. Re: Who's online does not load most times

    Hi,

    The first thing I would check is that the /admin/whos_online.php file was updated to v1.3.9d correctly. Try re-uploading the file from the ZC v1.3.9d fileset. The behaviour you are seeing...
  25. Re: version link > CGI application misbehaved...

    I didn't say I had a more elegant way, I was just making a comment.


    Nothing wrong with it. Some hosts (including at least one Zen Cart certified host) have it disabled though.

    Regards,...
  26. Re: version link > CGI application misbehaved...

    It probably should be dealt with in a more elegant way, i.e. deal with exec() not working or the commands not present. The admin side of the code is quite old and a lot of it hasn't been touched...
  27. Re: version link > CGI application misbehaved...

    Hi,

    The easiest solution to your problem, is to go into the Admin then under the Configuration menu select My Store. From there set the 'Server Uptime' setting to False.

    Edit: Sorry, I got that...
  28. Replies
    6
    Views
    861

    Re: New Product link on main page?

    It depends on what you want to change but some of the new products listing appearance can be changed by tweaking the settings under Configuration > New Listing in the Admin.

    Regards,
    Christian.
  29. Replies
    6
    Views
    861

    Re: New Product link on main page?

    It is hiding away under Configuration > Maximum Values > New Product Listing - Limited to ...

    Regards,
    Christian.
  30. Replies
    2
    Views
    622

    Re: Site Feedback?

    Hi,

    I'm not aware of an add-on to do this but I have an idea of how you might be able to do it (un-tested).

    A while back I read a blog post by Erica Douglass that shows how to create surveys...
  31. Replies
    6
    Views
    861

    Re: New Product link on main page?

    Hi,

    In the Admin click on the Configuration menu and select Layout Settings. In the list of options is one called 'Categories Box - Show Products New Link', this needs to be set to True.

    The...
  32. Replies
    2
    Views
    616

    Re: tell a friend off still accessed

    Hi,

    The quickest way to completely disable tell-a-friend is to use a FTP program to go to /includes/modules/pages/ on your website and rename the tell_a_friend directory to something else. That...
  33. Replies
    4
    Views
    538

    Re: Exporting orders to a spreadsheet

    Hi,

    The Sales Report add-on in the Free Software Add-ons area can do that (and a lot more)....
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=83

    Regards,...
  34. Re: Discount depending on selected payment mode?

    Hi,

    There is a 'Credit Card Surcharge Fee' add-on in the Free Software Add-ons area. You might be able to use it to give a discount instead of applying a surcharge. Not tried it though....
  35. Replies
    9
    Views
    1,548

    Re: Super slow speed on Load of first click - Please check

    Hi,


    Can you switch on 'Display The Page Parse Time' in Admin -> Configuration -> Logging. It might help diagnose where the problem is.

    Regards,
    Christian.
  36. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    How is the site behaving at the moment? I just had a quick browse around and all seemed okay.

    Have any new queries appeared in the slow query log?

    Regards,
    Christian.
  37. Re: Painfully slow basic install 5+sec to load initial page???

    Glad you got it fixed. I went to both of your sites to check the speed for you but they are both showing a holding page at the moment.

    Regards,
    Christian.
  38. Re: Painfully slow basic install 5+sec to load initial page???

    Okay, the session settings look fine.

    There is one more test I can think of. Create a file called info.php and put the following into it...


    <?php
    phpinfo();
    ?>
    ...then upload it to your ZC...
  39. Re: Painfully slow basic install 5+sec to load initial page???

    As these are new installs I would strongly suggest starting with ZC v1.3.9d as v1.3.8a is a couple of years old now and requires numerous bug fixes and security patches applying. V1.3.9d has all of...
  40. Re: Painfully slow basic install 5+sec to load initial page???

    Hi,

    On one of the sites could you switch on 'Display The Page Parse Time' in the Admin (Configuration -> Logging). It might give a clue as to which part of the server config is causing the...
  41. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    Logging all SQL queries would put a heavy load on the server but that is a lot different from using the slow query log which is usually setup to just log any query which takes more than 10 seconds to...
  42. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    The page parse time and number of SQL queries are recorded whether you display it or not. Displaying the information places no extra load on the server and generates no extra SQL queries. Right now...
  43. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    I believe that particular SQL query is for the 'Also Purchased Products' on the product info page. It was slow in ZC v1.3.8a and sped up in v1.3.9 by the addition of an index. You've switched that...
  44. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    Ah, so not a ZC site then. That makes it a harder to pin point the problem. The issue may well lie with the news site rather than your ZC site.

    The news site may well have worked well on shared...
  45. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    Best leave it set to 0 for the moment.

    You said that the problem started after hosting a second site on your VPS. Can you give us some information about this 2nd site? Version, add-ons, URL,...
  46. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    Hi,


    Thanks for answering all my questions. There is quite a lot that can be done to optimise a ZC site, especially on a VPS or dedicated server. Much more than I could possibly go into in a...
  47. Replies
    30
    Views
    2,668

    Re: Large Slow site on VPS

    Hi Linda,


    For a ZC 1.3.8a site, to me, the indexes look exactly as they should be. Which ones do you think are missing?

    Regards,
    Christian.
  48. Replies
    3
    Views
    635

    Re: Two sites, one MySQL database?

    Hi,

    During the Zen Cart installation process you can specify a database prefix (usually 'zen_') which is added to the front of all the table names.

    When installing the second site just choose a...
  49. Replies
    4
    Views
    1,061

    Re: New Google Analytics?

    Hi,

    You can still use the old ga.js code for tracking if you want to use one of the add-ons. Google's new tracking code allows your pages to load faster though.

    You could try posting a help...
  50. Re: Clearing Cache

    Hi,

    It largely depends on what is filling the cache up. Is the directory called 'cache' or is it the 'bmz_cache' directory that is getting big?

    Regards,
    Christian.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR