Search:

Type: Posts; User: zamzom

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3,557
    Views
    541,036

    Re: SBA Select List (Dropdown) Basic

    https://stackoverflow.com/questions/26429673/how-to-match-id-in-javascript-for-dynamically-added-field-on-html
  2. Replies
    3,557
    Views
    541,036

    Re: SBA Select List (Dropdown) Basic

    Yes, I agree, therefore in fact I have been also along the same path of thinking and I have given up detaching the observer, because there are other images need to be swapped, too. I have not posted...
  3. Replies
    3,557
    Views
    541,036

    Re: SBA Select List (Dropdown) Basic

    [ZC v1.5.8][Bootstrap v3.5.0][SBA v4.0]

    Unfortunately I can not share a link, coz it is yet running on a localhost.
    The versions of modules I use are in the upper part of my message.
    I have...
  4. v157 Re: Session expired after some payments instead of checkout_success

    Thank you for this crutial info,
    Additionally, at the current state of Chrome browser SameSite=none; also causes error.
    You can not even log in to the site, it automatically logs you out.
    In the...
  5. Replies
    1,251
    Views
    273,777

    v155 Re: ZCA Bootstrap Template

    Just a small note;
    in includes\templates\bootstrap\templates\tpl_product_info_display.php between line 209 and 216 div causes html error, because there is already the same div in...
  6. Replies
    1,251
    Views
    273,777

    v155 Re: ZCA Bootstrap Template

    [ZC v1.5.8][Bootstrap v3.5.0][SBA v4.0]

    Does attribute image swap function properly for Bootstrap template?
    I have no problem for other built in templates, for example Responsive Classic or...
  7. Replies
    3,557
    Views
    541,036

    Re: SBA Select List (Dropdown) Basic

    [ZC v1.5.8][Bootstrap v3.5.0]

    I have a problem of image swapping on the product info page for Bootstrap template.
    When I switch to other templates, e.g. Classic Contemporary Green or Responsive...
  8. Replies
    638
    Views
    130,834

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Sorry my fault! :blush:
    non_captcha_observer is totally something else, i.e. not a a part of google_recaptcha.
    It comes with a standard ZC distribution.
  9. Replies
    638
    Views
    130,834

    v150 Re: Support Thread for Google reCAPTCHA plugin

    [ZC 1.5.8]
    My google reCaptcha works but
    Somewhere along the path of upgrading I have ended up with both

    includes/clases/observers/auto.non_captcha_observer.php
    and

    ...
  10. Re: Customer address not appearing in admin>customers - all of a sudden!

    Yes, it is a bug.
    In classes/Customers.php around line 354:


    protected function setDefaultAddressBookId(int $id)
    {
    global $db;
    $sql = "UPDATE " . TABLE_CUSTOMERS . " SET...
  11. Replies
    638
    Views
    130,834

    v150 Re: Support Thread for Google reCAPTCHA plugin

    They seem to pass the create account part manually.
    They have tried 14000 CC's in one night and due to this activity the bank has suspended the payment system.
    In order to open the system back they...
  12. Replies
    638
    Views
    130,834

    v150 Re: Support Thread for Google reCAPTCHA plugin

    I am sorry, I have meant adding a captcha to the checkout_confirmation page. The last page before going to the payment provider.
  13. Replies
    638
    Views
    130,834

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Scott had already asked this but no-one replied.
    I think it is crutial to add a reCaptcha to checkout_process page, as we are subject to many CC try attempts by bots.
    Does anyone know how to do...
  14. Replies
    101
    Views
    36,406

    Re: Language/Currency Links in Header

    Just recognized an early discussion:
    https://www.zen-cart.com/showthread.php?37229-Language-Currency-Links-in-Header&p=1363749#post1363749
  15. Replies
    101
    Views
    36,406

    Re: Language/Currency Links in Header

    Great work thanks.
    Is is possible to make the currencies appear in a pull-down menu?
    How to do this?
  16. Replies
    1,251
    Views
    273,777

    v155 Re: ZCA Bootstrap Template

    Is there a way to add currency selection and language selection on mobile devices in this template system?
  17. Replies
    1,251
    Views
    273,777

    v155 Re: ZCA Bootstrap Template

    [ZC 1.5.8][Bootstrap 3.5.2]
    Back-to-top button is sometimes covering important buttons.
    This is may be more of a style question but is there a way to push this button towards outside the main block...
  18. Replies
    396
    Views
    138,114

    Re: Optional Shipping Insurance Module Support Thread...

    In ot_insurance.php (version 3.2.4) around line 245:


    $selected = ((isset($_SESSION['opt_insurance']) && $_SESSION['opt_insurance'] == '1') ? true : false);
    $display_insurance = true;...
  19. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    Checking from the documentation
    https://docs.zen-cart.com/dev/code/158_language_files/

    I have inserted the following in the beginning of header_php.php file after the require(DIR_WS_MODULES ......
  20. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    I know. I am sharing all these so that they would guide you or the others who makes changes.
    Btw, thanks for your efforts to share such a plugin. I think it was a big shortage for ZC. Nowadays,...
  21. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    #6 require(/httpd.www/includes/modules/pages/account_confirmation/header_php.php) called at [/httpd.www/index.php:35]
    --> PHP Fatal error: 1292:Incorrect datetime value: '1-01200-' for column...
  22. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    Also includes/modules/pages/account_confirmation/header_php.php makes uses of variables such as EMAIL_GREET_MS etc. which are available to the standard create_account page. However in ZC 1.5.8 these...
  23. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    Has anyone actually been using this addon? There are some really strategical errors! Check this out:

    In /includes/modules/pages/account_confirmation/header_php.php around line 97


    $sql...
  24. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    In customers_spam.php around line 860

    <?php
    if ($error == true) {
    if ($entry_country_error == true) {
    echo...
  25. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    It is the ZX AntiSpam plugin.
    It is the page where the confirmation code is entered.
    It worked fine when I have removed that line where IsMobile check is made, because I have recognized there is no...
  26. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    There is also this kind of error in [ZC 1.5.8] (using Bootstrap template):


    [13-Mar-2023 14:55:07 UTC] Request URI: /index.php?main_page=account_confirmation, IP address:
    --> PHP Fatal error:...
  27. Replies
    18
    Views
    2,681

    v157 Re: ZX AntiSpam [Support Thread]

    [ZC 1.5.8][PHP 8.0][MySQL 10.3]

    May 'customers_referral' default be set to NULL


    --> PHP Fatal error: 1364:Field 'customers_referral' doesn't have a default value :: INSERT INTO...
  28. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    So far so good.
    Thank you mc12345678 for your quick attention and neat corrections.
    I will keep reporting other issues when I come accross.

    Few more things I recently encountered:
    Now, the...
  29. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    [ZC 1.5.8]


    Also, again on Products with Attributes Stock page in the admin, when you try to add a Description to a product variant there is this error:

    PHP Fatal error: Uncaught Error: Call...
  30. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Also, there is an error with the $w assignment, the tag for product description table should be pd instead of d, again around line 282:

    $w = " AND ( p.products_id = '$s'
    ...
  31. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Secondly, search does not function. It seems earlier search parameter was input through a Get statement (in admin/products_with_attributes_stock.php) however in the latest it was converted to a Post...
  32. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Secondly, search does not function. It seems earlier search parameter was input through a Get statement (in admin/products_with_attributes_stock.php) however in the latest it was converted to a Post...
  33. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Trying to run SBA 1.5.4 for [ZC 1.5.8]

    Few remarks for some errors in admin/products_with_attributes_stock page.

    First it gives the following error
    --> PHP Fatal error: 1064:You have an error...
  34. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Trying to run SBA 1.5.4 for [ZC 1.5.8]

    Few remarks for some errors in admin/products_with_attributes_stock page.

    First it gives the following error
    --> PHP Fatal error: 1064:You have an error...
  35. Replies
    3,557
    Views
    541,036

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    I could not find that commit.
    Can you possibly share the link?
  36. Replies
    396
    Views
    138,114

    Re: Optional Shipping Insurance Module Support Thread...

    Thank you for the quick reply. I was just not sure about where to put the control. Is it OK to block the following segment as it is done with the if block (marked with----> // Check if called in...
  37. Replies
    396
    Views
    138,114

    Re: Optional Shipping Insurance Module Support Thread...

    Thank you for the quick response. I was just not sure where to put the control. I am wondering if this is the right place to block out while in the admin section (added if control around ---> //...
  38. Replies
    396
    Views
    138,114

    Re: Optional Shipping Insurance Module Support Thread...

    OK, but for Zen-cart version 1.5.8, when you replace the function name with __construct() the following errors are given when the Order Total Modules page is visited in the Admin. Evidently it is...
  39. v155 Re: PHP Fatal error: Call to a member function get_template_dir() on null in credit_c

    In my case, the reason seems to be some missing language files beginning with lang.xxx (which are now in v 1.5.8.)
  40. v155 Re: PHP Fatal error: Call to a member function get_template_dir() on null in credit_c

    Have you found a solution to this? I am getting the same error. :frusty:
  41. Replies
    3
    Views
    2,092

    Re: Skrill Payment Method [Support Thread]

    Also, skrill_orders.php on admin pages instantiates a new order class on line 162


    $order = new order($skrillGwayInfo->zc_oid);

    and obviously with a NULL order_id input. This causes inside...
  42. Replies
    3
    Views
    2,092

    Re: Skrill Payment Method [Support Thread]

    I have installed Skrill module (for ver. 1.5.4) in Zen-cart version 1.5.6.
    It seems to work ok, but throws some PHP warnings.
    These are basically because some language variables such as...
  43. Replies
    0
    Views
    584

    Superlinks (employing Supertracker)

    Superlinks now can be downloaded from:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1488

    Prerequisite: Supertracker addon needs to be installed and running prior...
  44. Thread: Supertracker

    by zamzom
    Replies
    323
    Views
    87,016

    Re: Supertracker

    Even if there is I wouldn't recommend it:
    http://www.zen-cart.com/forum/showthread.php?p=814670#post814670
  45. Re: Create a new module for International Checkout payment module

    in paypal.php


    $options = array_merge($optionsCore, $optionsCust, $optionsPhone, $optionsShip, $optionsTrans, $optionsAggregate);

    is basically holding all the parameters that will be...
  46. Re: Create a new module for International Checkout payment module

    Well, i am not a computer engineer/programmer but i am a reverse engineer!
    :smartalec:

    Btw, I am intending to update the Wiki pages...
  47. Re: Developing a new payment module for Posnet - need a professional advice!

    Actually i lied, there is one another change at posnet_oos.core.php at breakpoint 70:

    /**
    * Breakpoint 70.
    *
    * require('includes/init_includes/init_sessions.php');
    *
    */
    ...
  48. Re: Developing a new payment module for Posnet - need a professional advice!

    Well, i will continue my monolog and hope somebody is listening:

    I have made the following test:
    I have email logged zen_session_id() and $_SESSION['customer_id'] to see where the session...
  49. Replies
    16
    Views
    4,030

    Re: *.png IE correction?

    Also consider:
    http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/

    It worked for me great, even though it has slightly reduced image quality :clap:
  50. Re: Create a new module for International Checkout payment module

    YEAH, TELL ME ABOUT IT! :wacko:

    I am not the person to explain "How to write a correct payment module", but i can tell you what i have done.
    (Well, follow at your own risk coz my payment module...
Results 1 to 50 of 58
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR