Search:

Type: Posts; User: llynix

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. v156 1.5.6b Paypal paths for create_account are missing slash

    These two files are missing a slash in a require which is causing an error in the paypal module.

    includes/init_includes/init_ipn_postcfg.php



    require(zen_get_file_directory(DIR_FS_CATALOG ....
  2. Replies
    2
    Views
    364

    v156 Re: USE_PCONNECT warning

    Thank you kindly.
  3. Replies
    2
    Views
    364

    v156 USE_PCONNECT warning

    Was wondering if anyone knew what was causing this warning and what I could do to fix it. PHP 7.2.



    [17-May-2019 15:02:26 America/Chicago] Request URI: /ipn_main_handler.php, IP address:
    #1 ...
  4. v155 Re: Believed bug: includes/classes/upload.php line 84

    This bug happens every time I try and add an attribute using the attributes controller on my site.



    Request URI:...
  5. v155 Limit loworderfee module to just one category

    If you ever want to have the low order fee module on just one category, here is a code snippet to pull it off.

    Edit file includes/modules/order_total/ot_loworderfee.php around line 62:



    ...
  6. Replies
    3
    Views
    403

    v155 Re: Linked Categories - Work in Progress

    In our case we sell different types of equipment and parts to the equipment and would like to have them in two spots. Like we have Autoclaves -> Autoclave Parts and we also have Parts and...
  7. Replies
    3
    Views
    403

    v155 Linked Categories - Work in Progress

    I was working on getting linked categories on our site. That is the ability to copy a category to two different locations without duplicating it. I made some initial progress and thought I'd share....
  8. Replies
    207
    Views
    53,620

    Re: Email Archive Manager

    Just wanted to chime my two cents. I'm actually sitting on an upgrade to upgrade to HTML email on my site because of this plugin and how zen cart stores HTML emails.

    I was going to look into...
  9. Replies
    207
    Views
    53,620

    Re: Email Archive Manager

    A fix for the warnings this module spits out:



    diff -b email_archive_manager.php ~/Desktop/email_archive_manager_1-7b_zc1.5/admin/email_archive_manager.php
    33d32
    < if($email->email_html...
  10. v155 Re: Chrome Browser 54.0.2840.59 64 bit windows cannot log into admin

    I just wanted to report that I had the same problem, and the fix worked fine. This seems to be a bug in Chrome itself, while I can understand it not working because of a reserved word, the browser...
  11. v155 Re: Ampersands can't be edited correctly in categories - Fix included

    I noticed this has been fixed in the latest security patch release. If your having problems, re-applying the security patch with the latest code should fix it.
  12. v155 Re: Ampersands can't be edited correctly in categories - Fix included

    Yes.

    But just to check, I installed 1.5.5a and then the latest trustwave security patch. This is the result of changing the Hardware category to Hardware & Stuff and then editing and saving a few...
  13. v155 [Done v155b] Ampersands can't be edited correctly in categories - Fix included

    I've been discovering recently that any of my categories with ampersands were getting messed up. The problem seemed to be that every time an ampersand was used it was translated to &amp;. Then on...
  14. Replies
    207
    Views
    53,620

    Re: Email Archive Manager

    I don't think this fixes your problem s_mack but I have found why I have the same error even though my HTML is shut off in admin.


    if($email->email_html == 'HTML disabled in admin')...
  15. v154 Re: Troubles upgrading from 1.5.3 Database Upgrade Greyed Out

    I have been copying configuration changes into my new files. Other then credentials and paths my current config mirrors those of 1.5.4. They just unfortunately had that dist-configure.php comment...
  16. v154 Re: Troubles upgrading from 1.5.3 Database Upgrade Greyed Out

    So I ripped through the install code and eventually figured out what exactly was happening.

    Long story short I had the line:


    /**
    * dist-configure.php
    *
  17. v154 Re: Troubles upgrading from 1.5.3 Database Upgrade Greyed Out

    I was trying Chrome, I have tested with Firefox and Opera and the problem exists with all browsers.



    I have reviewed these, nothing seems to fit my circumstances.



    It was worth a shot,...
  18. v154 Troubles upgrading from 1.5.3 Database Upgrade Greyed Out

    I am having problems upgrading smoothly from 1.5.4. I do not get offered a database upgrade option unless I rename my admin, which seems to be the first problem. Furthermore upon renaming my admin...
  19. v154 Re: Docs index, includes/classes/shopping_cart.php, and CHANGES-714

    Just dropping a note.



    I will start a new thread with the problems I'm having with the install.



    I have incorporated CHANGE-714 into my template. Thank you for the clarification.
  20. v154 Docs index, includes/classes/shopping_cart.php, and CHANGES-714

    Upgrading from 1.5.3 to 1.5.4 I noticed a few things.

    The index.html in the Docs folder needs to be updated.

    I found this in includes/classes/shopping_cart.php


    //@@TODO - should be okay to...
  21. Replies
    46
    Views
    13,256

    v151 Re: Simple SEO URLs for ZC 1.5.x [Support Thread]

    I did a quick look through the code and noticed that the file:
    includes/functions/html_output.php

    Seems to be based off an older version from 1.5.0. This file needs to be updated for 1.5.3.
  22. Replies
    46
    Views
    13,256

    v151 Re: Simple SEO URLs for ZC 1.5.x [Support Thread]

    Thank you for updating this module.

    However I implore you please upload the latest version to the plugins section. I just wasted an hour of my time auditing your old version. :(
  23. Replies
    9
    Views
    2,189

    Re: How to find updated rows from a query?

    Please note that as of Zen Cart 1.5.3 you should use mysqli_affected_rows();
  24. v153 FIX - for mysql_real_escape_string(): A link to the server could not be established

    I had several plugins die with my recent upgrade to 1.5.3 with the error message:
    mysql_real_escape_string(): A link to the server could not be established

    This seems to stem from two problems. ...
  25. MUST READ - All Mail from yahoo.com to yahoo.com bounced unless this setting is set.

    Wasn't sure where to post this, but this is good information that everyone should know.

    Yahoo recently changed their email policy to try and limit spam. This change has a side effect of bouncing...
  26. v151 Re: Manufacters names in dropdown menus being html converted.

    Tested on code pulled from github this morning. Can confirm irregularities still exist.

    Test procedure:

    Installed 1.6 pre-alpha using normal installation, did not install demo products....
  27. Replies
    49
    Views
    20,137

    Re: Simple Popup 1.0

    It will not. You will not be able to access the configuration options unless you make some adjustments.
  28. v151 [Done v1.6.0] SpiffyCal css file has broken cursor links

    File admin/includes/javascript/spiffyCal/spiffyCal_v2_1.css

    The file incorrectly points to the wrong cursor file:

    cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');

    Should...
  29. v151 Re: Manufacters names in dropdown menus being html converted.

    I think that might be easiest. Ideally I wouldn't mind if most everything converted. It's been a pain to tell people to use &amp; instead of a normal ampersand. (Not that it really makes a difference,...
  30. Replies
    1,684
    Views
    262,029

    v150 Re: Image Handler 4 Support Thread

    I wouldn't call it a modification. IH4 probably introduces some security problems and breaks the enable/disable button in zen cart because of legacy code in that file. It's a bugfix not a...
  31. Replies
    1,684
    Views
    262,029

    v150 Re: Image Handler 4 Support Thread

    I'm not sure if this has been reported, but IH4 has an outdated /admin/includes/modules/category_product_listing.php

    It appears as though the version in IH4 is from 1.3.9c

    There have been many...
  32. v151 Re: Manufacters names in dropdown menus being html converted.

    To make sure this wasn't an add-on or module I've tested in a clean copy of 1.5.1 with demo products. Add a manufacturer to the system with a &amp; and then tack it to a product and you'll see what I...
  33. v151 Manufacters names in dropdown menus being html converted.

    In 1.5 I noticed that a manufacturer in my manufacturers drop down box was showing T&amp;S instead of being converted to T&S.

    I hunted this down. And it would seem the code at...
  34. v151 Re: myDEBUG-adm log files - question

    I just wanted to report that I experienced this bug as well. Mine is a heavily modified zen cart that has been updated from 1.3.8 to it's current 1.5.1. Some plugins that might have triggered this?...
  35. Replies
    1
    Views
    1,543

    Re: Sale to make 1 attribute free for holidays

    Ok.. here's what I did. Requires you to hack your database and probably is of moderate difficulty. Practice on a copy of your site first.

    Step 1. Figure out what option ID you want to allow...
  36. Replies
    6
    Views
    1,538

    Re: Invalid multibyte sequence error

    Zencart 1.3.9h similar error message. I had a lot of products with extraneous spaces in them. Hoping the following SQL fixes the problem.

    UPDATE `cart1_products_description` SET `products_name`...
  37. v139h FedEX and XCheckout (Ajax Checkout) not cooperating

    I've been trying to debug a cart in which every order placed is seemingly sent the wrong weight upon actually ordering.

    Say an item is 3 lbs.. throughout the shopping cart and ordering process...
  38. Replies
    11
    Views
    3,340

    Re: How to popup a window on main page?

    Just delete one of them.. The jquery file is automatically loaded by zen cart because of it being renamed to jscript_filename. All jscript_ files are loaded by zen cart.

    Just make sure you only...
  39. v139h Re: Some Manufacturers in Advanced Search not showing

    Ok.. I peeked in the code and sussed this out.

    Turns out my problem was inventory. The SQL statement in zen_get_manufacturers specifically looks for quantity > 0

    We don't use inventory on our...
  40. Replies
    11
    Views
    3,340

    Re: How to popup a window on main page?

    Did you do this step?

    3) ** WILL NOT WORK WITHOUT THIS STEP **
    modify /includes/templates/YOURTEMPLATE/common/html_header.php to include this line:
    <?php
    require(DIR_WS_TEMPLATE ....
  41. v139h Some Manufacturers in Advanced Search not showing

    Some of the manufacturers are not showing in Advanced Search.

    The pull down list doesn't seem to be populated with all my manufacturers. The sidebox seems to work just fine.

    I've tried...
  42. Replies
    49
    Views
    20,137

    Re: Simple Popup 1.0

    Try setting the campaign field in configuration to be anything. There was a bug where if it was set blank the popup wouldn't show.
  43. Change order of empty shopping new/special/featured/upcoming

    Ok.. I'm just throwing this out there since it probably wasted about an hour of my life. I searched everywhere for the option to change the order of the shopping cart when empty product boxes.
    ...
  44. Replies
    5
    Views
    1,073

    Re: filesmatch question

    Thanks for the clarification. My regex isn't that strong :(
  45. Replies
    5
    Views
    1,073

    Re: Upgrading from 139d to 139h

    Well the ? will match 0 or 1 chars. But I'm not aware of any other extensions for html other then htm.

    Maybe it should be:
    <FilesMatch ".*\.(js|css|jpg|gif|png|htm?|xml)$">

    Then it would...
  46. Replies
    6
    Views
    681

    Re: Website formatting gone

    Your CSS file isn't loading up.

    I'd check out includes/templates/YOURTEMPLATE/css for files.
  47. Replies
    11
    Views
    1,292

    Re: Products loaded through PHPMYADMIN

    Have you populated products_to_categories as well?

    As I understand.. if your just importing products with one language you'll need to update products, products_description and...
  48. Re: NEW! -- Free-Shipping-and-Amount or Free-Shipping-and-Percentage (for v1.3.9h)

    I spoke too soon. I ended up with an error:

    PHP Warning: Missing argument 1 for currencies::get_decimal_places(), called in...
  49. Re: NEW! -- Free-Shipping-and-Amount or Free-Shipping-and-Percentage (for v1.3.9h)

    Just wanted to say thank you. I installed this and it worked perfectly. I'm not experiencing the problem jk was having.

    One thing I did find.. if you want to remove the Note in the admin page...
  50. Replies
    3
    Views
    1,104

    Re: Zen Cart Manual Valid for what version?

    Just would like to thank everyone for their replies. We purchased a manual today.
Results 1 to 50 of 205
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR