Search:

Type: Posts; User: Philibel

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    3,107

    v157 Zen-Cart v1 5 7d update

    In response to: Zen-Cart v1 5 7d released!

    From whatsnew_1.5.7.html in the zip-file


    Based on this, am I right to presume that from 157c to 157d one can just replace the files? Give or take...
  2. Replies
    1
    Views
    1,563

    v157 PHP Deprecated: strstr() in zones.php

    ZC 1.5.7c
    PHP 7.4
    Westminster new template, Access Blocker, Printable Pricelist, French Language Pack

    Just busy with a site of a friend and the following deprecated.log comes up when a customer...
  3. v156 Re: The end of Zen Cart in Europe? SCA kills payments

    Time out?

    They changed their mind
    Balance problems
    Tried a "found" CC
    Human hack research
  4. v156 Re: The end of Zen Cart in Europe? SCA kills payments

    :huh:

    I'm using PayPal. So does my hosting provider and many other bigger companies. They even give better percentages when your volume is bigger. Perhaps they're no so easy for businesses which...
  5. Replies
    73
    Views
    30,865

    v155 Re: Access Blocker Support Thread

    FYI for EU-based webshop:



    find in .../includes/classes/ipData.php on line 24:


    curl_setopt($ch, CURLOPT_URL, "https://api.ipdata.co/" . $ip_address . $api_key);

    and replace by:
  6. Replies
    11
    Views
    1,160

    v157 Re: Is 1.5.7 not safe anymore? PHPMailer.php

    github.com/zencart/zencart/tree/v157

    Download the zip for v157, unpack &paste the new phpMailer over the old one.
  7. Replies
    11
    Views
    1,160

    v157 Re: Is 1.5.7 not safe anymore? PHPMailer.php

    carlwhat, thanks for the enlightenment.

    swguy, thanks for the tip.
  8. Replies
    11
    Views
    1,160

    v157 Re: Is 1.5.7 not safe anymore? PHPMailer.php

    Isn't mailing through PHP "unsafe"? As the advice in E-mail options says:
  9. Replies
    3
    Views
    310

    v157 Re: How do I change the language 2 questions

    You can install the language pack after installing the Zen Cart. If you set French as default, it will be French by default. As of today, the language packs are not including the Zen_install...
  10. v157 Re: How can i limit shipper for liquid products

    I took another look at the code and for my use I needed limitations to different quantities.
    The code could cleaner for an overall limitation to zero.



    // bof skip certain categories
    if...
  11. v157 Re: How can i limit shipper for liquid products

    I have perhaps a solution. I use it for a type of "letterbox-package". I made a zones variant for it and added code to disable that module if certain categories are found in the cart.

    Since you...
  12. Replies
    724
    Views
    199,019

    Re: Printable Price list :: support thread

    While testing in XAMPP

    Issue:

    The following debug-log is generated:

    [18-Jan-2022 09:44:24 ] Request URI: /index.php?main_page=pricelist&profile=1, IP address: ::1
    #1...
  13. Replies
    13
    Views
    12,966

    v157 Re: XAMPP and Different PHP Versions

    Perhaps use for each php-version a different browser? Chrome, Edge, Firefox or Opera to separate the cache memories.
  14. Replies
    13
    Views
    12,966

    v157 Re: XAMPP and Different PHP Versions

    Mine just work fine by installing them in:
    xampp_7_4
    and
    xampp_8_0

    A shortcut for each on the desktop screen and so far so good.
  15. Replies
    34
    Views
    5,228

    v157 Re: Seasonal Centerbox [support thread]

    The sql did add to admin_pages and configuration_group but not to configuration table, so I did it thru phpMyAdmin. I had been looking into the php's but not the DB. Thank for pointing me in the...
  16. Replies
    34
    Views
    5,228

    v157 Re: Seasonal Centerbox [support thread]

    It seems I can't see any details in Admin.

    19871
  17. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    Two issues with automatic generated date display:

    Storefront:

    /includes/languages/german.php
    on line #18: make sure to put de_DE.utf8 first.
    on line #19: make sure $locales is used.

    ...
  18. Replies
    8
    Views
    2,367

    v157 Re: French Language Pack for ZC 1.5.7c

    Small correction:

    Admin side french.php


    $locales = array('fr_FR.utf8', 'fr_FR', 'fr', 'French');
    @setlocale(LC_TIME, $locales);
  19. Replies
    8
    Views
    2,367

    v157 Re: French Language Pack for ZC 1.5.7c

    Two issues with automatic generated date display:

    Storefront:

    /includes/languages/french.php
    on line #18: make sure to put fr_FR.utf8 first.
    on line #19: replace 'fr_FR' with $locales


    ...
  20. Replies
    5
    Views
    493

    Re: French Language Issue

    Answer:

    $locales = ['fr_FR', 'fr_FR.utf8', 'fr', 'French'];

    The path to the solution:
    Your question brought my attention to the next line in the file:


    @setlocale(LC_TIME, 'fr_FR');...
  21. Replies
    5
    Views
    493

    Re: French Language Issue

    Line #49:
    define('DB_CHARSET', 'utf8'); // 'utf8' or 'latin1' are most common


    Line #44:
    define('CHARSET', 'utf-8');

    I tested it on 4 PC browsers (Opera, Firefox, Edge, Chrome) and on...
  22. Replies
    5
    Views
    493

    French Language Issue

    I get this:
    d�cembre
    instead of:
    Décembre
    when the customer has it in French version.

    Of course the first reaction was to check admin/includes/languages/french.php line 443:
    ...
  23. Replies
    13
    Views
    1,637

    v157 Re: essential plugins for zencart

    Perhaps for 1.5.8 the popular plug-ins could become standard build-ins? I thought I saw once a post that some would be. As depending on downloads one can see which are and often the writers are also...
  24. Replies
    14
    Views
    1,035

    Re: Numinix Product Fields install

    @toyseller
    You're working on a live site as I can see from your logs. Did that also ... 13 years ago. Bad idea. Better test and prepare on localhost (a server created on your computer).

    Did you...
  25. Replies
    952
    Views
    210,783

    v151 Re: Winchester Responsive - Contact Form Issue

    While helping a friend I ran into the same problem.
    What I also found is the includes\languages\winchester_responsive\english.php in the template is outdated. It's based on the original file from...
  26. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    Typo found in /includes/languages/dutch/checkout_payment.php

    Line #27 : define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Doorgaan naar Stap 4</strong>');

    should be:

    Line #27 :...
  27. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    Depends on the definition. :D Nationality, language, cultural, ...

    A type of temper doesn't depend on where you're from but more to a mix of genetics, upbringing, cultural, life experiences, ......
  28. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    That's an American expression from people whose ancestors were Dutch. As it's not an expression used in The Netherlands or the Dutch speaking area.
    In The Netherlands (mostly the area what we call...
  29. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    Wow-wow, shrimp-gumbo-mmmhhh, are you a fortune teller? :rotflmao:

    It was already in the to do list for July. But I'm planning to place them as separate plugins. For multi-lingual stores, only the...
  30. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    Version for ZC 1.5.7 now available in the plugin section here.
  31. v157 Re: Make admin configuration translatable to other languages?

    That could be an option if the core developers don't see any security risk in it. (Extra door for hackers or PCI compliance conflict.)

    Store side for customers shouldn't be a problem. Worst could...
  32. Replies
    28
    Views
    27,840

    Re: Dutch language pack support thread

    Dutch-Language-Pack-for-Zen-Cart-1.5.7 on GitHub

    Admin, store and language plugin: courtesy of Design75
    zc_plugins: by yours truly
  33. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    Files now also on GitHub
  34. Replies
    8
    Views
    2,367

    v157 Re: French Language Pack for ZC 1.5.7c

    I never really worked with GitHub, but it should be all there now. :lookaroun Other plugins will follow shortly.

    French-Language-Pack-Zen-Cart-v1.5.7c on github.com
  35. v157 Re: Make admin configuration translatable to other languages?

    I know.
    It takes you to https://docs.zen-cart.com/user/admin_pages/configuration/configuration_alllisting/
    The second line on that page: See All Listing Configuration for instructions on use. takes...
  36. v157 Re: Make admin configuration translatable to other languages?

    Line #308 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order,...
  37. v157 Re: Isn't is actually easy to make Zen Cart Admin available in any language?

    I'm assuming you're referring to a ZC that's from the start in an other language.

    Then the directory zc_install has to have already all the language files in it. And all the files for customer and...
  38. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    Update on zencart_plugin.json
    This will be removed from future updates.

    Notice:

    If you install any language pack in an already operative shop, you need to change the description and...
  39. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    When I take a look at it, it looks like:

    erfolgreicher Anmeldung wird Ihnen das Guthaben dieses Gutscheins auf Ihr


    persönliches Geschenkgutscheinkonto

    gutgeschrieben.
    (Colour added to...
  40. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    If Display Logs is installed or not doesn't matter. The language files don't get changed by installing Display Logs. If those specific language files are absent or not doesn't even matter until you...
  41. Replies
    49
    Views
    34,119

    v151 Re: German Language Pack for ZC version 1.5.x

    It's supposed to check for a newer version of the language package. An automatic update by download and install will break 99.99% of the sites. I.e the language file index.php echos in lines 49 and...
  42. v151 Re: Products no longer align in a straight row across

    @hotdeals

    http://www.ritualmagick.net/shopcart/index.php?main_page=index&cPath=46 has the same problem and the first line has all square pictures.

    I suspect that you're trying to cram 5...
  43. v151 Re: Products no longer align in a straight row across

    @webmanstudios

    https://docs.zen-cart.com/user/template/new_featured_all_listing_page_configuration/

    Looks like you gave everything a starting number of 1
    Change all from 1XXX to 2XXX except...
  44. v155 Re: I think (!) that my hreflang just disappeared from my site. How to fix it?

    Ah, different browser, different language. "select elements" appears when I put the cursor over it.

    Anyhow, it's only good to see what you receive in your browser. Your browser can tell you the...
  45. v155 Re: I think (!) that my hreflang just disappeared from my site. How to fix it?

    Okay, this is what I think your problem is in relation to your hreflang.

    Nobody took or could take the hreflang-code from your html_header.php in the ########## template because it was never...
  46. v157 Re: HTTP 500 on store page, log into admin just fine

    The original file has on line 41

    */
    and on line 42

    require($template->get_template_dir('html_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/html_header.php');

    Compare the...
  47. v155 Re: I think (!) that my hreflang just disappeared from my site. How to fix it?

    What I meant, was in files:

    /template_default/common/html_header.php
    and/or
    /##########_temp/common/html_header.php (for some reason the name is automatic wiped out)




    So, in...
  48. v155 Re: I think (!) that my hreflang just disappeared from my site. How to fix it?

    In your_site/includes/templates/template_default (and-or your_template)/common/html_header.php
    version 1.5.5f has on line 53 // BOF hreflang for multilingual sites
    If you have a backup of your...
  49. Replies
    5
    Views
    536

    v157 Re: Where is the file located for the image?

    [QUOTE=LilleyPadGifts;1381320]I can't seem to find the image that is across the top ...beige pattern ..... or around the slider images.

    back12.jpg...
  50. Replies
    6
    Views
    1,942

    Re: Zen-cart as an inventory management system

    Just a few remarks.

    Aren't you making it to difficult for yourself with giving every item an other product id for every incoming invoice? If the price changes this effect the value of goods in...
Results 1 to 50 of 118
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR