Search:

Type: Posts; User: mikeel100

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    In trying fix an issue with the search engine where price from and price to do not go into the text boxes all the time, I've hit a snag that I can't explain and don't understand.

    My understanding...
  2. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    This constant, ADVANCED_SEARCH_NEW_PRODUCTS_DATE_FROM, in the init_add_crumbs files has to be in YOUR_TEMPLAGE/lang.english

    'ADVANCED_SEARCH_NEW_PRODUCTS_DATE_FROM' => '01/01/1900',

    $dfrom =...
  3. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Modifying the includes/modules/pages/search_result/header_php.php file fixed my date search problems and empty breadcrumb issues as well.

    Search for "mikeel100" in the attached header_php.zip file...
  4. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    The search by date function is broken as well.

    In my unmodified cart, I changed the first graphic card due date to a couple of months out and made it zero balance.

    It shows up on the Upcoming...
  5. Replies
    2
    Views
    144

    v158 Re: Manufactuerer's Sidebox Images Are Huge

    Thanks.
  6. v158 Write Review Page Star Images say (Image For)

    Star images not displaying on the write review page...

    lang.english.php shows:



    'OTHER_IMAGE_REVIEWS_RATING_STARS_FIVE' => 'stars_5_small.png',
    ...
  7. Replies
    2
    Views
    144

    v158 Manufactuerer's Sidebox Images Are Huge

    tpl_manufactuer_info.php is missing the image sizes in the zen_image(...) link causing the image to be oversized.

    Line 13 of the new file...


    $content .= '<div class="centeredContent">' ....
  8. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Price sorter is the sale price...
  9. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Good plan.

    I have been upgrading since Jan 21...I finally resolved all of my log errors and issues yesterday!

    Next...file taxes.

    Good luck.
  10. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    What is multisite and is your fresh install on it?

    I am out of ideas...can anyone else shead any light on this?
  11. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    In my unmodified 1.5.8a install...except for the init_sanitize.php modification.

    I typed in 45 to 50 in just the price range text boxes to see what items show up in that price range...and to...
  12. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Hmmm...not sure what's happening.

    I will try your scenario on my unmodified installs after breakfast.

    The search mechanism could use some improvements like checkboxes for sale price, regular...
  13. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Try putting 0.00 and 48.00 for the search.

    If it works, you are missing the aforementioned question mark in sanitize file.

    Mine started working after I updated the sanitize file.

    Good luck.
  14. Replies
    398
    Views
    107,398

    Re: Ask A Question

    Thanks.

    I made a similar option called Make An Offer and did not have to make a separate tpl file. It works off of the contact us form. Maybe I'll post it when I get done updating my cart to...
  15. Replies
    398
    Views
    107,398

    Re: Ask A Question

    Ask a Question and Contact Us template files are nearly identical.

    Why not de-bloat the Zen Cart package and merge these two files into one?

    Just a suggestion.
  16. Replies
    49
    Views
    1,938

    v158 Re: Incorrect processing of Tax

    Upgrading from 1.5.7d to 1.5.8a
    Windows 10
    PHP 8.025
    Apache2
    Localhost Only
    Unmodified Classic Template and My Modified Classic Template that I'm making responsive (I know...ZCA Responsive is...
  17. v158 Re: tpl_account_history_info_default.php issues

    Thanks.

    I didn't look at the download module...too focused on fixing the problem I was having.

    The additional <div> and <br> clear both I added are necessary in my mostly tableless template. ...
  18. v158 tpl_account_history_info_default.php issues

    Windows 10
    PHP 8.025
    Apache2
    Zencart 1.5.8a (both unmoded and moded)

    While in the process of updating my cart from 1.5.7d to 1.5.8a, I ran into a couple of issues with the subject file.
    ...
  19. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    I'm beating a dead horse...thanks for the info.

    I agree, the dropdown should be displayed since locations are predefined.

    Optionally, the text box should have an on/off choice in admin or it...
  20. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    Thank you.
  21. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    What your problem? This happens every time I get on here...but only with you...

    I don't want your help if all you are going to do is criticize and belittle.

    Good day.
  22. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    Wow...didn't mean to diss you. My apologies.

    Credit is due to you for fixing price range search for me, but you did point to Scotts file for the fix.

    Either way, your point is moot...I'm...
  23. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    It happens when creating a second address as well...
  24. Replies
    11
    Views
    533

    v158 Re: Create Account Issue (working but loopy)

    Both classic and responsive.

    Oh, and it wipes out the passwords when it loops back...probably a good thing but frustrating for the user.
  25. Replies
    11
    Views
    533

    v158 Create Account Issue (working but loopy)

    [Note: remember to include site URL, ZC version, list of plugins, PHP version, etc ... read the Posting Tips shown above for information to include in your post here.
    And, remove this comment...
  26. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    The missing ? definitely fixed the issue in the unmodified install.

    It helps in my plugin, but, the pagination disappears when I go to the second page of the results.

    I'm not finished with...
  27. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Thanks. I would have never figured that out since I am vaguely familiar with that coding.

    I'll plugin the change after breakfast.
  28. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    I think I figured out why the pricing search isn't working.

    If you use 0 for the from price and 25 for the to price, it fails every time.

    But if you use 0.00 - 25.00, it returns products in...
  29. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Well $%^^...that puts a damper on my upgrade.

    I appreciate your honesty and insight.

    I'll dig in to the 1.5.8a files and see where it leads me.

    I built a good search engine for mass moving...
  30. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Thanks for confirming.

    I will download 2.0 and put relevant files in 1.5.8a to see if it corrects.

    What are the relevant files?
  31. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    I downloaded and installed the new files from github and they broke my install...white screen of death.

    I saved the original files and will reinstall them.

    I will dig in to see what is causing...
  32. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Search is not working properly in my fresh install of 1.5.8a. My installation specifics are at the end of this post.

    I downloaded a new copy on Jan 21 and I have 2 fresh installs...one with no...
  33. v158 Re: When To Use zc_plugins Encapsulated Folder

    Thanks.
  34. v158 Re: When To Use zc_plugins Encapsulated Folder

    https://docs.zen-cart.com/dev/plugins/encapsulated_plugins/directory_structure/

    Maybe a note in the help files would be helpful to others...to indicate not to use the includes folder in the...
  35. v158 Re: When To Use zc_plugins Encapsulated Folder

    Are the plug_in catalog folders for 1.5.8a working for the catalog now?

    I'm about half way into updating my catalog changes from 1.5.7d to 1.5.8a...then remembered that the new plug-in system was...
  36. v158 Re: Bug and error when adding music type product

    I am not familiar with this process...will look into it.

    Thanks for the tip.
  37. v158 Re: Bug and error when adding music type product

    I understand the first...the rest are way over my head. LOL
  38. v158 Re: Bug and error when adding music type product

    It was demo initially, then my admin plugin was used to delete the demo data then load 89,759 products to the database.
  39. v158 Re: Bug and error when adding music type product

    Thanks for the clear description of what happened.

    When @lat9 asked the question about the field settings, I remembered the my admin plugin scripted installer file affected that field.

    Now that...
  40. v158 Re: Bug and error when adding music type product

    FYI...my admin plugin modifies that field, and others, because my datafeed has image filenames, product names, manufacturers names, metatags_descriptions and names, category names and URLs longer...
  41. v158 Re: Bug and error when adding music type product

    That appears to have done the trick for my Music page...have not tested any others.

    Thanks for pointing me in the correct direction and so sorry for wasting your time.
  42. v158 Re: Bug and error when adding music type product

    Text , utf8mb4_general_ci , NULL Yes , Default NULL

    And this may be all my doing...

    My admin installer script file modifies that field.



    $sql = "alter table " ....
  43. v158 Re: Bug and error when adding music type product

    It is a fresh install on Windows 10 and using XAMPP using a cloned copy of the bootstrap plugin...but the problem remains no matter which template I use.

    There are so many changes to 1.5.8 that I...
  44. v158 Re: Bug and error when adding music type product

    The system timed me out and cut off my reply so here it all is again.

    Page Source is showing the maxlenth as 8...



    <div class="form-group">
    <p class="col-sm-3 control-label">Products...
  45. v158 Re: Bug and error when adding music type product

    The restriction was not accidental. I created Music with subcategories and restricted it to Music Type intentionally because that is all I want in the subfolders.

    I just tested creating a category...
  46. v158 Re: Bug and error when adding music type product

    All product types except Product General are affected.
  47. v158 Re: Bug and error when adding music type product

    It is not just happening on the admin music type product page...product free shipping is also affected.

    Recommend all product types be looked at.

    And to clarify...this is the input box with the...
  48. v158 [Not a bug] Bug and error when adding music type product

    Using a fresh install of a cloned bootstrap on 1.5.8, php 8.0, with newest xampp and current version of windows 10...Firefox browser.

    I am in the process of integrating my 1.5.7d into 1.5.8 and...
  49. v158 Re: When To Use zc_plugins Encapsulated Folder

    The help files need to be fixed...note the bold in the quote from the help page.
  50. v158 Re: When To Use zc_plugins Encapsulated Folder

    Thanks.

    So, zc_plugins>catalog>includes is not ready to use? Dead?
Results 1 to 50 of 383
Page 1 of 8 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR