Search:

Type: Posts; User: wilt

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    I keep coming back to this as it speaks to a fact that your code may be somewhat customised.


    If you create a customer on your site is it setting the entry_zone_id in the address book. If it is,...
  2. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    K, so regardless of the fact that this may have been outstanding for 30 days !!
    I've been actively looking at this for less than a week.

    I'm working on a branch ...
  3. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    Can you check your database and confirm the entry_zone_id in addressbook for the customer in the order you posted
  4. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    k.

    Think I have reproduced you error.
  5. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    Not sure how you have your taxes set up

    I started with a clean v158 install - no demo products
    Set the store location to New Mexico
    Removed the Tax Rate for Florida
    Created a Zone Definition...
  6. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    Hi

    First off as per internet regulations, I'm not a Tax lawyer. :)

    I had a quick look at New Mexico state law and as ever all the information is poor with no definitive guidance for e-commerce...
  7. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    Note as well
    US sales/shipping tax related to e-commerce is a nightmare

    e.g. California has a mix of origin and destination based taxes (its always California)

    and there are some things Zen...
  8. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    I think we might be getting confused here and I'm not grokking what your expected outcome is

    If I set product tax to be 'Store' based then Zen Cart will only calculate some tax if the customer is...
  9. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    Just another question.

    Assume your scenario is this

    Store is set to be in Florida e.g STORE_ZONEi 18, STORE_COUNTRY = 223
    Customer is in Texas with correct entry zone id in database
    ...
  10. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    k. thanks.
    then it maybe there is something else going wrong.
    will do a quick test with your data.
  11. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    I've been investigating this issue and have come up with a reason that it is failing.

    The biggest issue relates to how customer accounts are being created, and maybe you can confirm.
    The current...
  12. Replies
    49
    Views
    1,717

    v158 Re: Incorrect processing of Tax

    have been looking at this and have found a couple of code issues that will be affecting this in the zen_get_tax_locations function
    hoping to have a fix asap
  13. Replies
    0
    Views
    14,919

    Zen Cart v1.5.7d released!

    We are pleased to announce the release of Zen Cart v1.5.7d

    Download available here: https://github.com/zencart/zencart/archive/refs/tags/v1.5.7d.zip

    Minimum Requirements
    Zen Cart v1.5.7...
  14. Replies
    1
    Views
    3,724

    Sticky: v157 Re: Support the Zen Cart Project!

    Thanks Scott.

    Thanks also to those who have supported Zen Cart not just monetarily, but supporting here on the forums and with github.
  15. v156 Re: BREXIT: Set minimum order requirement for UK addresses

    Only thing I could find on this is
    https://www.avalara.com/vatlive/en/vat-news/uk-post-brexit-vat-on-e-commerce-b2c-imports.html
  16. Replies
    4
    Views
    3,342

    Re: Documentation Plugin SQL Installation

    The inbuilt DisplayLogs plugin contains an example of using an Installer Class

    e.g. zc_plugins/DisplayLogs/v3.0.0/Installer/ScriptedInstaller.php
  17. Replies
    28
    Views
    19,669

    v157 Re: Plugin Manager (Zen Cart 1.5.7+)

    Hi,

    As mentioned already, for v157 there is not that much support for plugins are used catalog side, that will come in v158.

    Note also that code within the zc_plugin directory is protected by...
  18. Replies
    17
    Views
    3,957

    v156 Re: trying to understand SESSION_FORCE_COOKIE_USE

    One of the main reasons that SESSION_FORCE_COOKIE_USE fails is some incorrect server configuration.
    Usually a mismatch between your websites domain and it's actual host address.

    You say that...
  19. Replies
    0
    Views
    36,802

    Security Patch for all versions prior to v156c

    We were recently notified of a security vulnerabilty regarding the sanitization of the 'notify' parameter used in Zen Cart to add product notifications to a user account.

    The proof of concept...
  20. Replies
    0
    Views
    35,145

    Some updates for 2019

    With the release of Zen Cart 1.5.6b, Zen Cart is now fully compatible with PHP 7.3 and MySQL 5.7. We don't anticipate a Zen Cart 1.5.6c release, but there may be a small one if a high priority bug...
  21. Replies
    179
    Views
    60,662

    v155 Re: GDPR is Europe's new framework for data protection laws

    As the only core team member residing in the EU, thought I would offer my thoughts here.

    First, as mentioned in a previous post, be wary of scaremongers, especially when they are consultants...
  22. v155 Re: AdminRequestSanitizer Problem

    Note.

    Have also opened a github issue.
    https://github.com/zencart/zencart/issues/1348
  23. v155 Re: AdminRequestSanitizer Problem

    Hi

    There is some documentation about customizing the sanitizers here

    However, to make your life easier, here is what to do.

    Create a new file in [admin]/includes/extra_datafiles/

    I...
  24. v155 Re: sql issue in split_page_results with custom query using UNION

    You may want to take a look at
    [admin]/includes/classes/split_page_results_new.php
    while this has different method signatures from the legacy split_page_results class it does allow for passing in...
  25. v155 Re: sql issue in split_page_results with custom query using UNION

    What ZC version are you using
    and is this admin or catalog side code
  26. Re: V154 & V155 when cookies off zenid changing with every change of page. add item f

    Hi so have done an initial PR for v1.6

    https://github.com/zcwilt/zc-v1-series/commit/285288132585e6034754f86c51a076103a726f40

    This should fix the problem of seeing the session timeout page...
  27. Re: V154 & V155 when cookies off zenid changing with every change of page. add item f

    Hi Mark.

    Have been doing some digging and testing regarding this after some discussions with DrByte.

    Firstly regarding your suggestion


    if (isset($_POST[zen_session_name()])) {
    ...
  28. Replies
    22
    Views
    14,692

    v155 Re: Installer stalls at creating Database

    This wasn't what I asked :)

    What I asked is whether demo data had been loaded.

    e.g whether products table had been populated
  29. Replies
    22
    Views
    14,692

    v155 Re: Installer stalls at creating Database

    Another thing to check, which will give some indication of how far the install progress got, is to check the contents of the
    products table (assuming you asked for demo data to be installed)
    Are...
  30. Re: V154 & V155 when cookies off zenid changing with every change of page. add item f

    Hi Mark

    Do you have settings in Apache to do any kind of redirects.
    Also would you mind telling us who your host is.
  31. v155 Re: Shipping tax not added in order confirmation - possible bug??

    Hi

    Currently hoping there aren't any. I updated our functional test suite recently, just to test this. The changes did not break any of the tests relating to tax calculations.
  32. v155 Re: AdminRequestSanitizer Problem

    Hi all

    This is in fact a problem with core code, and not really related to any plugins.

    The reviews code passes a 'products_name' hidden field which in this context is a string.
    However in...
  33. Replies
    1,782
    Views
    246,189

    v150 Re: Edit Orders v4.0 Support Thread

    Also thanks to Scott(swguy) for reminding me to do that :)
  34. v155 Re: Sanitizer issue on product description edits with embedded images

    Did a quick test on my v155 branch.
    Copy/pasted a chevron into a description.
    saved OK and displays OK in admin/catalog
  35. v155 Re: Sanitizer issue on product description edits with embedded images

    Hmmm

    product description is probably the most permissive field as far as admin sanitizer is concerned.

    How do you enter the chevron. As an html entity ?
  36. v155 Re: Shipping tax not added in order confirmation - possible bug??

    Hi

    I tried this a clean install of v155 and could not see any problems.

    Here is what I did.

    Clean Install
    Admin set DISPLAY_PRICE_WITH_TAX = true
    Created Tax Class called 'Shipping...
  37. Replies
    1,782
    Views
    246,189

    v150 Re: Edit Orders v4.0 Support Thread

    drbyte suggests

    (int)(PROJECT_VERSION_MAJOR . '.' . PROJECT_VERSION_MINOR <= '1.5.5');
  38. Replies
    1,782
    Views
    246,189

    v150 Re: Edit Orders v4.0 Support Thread

    The problem is this test
    if (defined ('PROJECT_VERSION_MAJOR') && version_compare (PROJECT_VERSION_MAJOR . '.' . PROJECT_VERSION_MINOR, '1.5.5', '>=') && class_exists ('AdminRequestSanitizer') &&...
  39. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    This should work.



    I note that if I add $sanitizer->setDebug(true); to the end of admin/includes/init_includes/init_sanitize.php I get Sanitize logs
  40. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    HI

    On the other hand we need to consider what the TEXT attribute was meant for.

    Assume you have a T-Shirt shop where the customer can define the text that appears on the T-Shirt

    Using...
  41. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Hi

    That does in fact seem like a cool solution, although DrByte and I were talking and think PRODUCT_NAME_DEEP_REGEX is better than PRODUCT_DESC_REGEX as it is less permissive.
  42. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Hi,

    grrrr.

    I guess as a quick fix you could assign a NULL_ACTION to the value parameter as part of a MULTI_DIMENSIONAL sanitizer.

    Fortunately you caught me at a point where I was preparing...
  43. v155 Re: install freezes at "Loading Character Set specific data 59%"

    Hi

    Can you provide info regarding your server setup

    e.g. php version, mysql version etc.

    your admin/server_info.php will provide this info

    Or put a file on your server like this: ...
  44. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Fix pushed here
    https://github.com/zencart/zencart/pull/894/commits/3e07484bb9abc7f1dafe8cdd8916edf14a41984d
  45. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Hi
    I just pushed some final changes to the code, this shouldn't affect anything you have been testing as it mainly revolves around custom sanitizers and unit testing.
    Will do the PR against core...
  46. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    So I've pushed up a change to my testing branch to add a FLOAT_VALUE_REGEX

    I guess that probably 'tax' and 'final_price' should strictly speaking be floats.

    In fact I think the...
  47. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Will add this :)
  48. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Just to be clear here.

    If you want to test latest code, you need to pull in the changes from my https://github.com/zcwilt/zc-v1-series/tree/adminsanitizer-updates branch

    and there are 3 files ...
  49. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    Have you defined any extra sanitizers.

    I'm about to update the docs regarding this.
  50. Replies
    76
    Views
    68,375

    Re: AdminRequestSanitizer Error Log

    I'm working on updated documentation, and probably some expanded tests.

    Will post here once done.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR