Search:

Type: Posts; User: torvista

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. v158 Re: Google Product Search Feeder II [Support Thread]

    >I'm totally confused about the cron job bit

    You configure Merchant Center to fetch the file you have created at regular intervals.

    To auto-create that file at regular intervals you add a Cron...
  2. v2.0.0 Re: question on new style language files.......

    Personally I prefer that plugins use "old-style", keeps the core files in a single block for easy comparison at a glance with whatever/Github core instead of all mixed-in.
    Just my archaic working...
  3. v2.0.0 nginx error: upstream sent too big header while reading response header from upstream

    Just for info.

    When Updating a cart with more than six products, I was getting a 500 server error.

    Server log error:


    nginx is in use as a reverse proxy.

    changing this value from 8k to...
  4. Replies
    1,207
    Views
    269,498

    v155 Re: ZCA Bootstrap Template

    Well, to go back to basics, I'm trying the GitHub ZC, dropping the GitHub Bootstrap into it, and trying the docs here
    https://www.w3schools.com/bootstrap4/bootstrap_navbar.asp
    to get <ul...
  5. Replies
    1,207
    Views
    269,498

    v155 Re: ZCA Bootstrap Template

    I dip my toes into this when I get the time, every month or so, and so make no progress/am still a lost novice/forget this is a framework and try and piecemeal modify.
    I was trying to get the main...
  6. Replies
    1,207
    Views
    269,498

    v155 Re: ZCA Bootstrap Template

    Regarding right-aligning the ul as per https://www.zen-cart.com/showthread.php?223910-ZCA-Bootstrap-4-Template-Support-Thread&p=1399395#post1399395

    adding class justify-content-end (really...
  7. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    There is an explanation of price_sorter here
    https://docs.zen-cart.com/user/admin_pages/tools/store_manager/
  8. Replies
    328
    Views
    45,602

    v156 Re: Ceon URI Mapping V5.1.1

    Thanks for that.
    I tried manually adding the entry to the mappings table as described but it did not work...and as the table has no unique column it's hard to debug further with phpmyadmin, so maybe...
  9. Replies
    328
    Views
    45,602

    v156 Re: Ceon URI Mapping V5.1.1

    So, I have a new version of a product, and I want urls pointing to the old version of the product to redirect 301 to the new product.

    How should I do that, bearing in mind old urls out there in...
  10. Replies
    398
    Views
    107,195

    Re: Ask A Question

    https://github.com/zencart/zencart/issues/6143
  11. v155 Re: User already has more than 'max_user_connections

    I'll note that my hosting company has their shared server option limited to 25.
    I was getting errors from this so moved to their VPS option with no limit/my limit. No errors since.

    For interest I...
  12. Replies
    12
    Views
    3,067

    v155 Re: Problems with your MySQL (mysqli) support

    Info
    https://docs.zen-cart.com/user/troubleshooting/max_user_connections/

    Where you can comment on what your hosting is limited to:
    ...
  13. Replies
    796
    Views
    130,569

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Just a general comment, it seems a big job to get SO working with all its bells and whistles when maybe better to pension it off but work on it's functionality piecemeal.

    Hence my interest in...
  14. Replies
    796
    Views
    130,569

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I don't use this (so shut up then)...but no doubt different users want different aspects.

    Progress would be more likely if the required aspects (that are missing in core ZC) were highlighted and...
  15. v158 Re: PHP Deprecated: Function strftime() is deprecated mixed text and date time ?

    Oops...I see I missed my own comment on that bit "never tested" as I don't use that aspect and didn't check it when I did a global replace of this function. Sorry about that.
  16. v158 Re: PHP Deprecated: Function strftime() is deprecated mixed text and date time ?

    Change

    $current_method_title = strftime($current_method_title, $method_instance['timestamp']);
    to

    $current_method_title = $zcDate->output($current_method_title, $method_instance['timestamp']);
  17. v155 Re: User already has more than 'max_user_connections

    If no number is shown, it's because it is 0 which is no limit (https://github.com/zencart/zencart/issues/6228).
  18. v155 Re: User already has more than 'max_user_connections

    I would be interested to know what value others have if they are using shared servers (where there is no user control over this parameter/it's set by the hosting).

    This is shown in the ZC...
  19. Replies
    328
    Views
    45,602

    v156 Ceon URI Mapping V5.1.1

    As I've already found bugs, I've re-started a previous repository for URI Mapping:

    https://github.com/torvista/Zen-Cart_CEON-URI-Mapping

    I've restructured the files to make it easier for...
  20. Replies
    328
    Views
    45,602

    v156 Re: Ceon URI Mapping V5.0

    FYI: If you previously purchased the Mapping Manager from Ceon, that is also updated (11/01/2024: UMM 2.2 and URI Mapping 5.1.1 are in the same .zip download), which you can download from the...
  21. Replies
    11
    Views
    468

    v158 Re: Create Account Issue (working but loopy)

    I think it's loopy too.

    https://github.com/zencart/zencart/issues/4858
    https://github.com/zencart/zencart/issues/4191
  22. Replies
    2
    Views
    375

    Re: New EU VAT and differences

    Just to clarify:
    annual sales from an EU country to end-users in other EU countries <10,000€ use the VAT rate of the SELLING country and are declared/accounted for as per normal/in-country sales....
  23. Replies
    197
    Views
    45,419

    Ceon Back In Stock Notifications

    If you are getting spam through the BISN form on the product page, either you can force customers to login first or try a Captcha.

    I have recently updated

    BISN ...
  24. v157 Re: internal link - with or without domain prefix - does it matter either way?

    I always use the native url

    which will not break if you rename your category.
  25. Replies
    638
    Views
    130,271

    v150 Re: Support Thread for Google reCAPTCHA plugin

    If a bot's got past the create account captcha already, I'd assume it'll get past any others.
    Doesn't seem much point using another one, just more annoyance for real customers.
  26. Replies
    638
    Views
    130,271

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Feel free to go ahead and add your hard-earned knowledge (via the GitHub repository) to the readme, the code is open source for a reason.
  27. Replies
    12
    Views
    1,451

    Re: is there a payment module for klarna?

    >So i am in dialouge for they to release the denmark version

    Ask them to stick it on the Klarna GitHub so we can fix it!
  28. Replies
    12
    Views
    1,451

    Re: is there a payment module for klarna?

    No, I believe Klarna now uses a totally different api so they will be obsolete for Klarna itself, not for Zen Cart.
    But I could be wrong and it does no harm to have them available for reference so...
  29. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Firstly, use the only-version_that-gets_updated from GitHib:

    https://github.com/torvista/Zen_Cart-Structured_Data
  30. Re: Klarna, Clearpay, PayPal pay in 3 modules?

    Probably best to continue Klarna queries here
    https://www.zen-cart.com/showthread.php?228320-is-there-a-payment-module-for-klarna
  31. v158 Re: Check this out: reviews aren't displaying? Strange!

    You need to have a GitHub account to watch the repositories of each plugin. If they don't have one, ask the developer to make one.
  32. Re: Create custom fields for Products for Admins only

    You can use this as a base:
    https://github.com/torvista/Zen_Cart-Extra_Product_Fields
  33. v158 Re: Check this out: reviews aren't displaying? Strange!

    If you are using a not-up-to-date version of my structured data plugin, you may have this bug:

    https://github.com/torvista/Zen_Cart-Structured_Data/issues/44
  34. Replies
    220
    Views
    40,765

    Re: Instant Search

    At this point it is entering into the normal search processing.
    Any debugs?
    Do you have the infinite scroll enabled in the IS configuration page?
  35. Thread: bug for

    by torvista
    Replies
    6
    Views
    883

    v158 Re: bug for

    Since this bug is from an old Google Merchant Center feed plugin, note that there are updated versions available:

    Most recent/recommended (but not used by me yet):
    https://github.com/lat9/gpsf
    ...
  36. Replies
    328
    Views
    45,602

    v156 Re: Ceon URI Mapping V5.0

    Since I can't test on a 1.57 install, try this

    $fallback_defines = [
    'product_reviews' => $default_uri_parts[$default_language_code]['product_reviews'] ??...
  37. Replies
    8
    Views
    4,121

    v157 Re: v157b removing product images from invoices

    It IS an option:
    https://docs.zen-cart.com/user/admin/site_specific_overrides/
  38. Replies
    179
    Views
    60,662

    v155 Re: Updating GDPR for ZC v1.5.8

    Those of us in the EU and the UK must have a solution in place. Both for GDPR and Cookie Control. The lack of both is a serious omission and a significant obstacle to Zen Cart being chosen or even...
  39. v154 Re: Flexible Footer Menu Multilingual [Support Thread]

    While your site is not bleeding edge, you need this fix for this mod:

    https://github.com/zencart/zencart/issues/5849
  40. Replies
    2
    Views
    276

    v157 Re: Can't delete certain product

    Check in the products table that the master_categories_id is set to something non-zero.
    Check in the products_to_categories table that there is an entry for the same something non-zero, if not, add...
  41. Replies
    3
    Views
    2,158

    v158 Re: 1.5.8+ Dutch Language Pack

    >simply repack the file with your own changes and submit it as an updated version

    This is an obstacle to the multiple very minor changes that a language pack needs, it really should be on GitHub...
  42. Re: IDE code inspections: script for indexing database and .lang constants

    Developers, note this is updated for ZC158+.
    https://github.com/torvista/Zen_Cart-List_Constants_For_IDE
  43. Replies
    638
    Views
    130,271

    v150 Re: Support Thread for Google reCAPTCHA

    Note your keys, remove old files.
  44. Replies
    638
    Views
    130,271

    v150 Re: Support Thread for Google reCAPTCHA

    Doesn't match the updated version on Github:
    https://github.com/torvista/Zen_Cart-Google_reCAPTCHA/tree/main/files/includes

    But your error means it is being loaded twice/you have duplicated files.
  45. Replies
    2
    Views
    351

    Re: error after server upgrade

    >this is incompatible with sql_mode=only_full_group_by

    The database is now using this mode "only_full_group_by", or trying to. Maybe it's the default setting for this version of the database type...
  46. Replies
    220
    Views
    40,765

    Re: Instant Search

    The necessary javascript file is:
    instant_search_dropdown.min.js

    This is loaded by the file:
    auto.instant_search_observer.php

    and triggered from the notifier:
    'NOTIFY_FOOTER_END'

    in...
  47. Replies
    220
    Views
    40,765

    Re: Instant Search

    Hmm, I find I have a file in my site that is not in the Github repository:
    jscript_instant_search.js
    that loads the template file.
    Probably debris from a previous version of Instant Search.
    I...
  48. Replies
    220
    Views
    40,765

    Re: Instant Search

    > is not named for auto inclusion
    Yes it is.

    Anything named jscript_whatever.js should be auto-included.
  49. Replies
    220
    Views
    40,765

    Re: Instant Search

    Is there a site to look at?
  50. Replies
    51
    Views
    13,958

    v154 Re: Mod List Support Thread

    >Copies are maintained in the not_for_release/ folder of the Zen Cart project.
    So changes should be pushed there?
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR