Page 89 of 179 FirstFirst ... 3979878889909199139 ... LastLast
Results 881 to 890 of 1787
  1. #881
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Taxes being duplicated/removed

    Quote Originally Posted by Danielle View Post
    Just wondering if there are any plans to update this module to be compatible with the new admin sanitizer, as per this thread:

    https://www.zen-cart.com/showthread.php?219747

    Thanks!
    When the solution is posted to that thread, my guess is that no further change will be required of Edit Orders.

  2. #882
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Taxes being duplicated/removed

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #883
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Taxes being duplicated/removed

    Will do; it'll be tomorrow.

  4. #884
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Carriage control within a comment

    Has anyone tried adding multiline comments during an order edit? It seems to keep the ASCII carriage control in the database. So instead of

    Line1
    Line2
    Line3

    You get

    Line1\r\nLine2\r\nLine3
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #885
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Taxes being duplicated/removed

    Quote Originally Posted by lat9 View Post
    Will do; it'll be tomorrow.
    No go. I've merged the EO 4.1.4 code with the 3/29 update for Zen Cart 1.5.5, added a product to the order and saw that the foreach log was generated. Applied wilt's update and added another product to the order -- still getting that warning.

    I added a product with attributes (Matrox G200 MMS) and the attributes don't show upon completion of the addition. I made a teeny change to the requestSanitizer class to also dump the $_GET and $_POST variables on entry; here's the log that's created after I've chosen the attributes to add to the product:
    Code:
    Mar-30-2016 09:42:02
    =================================
    
    Running Admin Sanitizers: Array
    (
        [page] => 1
        [oID] => 3
        [action] => add_prdct
    )
    Array
    (
        [securityToken] => 929ab5ecab8c7436fbd535d9fc431c06
        [id] => Array
            (
                [3] => Array
                    (
                        [value] => 4
                        [type] => 0
                    )
    
                [4] => Array
                    (
                        [value] => 3
                        [type] => 0
                    )
    
            )
    
        [add_product_categories_id] => 4
        [add_product_products_id] => 1
        [search] => 
        [step] => 4
    )
    
    
    SANITIZER BUILTIN == filterSimpleAlphanumPlus
    
    PROCESSING SIMPLE_ALPHANUM_PLUS == action
    
    PROCESSING SIMPLE_ALPHANUM_PLUS == oID
    
    PROCESSING SIMPLE_ALPHANUM_PLUS == page
    
    SANITIZER BUILTIN == filterConvertInt
    
    PROCESSING CONVERT_INT (POST) == id
    
    SANITIZER BUILTIN == filterFileDirRegex
    
    SANITIZER BUILTIN == filterAlphanumDashUnderscore
    
    PROCESSING ALPHANUM_DASH_UNDERSCORE (GET) == action
    
    PROCESSING ALPHANUM_DASH_UNDERSCORE (GET) == page
    
    SANITIZER BUILTIN == filterWordsAndSymbolsRegex
    
    SANITIZER BUILTIN == filterMetaTags
    
    SANITIZER BUILTIN == filterSanitizeEmail
    
    SANITIZER BUILTIN == filterProductDescRegex
    
    PROCESSING PRODUCT_DESC_REGEX == products_description
    
    PROCESSING PRODUCT_DESC_REGEX == coupon_desc
    
    PROCESSING PRODUCT_DESC_REGEX == file_contents
    
    PROCESSING PRODUCT_DESC_REGEX == categories_description
    
    PROCESSING PRODUCT_DESC_REGEX == message_html
    
    PROCESSING PRODUCT_DESC_REGEX == banners_html_text
    
    PROCESSING PRODUCT_DESC_REGEX == pages_html_text
    
    PROCESSING PRODUCT_DESC_REGEX == comments
    
    SANITIZER BUILTIN == filterProductUrlRegex
    
    SANITIZER BUILTIN == filterCurrencyValueRegex
    
    SANITIZER BUILTIN == filterProductNameDeepRegex
    
    SANITIZER BUILTIN == filterStrictSanitizeValues
    
    PROCESSING STRICT_SANITIZE_VALUES == securityToken
    
    PROCESSING STRICT_SANITIZE_VALUES == id
    
    PROCESSING STRICT_SANITIZE_VALUES == add_product_categories_id
    
    PROCESSING STRICT_SANITIZE_VALUES == add_product_products_id
    
    PROCESSING STRICT_SANITIZE_VALUES == search
    
    PROCESSING STRICT_SANITIZE_VALUES == step
    
    PROCESSING STRICT_SANITIZE_VALUES == page
    
    PROCESSING STRICT_SANITIZE_VALUES == oID
    
    PROCESSING STRICT_SANITIZE_VALUES == action
    
    SANITIZER BUILTIN == filterStrictSanitizeKeys

  6. #886
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Carriage control within a comment

    Quote Originally Posted by swguy View Post
    Has anyone tried adding multiline comments during an order edit? It seems to keep the ASCII carriage control in the database. So instead of

    Line1
    Line2
    Line3

    You get

    Line1\r\nLine2\r\nLine3
    Yep, we've got some "over preparation" of the data; I'm getting " output when the input order contained simply "

  7. #887
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Carriage control within a comment

    OK, I've created a GitHub repository (https://github.com/lat9/edit_orders) for the plugin, initialized with EO 4.1.4 and updated with each of the bugfixes that I found while painfully scrolling through the postings.

    I'm not sending this to the Zen Cart Plugins until I've had a chance to fully vet the changes; any help would be appreciated. Please continue to use this support-thread to report any issues found, making sure that you identify that you're using the GitHub version and note the date/time that you downloaded the repo's file-set.

  8. #888
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Carriage control within a comment

    I've updated the EO github site with a work-around for the Zen Cart 1.5.5 admin-sanitizer issue and verified that it's operating properly on a fresh Zen Cart 1.5.5-20160329 install with EO only. Additional eyes would help. I'll package this up as EO 4.1.4a sometime next week unless some calamity hits.

  9. #889
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Taxes being duplicated/removed

    I was wondering if anyone would have a chance to look at my post #869 of page 87 (https://www.zen-cart.com/showthread....17#post1306017). I am having problems with my taxes being messed up and I can not figure out what file I've screwed up.

    Any help would be greatly appreciated.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  10. #890
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,494
    Plugin Contributions
    88

    Default Re: Taxes being duplicated/removed

    Colleen, check your PMs.

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR