Search:

Type: Posts; User: OldNGrey

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    Downloaded the file linked in the notification last night. I see that the actual file and the zip file has been changed since then.
  2. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    zc_install/includes /version.php has define('PROJECT_VERSION_MINOR', '0.0-rc1');
  3. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    Please ignore this comment.
    Plugins are installing correctly. eg Printable Price list, Access Blocker etc
    The mistake was entirely my fault in trying to work out why the other options are not...
  4. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    Ok, I have read all of that. Nothing I can see explains why the options do not appear in the drop down menu or how to turn them on.
  5. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    It displays when running zc_install
  6. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    php8.3 MariaDB 2.0.0-rc2: vanilla install

    Admin > Configuration the drop down list is
    ...
    Website Maintenance
    Index Listing
    Define Page Status
    E-Z Pages Status

    158A is
  7. Replies
    17
    Views
    785

    Re: Feedback on 2.0.0-rc2

    php8.3 MariaDB 2.0.0-rc2

    zc_install banner on top right of screen shows "Zen Cart v2.0.0-rc1"
  8. v157 Re: importing data base error and general question about zen

    Here are some notes that may help. These are the steps I take.


    I create the database in PHPMyAdmin.
    Use zc_install to create the tables.
    Import the unzipped old database file using the...
  9. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    From my testing with the conversion from AUD to EUR, or any other currency I have set, the display for payment information is now correct.
    Thank you Lat9
  10. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    Item #608 products_price = 118.7727
    Configuration :: My Store :: Currency Conversion Ratio = 1.025
  11. Replies
    55
    Views
    4,467

    v158 Different Total Displayed for currency change

    Versions affected: zc158a with patches and zc200
    file /includes/classes/order.php

    Issue: currency conversion applied on item price in shopping_cart and reapplied on the sub-total for...
  12. Replies
    10
    Views
    503

    v158 Re: Direct Deposit

    I think this discussion is covering more than one topic: Editing orders in Admin and the procedural processing of an order paid by direct deposit.

    If a direct deposit module like DirBank AUS is...
  13. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.1

    That is correct. That is the only file that changed for the zc157 version.

    Thanks for testing it. Now that we have no errors I'll create a new release as a zip file and submit it to the admins.
  14. v158 Undefined global variable $_SESSION and no zc log files

    zc158a; PHP 8.2.15; PHP Memory Limit: 128M; DB MySQL 10.6.16-MariaDB-0ubuntu0.22.04.1

    Note: This is no longer a problem on my site and the information is posted here for the search engines to find...
  15. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.1

    I have an updated version (v1.5.1.c) in my GitHub https://github.com/OldNGreyBMR/export_shipping_information/blob/1.5.1.c/v1.5.7/files/admin/shipping_export.php

    This corrects issues:
    #8 unicode...
  16. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.0

    A problem arises with the differences between MariaDB and MySQL and the many optional SQL Modes set by the user/administrator.
    MySQL allows the ANY_VALUE setting to get around the GROUP BY clause ...
  17. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.0

    Aaargh.
    AND ot.orders_id = 1GROUP BY o.orders_id ORDER BY orders_id ASC ==> (as call
    There is a space missing from the front of the GROUP statement.
    I have updated the GitHub file...
  18. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.0

    The corrected Export Shipping & Order Information v1.5.0 file for zcV157 is located in https://github.com/OldNGreyBMR/export_shipping_information/tree/main/v1.5.7/files/admin

    The zc158 version is...
  19. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.5.0

    That error in the code has been there since v1.2.2 with zc1.3.7. I'll fix it ASAP and post a link to my GitHub file when completed.

    Can you tell me what database you are using? The code error...
  20. v155 Re: User already has more than 'max_user_connections

    Our local test servers default to $nbsp; for zc158 and zc158a or display nothing with zc200.

    Production servers running on virtual hosts default to $nbsp; for zc158 and zc158a
  21. Replies
    88
    Views
    37,576

    Australia Post Shipping Module 2.5.6

    I have updated the Australia Post Shipping module in my GitHub repository https://github.com/OldNGreyBMR/aupos...s/tag/v2.5.6
    and submitted this version to the administrators for review.


    The...
  22. Replies
    2
    Views
    768

    Re: Admin Bootstrap 5

    If you can send via PM I'll have a look as I'm checking ZC2.0.0-alpha1 now.
  23. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    Thanks lat9. That works with all my testing.
    Is far more accurate than it has been in the past.

    There can be some minor variances which I think come from the original calculation of the product...
  24. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    When you imported the zc154 data into the zc158a database did you run zc_install to update the database structure to 158a and check each upgrade step was completed successfully without error?

    Are...
  25. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    If you are the adding the Printable -pricelist plugin to new zc158a installation with a clean zc158a database when checking the database content use the same sql query
    SELECT * FROM configuration...
  26. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    unq_config_key_zen is the name of an index on the configuration table. This be seen with phpMyAdmin when looking at the table structure.
    20446

    You may have something unusual in your database.
    ...
  27. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    Thanks but don't change it too soon. I'm still getting my head around GitHub and managed to blow away all my local repository changes for Printable Price List.
    Just manually rebuilding it backup on...
  28. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    Sorry! My mistake. I placed part of my working files in Github and not the generic set for use by everyone else.

    I have updated GitHub to display the correct folders names eg YOUR_ADMIN and...
  29. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    I think some of the problems discussed here are from using version of PPL from the plugins downloads on zc158a. That version is for zc157.

    In posting #684 of this thread I gave links to my GitHub...
  30. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    Under Admin > Configuration there should be 4 entries: Printable Price-list; Price-List Profile-1; Price-List Profile-2; Price-List Profile-3;
  31. Replies
    496
    Views
    82,359

    Export Shipping & Order Information v1.5.0

    I have updated export shipping information and submitted it for moderation. When it is approved I will post here.

    Version 1.5.0 supports zc1.5.7 and zc1.5.8+ and will run on PHP 7.4 to PHP 8.3

    ...
  32. Replies
    10
    Views
    388

    v158 Re: Remove image on Invoice(Order Number)

    In admin/includes/languages/english/lang.invoice.php I have added three additional constants

    'TITLE_INVOICE' => 'Tax Invoice', 'IMAGE_ON_INVOICE_IMAGE_WIDTH' => '50',
    ...
  33. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    The latest changes (#6017) show the correct Sub-Total but the Tax is incorrect.

    Settings: Display Prices with Tax = true; Display Prices with Tax in Admin = true; Tax (GST) = 10%; Basis of Product...
  34. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    From my simple testing , it has.
    Display Prices with Tax = false; Display Prices with Tax in Admin = false ; Tax rate (GST) = 10%

    Item $1.60 each; add ten to cart; price displayed is $14.55; ...
  35. Replies
    55
    Views
    4,467

    v158 Re: Different Total Displayed

    Repeatable in a vanilla version of 1.5.8 and 1.5.8a

    A good example of the error in the original calculation is to create an item including tax with a value of $5. Add 10 items items to the cart...
  36. Thread: Changed Files

    by OldNGrey
    Replies
    38
    Views
    7,630

    v155 Re: Changed Files

    The changed files plugin only has files for the admin side so that definition should be in admin/includes/languages/english/changed_files.php.
    It looks like copied the files to incorrect locations....
  37. v151 Re: Conditions of Use and Shipping text is gone

    Have you placed the file eg define_conditions.php in /includes/languages/english/html_includes/YOUR_TEMPLATE_DIRECTORY/
  38. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.5.5

    The version you have is not the latest. Platinum parcels were dropped by Aust Post a while ago and taken out of aupost early this year

    Please download the latest version from GitHub...
  39. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.5.5

    This is very puzzling! Do you have AUD set as the default currency?
    Could you also attach clear screen shots of your admin configuration for the aupost module?
  40. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.5.5

    Can you turn on Enable Debug andprovide a screen shot of the shopping cart with one item and the first postage estimates returned. ?
  41. Replies
    88
    Views
    37,576

    Australia Post Shipping Module 2.5.5

    The Australia Post plugin is now on Version 2.5.5.07
    A link to the latest version is https://github.com/OldNGreyBMR/aupost/releases/tag/2.5.5-07

    Please use the latest version. After you copy...
  42. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.0

    1. What version of zencart and what version of PHP are you using?
    2. What other modules do you have installed?

    3. What version of aupost are you using? It will be displayed at the top of the...
  43. Replies
    12
    Views
    1,218

    v158 Re: Admin Discount Coupons Search

    Wow! It works on just a partial word phrase eg "stone" finds AdamStone, David Stone; DavidStone01; PeterJohnstone01.
    A brilliant change. Thank you very much.

    Tested on zc158a PHP 8.2.4; 8.1;7.4.19
  44. Replies
    496
    Views
    82,359

    Export Shipping & Order Information v1.4.3

    I have updated export shipping information and correct the attributes mixed with product name issue.

    The latest version of the main file is in my GitHub...
  45. Replies
    496
    Views
    82,359

    Re: Export Shipping & Order Information v1.4.1

    I can replicate the issue and am working on it.
    I don't use attributes so this error wasn't detected in my testing.
  46. Thread: Date Format

    by OldNGrey
    Replies
    1
    Views
    249

    v158 Re: Date Format

    Try the following for Australia
    file: admin /includes/languages/lang.english.php


    add 1st line
    @setlocale(LC_TIME, ['en_AU', 'en_AU.utf8mb4', 'en', 'English_Australia.1252']);

    change...
  47. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    Mine spits out 4790 items really quickly. You may have some bad data in a record or a mangled index.
  48. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.5.5

    For those users of AustPost Shipping Module if you have not already modified the Zen Cart invoice to meet Australian Tax requirements there is a sample invoice and related language files in my GitHub...
  49. Replies
    724
    Views
    198,757

    Re: Printable Price list :: zc158

    Your report returns 3610 lines including category headings, 3483 without headings.
    Is it still giving a memory error?
  50. Replies
    88
    Views
    37,576

    Re: Australia Post Shipping Module 2.5.5

    I have updated the Australia Post Shipping module in my GitHub repository https://github.com/OldNGreyBMR/aupost/releases/tag/2.5.5-05

    The AustPost module is now at V2.5.5-05 and the AusPost...
Results 1 to 50 of 251
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR