Search:

Type: Posts; User: badarac

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. v157 Re: Upload file extension being stripped from .jpeg files

    You would be 100% correct in saying that the conversion plugin was not run. OOPS! :cool:
  2. v157 Re: Upload file extension being stripped from .jpeg files

    It seems I may have figured this out. The old database had not been converted from utf8 to utf8mb4. The config file was set to the utf8mb4 charset. I modified the config file to utf8 and tested with...
  3. v157 Re: Upload file extension being stripped from .jpeg files

    I did a compare of shopping_cart.php to 1.5.7b. I did find one change


    // appears to confuse products priced by attributes
    if ($product->fields['product_is_always_free_shipping'] == '1' or...
  4. v157 Re: Upload file extension being stripped from .jpeg files

    The filename in that table is VERY incorrect. This is one of the entries 3E8A14F3-629D-4A6A-ADCA-E0B795AABCFB.jpeg. All the others for this file extension are similar.

    There are no attribute...
  5. v157 Re: Upload file extension being stripped from .jpeg files

    Yes it is text
  6. v157 Re: Upload file extension being stripped from .jpeg files

    That's similar to what I'm seeing on the clone. The files from both compared as expected. I exported the table, dropped the table on the clone, and imported and emptied to the clone db. Still worked...
  7. v157 Re: Upload file extension being stripped from .jpeg files

    I didn't want to do this on the live site since it requires putting completed orders in. I happened to have a clone of the site that is being used to build a new site. It has a fresh database but the...
  8. v157 Re: Upload file extension being stripped from .jpeg files

    The only change is to the section building the confirmation email at around line 1018
    $this->products_ordered_html .=
    '<tr>' . "\n" .
    //RB mod - Product Image
    '<td...
  9. v157 Re: Upload file extension being stripped from .jpeg files

    I should also add that this code appears to relate to the actual upload and not writing the uploaded file name to the database. No errors are received that it is an invalid file type and the file is...
  10. v157 Re: Upload file extension being stripped from .jpeg files

    They compared fine
  11. v157 Upload file extension being stripped from .jpeg files

    Site is running 1.5.7b and some products have text/file attributes for customers to upload images. On the product page, the files is selected from the desktop and when the product is added to the...
  12. Replies
    21
    Views
    6,811

    v150 Re: Recurring Billing/Auto ship module

    I made this work on a client site several years ago. IIRC it was based on the authorize.net arb plugin. It's still working on 1.5.7b. I can try and root out what it took to make it work if it will...
  13. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    I discovered an issue with 3.0.0 installed on 1.5.7b. If the shipping estimator is configured to display a button that opens the popup, the dropdowns incorrectly display the last states after the...
  14. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    I did a quick install with php 7.3, zencart 1.5.7b, and demo data loaded. The problem does not occur with the beta version template code installed. As a result there is no need to make the change...
  15. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    Thanks, I'll check it out. I did have a look at the file I updated and it is unchanged in the section that caused the error. I'm going to do a test install with demo data and see if it has the error...
  16. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    A quick modification to this. I discovered that if you had an order history with multiple orders it would break. My updated fix is
    if (strpos($query_lower, "(select", $pos_from)){
    ...
  17. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    I ran into a problem with the current v2.0.0c plugin installed on 1.5.7. When logged in to the shop side and in my account. If you have orders and click on "show all orders it causes an error
    ...
  18. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    I added that and as expected it works correctly. Thanks


    Unfortunately this was created long before I got here. This customer does not use zencart as a shopping platform. They do everything via...
  19. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    Yes. The only change I made was to have all pages load with https in the config file.
  20. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    This is the redirect section from header_php.php

    } // end action==send


    if (ENABLE_SSL == 'true' && $request_type != 'SSL') {
    zen_redirect(zen_href_link(FILENAME_REQUEST_A_QUOTE, '',...
  21. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    I didn't still have that trigger code on. I can put it on and set my server back to the problem state if you'd like though.
  22. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    We have a winner!!!! The query string is lost going from a non-ssl to ssl page. I just copied the original header_php and template back and it now works correctly. This is probably something that...
  23. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    No but I'll fix that right now ;-)
  24. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    I have tried it altering the position, number, and name of the parameters. It gives the same results. By accident I changed the parameter while on a category page and left the page name the same...
  25. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    Sorry. The testing is being done on a fresh install of 1.5.6c with no mods and using the responsive_classic template. The request_a_quote page was added for testing. In an attempt to discover where...
  26. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    So I can recreate this on my server. The interesting part is that it either works or doesn't depending on the page the url is entered. If the url containing the query string is entered on any page...
  27. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    You are correct. The new site is in a subdirectory on the live site which is in the root. The .htaccess is in the root. I currently have the site on my server installed in a subdirectory. I'll copy...
  28. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    So just a quick update. I decided to do the fresh install on my server. I used the demo data and the only change was the request a quote page. It worked fine. I did a fresh install with the demo data...
  29. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    I will but I'll need to remove all customer info first.
  30. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    No worries. I'm trying anything no matter how crazy it seems ;-) I'm going to do a fresh install on my server and put that page only on. At least then I'll have some control over the environment and...
  31. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    I turned off USU on the live site and it had no effect. I also commented out the notifier and had the first line echo the contents of the GET variable. It was empty. Still scratching my head.
  32. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    It looks lke it is being passed

    xxx.xxx.xxx.xxx - - [14/Jan/2020:13:41:55 +0000] "GET /test/index.php?main_page=request_a_quote&prod=362&itemnumb=4-18-Z-100 HTTP/1.1" 302 20...
  33. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    The page is called from a link in product_info that contains the query string. The url is stripped off as the page is loaded (url in the browser window does not contain the query string and GET...
  34. Replies
    33
    Views
    3,725

    v156 Re: GET query string being stripped from url

    It's an almost clean install with only the bootstrap template, and superglobals plugin installed. The ultimate url mod was installed but I've uninstalled that since it was an obvious candidate. I...
  35. Replies
    33
    Views
    3,725

    v156 GET query string being stripped from url

    I'm drawing a blank trying to figure this one out. Upgrading a site from 1.5.4 to 1.5.6c php 7.3. There is a customer form which was cloned from the contact page. This form is called from the product...
  36. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    I did download the zip from plugins again and the extra /div is defiantly there. I also found it in the file on github (around line 270).
  37. Replies
    1,223
    Views
    270,693

    v155 Re: ZCA Bootstrap Template

    Formatting of attributes with images are broken due to extra closing divs (</div></div>) in includes/modules/bootstrap/attributes.php. Radio buttons could not be clicked. Moved zen_draw_radio_field...
  38. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    I used this on footedshaftllc dot com. It's currently live on 1.5.5f
  39. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    Two issues opened in github. Other than those two items things look good.

    For anyone wondering what the issues are, the fix for the alert on the required pull down fields was incomplete. The...
  40. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    You da man!!
  41. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    The close of the if, div, and list item also needs to be moved or the formatting of the second and third rows moves outside the container. Here's the correct code:

    <?php
    // test if sidebox...
  42. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    Found another one this morning. I've already opened an issue on github.
    More information appears in the hamburger menu even though EZPAGES_STATUS_SIDEBOX is turned off. What I found was the if...
  43. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    My pleasure. Thanks to you and Cindy. This was a huge undertaking as I've discovered just implementing it. Awesome job!!!
  44. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    I found an additional issue related to this which I had fixed. It affected includes/templates/bootstrap/tpl_modules_create_account.php .
    The pull down for the state was creating both the pull down...
  45. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    Issue opened
  46. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    Here's the change I made to includes/classes/observers/ZcaBootstrapObserver.php. It affects all pull downs not just required.

    case 'NOTIFY_ZEN_DRAW_PULL_DOWN_MENU':
    ...
  47. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    I understand that the text boxes have the placeholder. This is a minor formatting issue which resulted from bootstrap. It caused the * added to required dropdowns to move to a new line. The solution...
  48. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    No worries. I've already fixed it with the solution I provided. If you want to give me access to upload to github I'll open an issue and fix.
  49. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    I want to go back to the tagline problem. In includes/templates/bootstrap/common/header.php there is a test for the sales text being blank. If blank it does not include the tagline. This caused...
  50. Replies
    74
    Views
    38,649

    v155 Re: ZCA Bootstrap Template (BETA)

    On the create account page, items with drop down menus (state, country) have an * on the line following to indicate it's required. As a text box they have the placeholder set to *.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR