Search:

Type: Posts; User: JeffD

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    855
    Views
    157,684

    Re: User tracking mod

    dharma:

    Though I have never witnessed this behavior personally I have heard a few folks say this has happened to them with other admin contributions. As Pixxi says I doubt this has anything to do...
  2. Replies
    92
    Views
    17,593

    Re: Sefu That Just Works - continued..

    Mike:

    Glad you got it working! ...and yes it needs to run on Apache since IIS does not support URL re-write.

    Woody:

    Okay, I have update the archive SEFU_for_1.3x.zip to include the above...
  3. Replies
    92
    Views
    17,593

    Re: Sefu That Just Works - continued..

    Hi Mike,

    Yes, you'll need to be hosted on Apache as IIS does not support URL rewrite which is necessary for the .htaccess file configuration.

    Everything you posted at first glance looks fine...
  4. Replies
    92
    Views
    17,593

    Re: Sefu That Just Works - continued..

    Mike,

    You are running on Apache correct?

    If so, please post the contents of your includes/extra_configures/sefu_defines.php file and your .htaccess file and a link to your site if available (PM...
  5. Re: tax calculation problem with coupons and multiple products

    Hi Paul,

    Well I tried you changes but at least on my store it produces incorrect results for tax, coupon amount and order total when a free shipping coupon is used. I suppose it is possible that I...
  6. Re: tax calculation problem with coupons and multiple products

    Linda,

    The issues are order editors such as edit_orders or super_orders read this ot data back in from the database to allow order editing... for example, adding a coupon to an order which...
  7. Re: tax calculation problem with coupons and multiple products

    Hi Ajeh,

    My peeve is not that it doesn't work... but that IMHO it is a bad idea to write html out to the order_total table records, as this makes any external database processor or editor fail...
  8. Re: tax calculation problem with coupons and multiple products

    Hi Paul,

    We don't charge tax on shipping here in the states nor do we use the show prices with tax configuration. The code I added to support these is unfortunately pretty much untested as I added...
  9. Re: tax calculation problem with coupons and multiple products

    Also, while we are on the subject of the coupon code I have a pet peeve in regard to the implementation of the coupon popup help functionality. In the current implementation there is in place the...
  10. Re: tax calculation problem with coupons and multiple products

    I believe the double tax on shipping is due to my commenting out line 45 in the file.


    // if ($od_amount['type'] == 'S') $order->info['shipping_cost'] = 0;

    If you remove the comments from in...
  11. Re: tax calculation problem with coupons and multiple products

    Steven,

    Comparing the two files I can see no difference that would make the REMOVE functionality fail IMHO. Can you please verify this for certain, that it is not something else causing the...
  12. Re: tax calculation problem with coupons and multiple products

    Steven,

    Yes it does them separately so again yes I do feel the totals are correct in your above scenario. I will have to look into the REMOVE feature and figure out when that was added and fix it....
  13. Re: tax calculation problem with coupons and multiple products

    Steven,

    I too am looking closely at the coupon code as it is very different from what I am currently using and I am also getting strange results. Do you mind testing what I am using for...
  14. Replies
    4
    Views
    1,413

    Re: 1.3.7 Email Templates not updated

    It was changed to a class in the 1.3.6 email_template_welcome.html so just for consistancy sake should not all of the templates be the same?

    Jeff
  15. Replies
    4
    Views
    1,413

    [to do 1.4] 1.3.7 Email Templates not updated

    Doing a file comparison before upgrading from 1.3.6 to 1.3.7 I found the the following files do not seem to have been updated with bug fixes as discussed here in the forum:
    ...
  16. Replies
    855
    Views
    157,684

    Re: User tracking mod

    That is very odd that you would get the same SQL error (I assume you mean duplicate key 999) since the SQL if executed properly deletes this key?


    DELETE FROM configuration where...
  17. Replies
    855
    Views
    157,684

    Re: User tracking mod

    It appears that you have an older version of the user_tracking table and a newer version of the user tracking code installed. Please download the user tracking contrib again and execute the SQL for...
  18. Replies
    855
    Views
    157,684

    Re: User tracking mod

    The sql is written to be used in the patch tool only. You would need to edit the sql and add the table prefix you are using to execute in PHPMyAdmin. The error you are seeing is probably okay as this...
  19. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    I have made the category output optional via a configuration switch now in the archive version posted previously in this thread. To edit an existing version to add this switch, follow the...
  20. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    The version uploaded is based on the original code contributed by Dave Kennelly at open-operations.com since that is the code both myself and Pinghead started with over a year ago.

    The...
  21. Replies
    855
    Views
    157,684

    Re: User tracking mod

    There is an updated version of User Tracking found here:


    user_tracking.zip

    This version now properly displays the product name when tracking a product page (as per Woody's report) and also...
  22. Replies
    855
    Views
    157,684

    Re: User tracking mod

    You didn't by chance forget this step from the readme did you?


    File Modifications: 2

    add the following to the end of /includes/templates/ YOUR TEMPLATE /common/tpl_footer.php

    <?php if...
  23. Replies
    855
    Views
    157,684

    Re: User tracking mod

    This post may help with your first question: http://www.zen-cart.com/forum/showpost.php?p=294592&postcount=129

    You have to click the "View Session" link to see the actual session data.

    Hope...
  24. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    First let me clarify something... the newest version of the UT tool is no different than any previous version in they way which it logs. It simply writes out followed links to a db table...
  25. Replies
    855
    Views
    157,684

    Re: User tracking mod

    When you as an admin, login as a user and then log out, the logout event is recored under the admin session that has just begun rather than under the user session that just ended. Does this make...
  26. Replies
    855
    Views
    157,684

    Re: User tracking mod

    thebeveragegourmet:

    The latest version has the sql errors corrected, sorry about that! I think from your email you got the problems straightened out, but if not post problems here, tks.

    Woody:...
  27. Replies
    855
    Views
    157,684

    Re: User tracking mod

    With regard to the behavior changes that cause the tracking data to fail to change session id when the admin, logged in as a user, logs off...

    I have found a way to support this with some...
  28. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    Every language that supports HTTP protocol has the concept of a session object and accessors to add and remove session parameters, check for session expiration, etc. This would include...
  29. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    Here is another list of small flags for your examination:

    http://www.kidlink.org/icons/flagdir.html

    Thanks!
    Jeff
  30. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    AFAIK they are simply 18px wide by 12px high gif images.

    BTW, I think you just volunteered to be the official user_tracking country flag provider! When you have them all ready... send...
  31. Replies
    855
    Views
    157,684

    Re: User tracking mod

    irischant:

    Thanks for updating the code and posting your fix. You may have some more restrictive PHP settings regarding arrays than some as I have not had an issue here but your fixes make sense...
  32. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    Open the file admin/includes/geoip.inc to see the possible GEO_IP country return codes. Hope this helps!

    Jeff
  33. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    If you have additional flags that you've added (like Kuwait) send them to me and I'll include them in the archive. The ones I've added were simply a result of finding missing image...
  34. Replies
    855
    Views
    157,684

    Re: User tracking mod

    irischant:

    I'm sorry there were errors and ommisions in the sql of the archive.

    Please execute the following in the sql patch too and it should get you fixed up:


    DROP TABLE IF EXISTS...
  35. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    Yes, if you can somehow force the session id to change once you logoff as the customer (by any means available) then the user tracking data should display as "Guest" for the balance of the...
  36. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Yes, if you want to keep current table data intact just execute those two commands or if you don't care and want to drop the table and create a fresh one execute the user_tracking.sql contents.
    ...
  37. Replies
    92
    Views
    17,593

    Re: Sefu That Just Works - continued..

    DMUK:

    The fix for the problem you reported is as follows:

    In includes/functions/html_output.php

    Search for:


    $link .= $path . '/' . $filename;
  38. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Hi all:

    I have uploaded a new version of the user tracking tool to the Zencart downloads area. Until it is released I updated the user tracking archive posted previously in (post 131) above to...
  39. Replies
    855
    Views
    157,684

    Re: User tracking mod

    This is really not a bug in User Tracking but instead an artifact of the way PHP and Zencart use and maintain sessions. Even though you logout of a customers account and zen_session_destroy() is...
  40. Replies
    92
    Views
    17,593

    Re: Sefu That Just Works - continued..

    I was aware of the latter problem, just haven't had time to look into that yet since the URL though it has an extra '/' still works... but I will fix this ASAP.

    As for the search results...
  41. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Woody:

    Yes I forgot to send the updated language file, sorry!

    For now add these to: includes/languages/english/user_tracking.php


    define('ENTRY_START_DATE', 'Start:');...
  42. Replies
    6
    Views
    2,906

    Re: File attachment to products

    Each product allows a Products URL (a field which you could use to point to the *.pdf file).

    You would probably want to create a directory (say, named pdf) inside your catalog directory to house...
  43. Replies
    855
    Views
    157,684

    Re: User tracking mod

    You're welcome...

    Let me know if that takes care of the problem and feedback on the updated version posted if you choose to try it?

    Thanks,
    Jeff
  44. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Also if anyone is interested...

    Over the years we have updated the user_tracking.php tool and made a few bug fixes. One feature we added was changing the script into a form and adding a popup date...
  45. Replies
    855
    Views
    157,684

    Re: User tracking mod

    Firehorse:

    The problem with user tracking not listing the correct page name for ez pages is due to a line missing in the ez pages support code.

    To correct the problem, edit...
  46. Replies
    1
    Views
    1,120

    Re: Zone Upgrade Not Happening

    Looking back at the 1.3.5 file set sql indicates that this change took place in 1.3.6 so I would venture to say that the following sql statement was accidentally omitted from the 1.3.5 to 1.3.6 sql...
  47. Re: sessionWatcher (better handling of session timeouts)

    Steven:

    Just a suggestion...

    I have added the following line to the top of my init_sessionWatcher.php


    if (!defined('ENABLE_SESSION_WATCHER') || ENABLE_SESSION_WATCHER == 'false') return;
    ...
  48. Re: account creation bug when displaying create-account-success page

    Yes, and I believe that is the exact issue that put me off track since this is something newly added to Zencart. Originally after account creation older version of Zencart redirected back to checkout...
  49. Re: account creation bug when displaying create-account-success page

    Argh! I also had sessionWatcher running on our test site where I performed the testing when trying to help stargre and mycolumbus. Ajeh indicates that she cannot duplicate the problem on her test...
  50. Re: account creation bug when displaying create-account-success page

    First, this is a problem with 1.3.6 ONLY... If you have a previous version the problem does not apply!


    If you wish to see this issue, follow these steps...


    1) Visit your store as a new...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR