Search:

Type: Posts; User: jeffiec

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    Still finding these errors in my logs:
    PHP Warning: implode(): Invalid arguments passed in /home/xxxxxxxxx/public_html/includes/modules/pages/shopping_cart/header_php.php on line 323
    PHP Warning: ...
  2. Replies
    22
    Views
    14,712

    Re: Attribute Required for Text flag not working

    I am having an issue with this on my 1.5.5f installation, I have the following addons installed:
    Advanced Shipper
    Fast and Easy Checkout
    Ceon Url Mapper
    Css/JS Loader

    I checked the database...
  3. Ceon shipping module: ignore smaller shipping charge 2 products same category

    ZC version 1.5.5f
    Ceon version 5.0.2

    Have category A with a few products:
    fish food - 2.50 shipping
    tank decals - 1.50 shipping

    When both are added to the cart, shipping works as intended...
  4. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    Bah, never mind, found it, seems and extra </div> snuck in and ended the form before the qty field, sorry for the wasted electrons lol.
    Jeff
  5. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    Maybe I spoke too soon (facepalm)

    For some reason, now, i cannot add an item with an attribute to the cart.
    The only error i get is at the top of the page in the message stack saying:
    Please...
  6. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    Thanks a ton, that did it, all good.
    Your a champ!
  7. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    So switching templates does correct the issue and it appears there was an error log file relative to this issue.
    The error:PHP Fatal error: Uncaught Error: Cannot use string offset as an array in...
  8. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    yes, some other issues i am working on but noting to do with this issue.
    Jeff
  9. Replies
    1,511
    Views
    246,056

    v154 Re: Responsive Sheffield Blue V 2.0!

    Lost subcategories listing in categories pages.
    URL: https://theaquablock.com/
    all products display properly.
    I installed a few addons, not sure which one broke it, but any advice on where to...
  10. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    Well ended up rewriting the page and it works now, must have been some loose code somewhere, mark this resolved.
    Thanks a ton
    Jeff
  11. Replies
    5
    Views
    1,699

    Re: Simple INNER JOIN not returning results

    Worked perfectly, thank you!
  12. Replies
    5
    Views
    1,699

    Simple INNER JOIN not returning results

    So i have product type forklift, when adding a new product, adds a ton of extra fields to a table using products_id = forklift_id,
    I did it a few years ago and its working great, now they are adding...
  13. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    It seems to be going through the loop as i get errors that it cant send to "" blank field the correct number of times.
    I still haven't gotten around to trying to use $global yet. I have another...
  14. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    Yes, i echo'd them both, $x is empty, while $snd_cnt has the expected value.
    I haven't tried adding the global yet, will try that tomorrow and let you know if it solves it.
  15. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    because its in the admin section i cant link it, basically there is a button the owner can click a button that reloads to itself with an action=sendmail,
    then when the page reloads, the action is...
  16. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    that is the output of the code:

    if (!function_exists("preprint")) {
    function preprint($s, $return=false) {
    $x = "<pre style=\"color:#000\">";
    $x .=...
  17. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    yes, understand, the file name is cust_notify.php that includes cust_notify_header.php in the include/modules.

    I may have forgotten to mention this is in the admin side :S

    But yes, i have an...
  18. Replies
    16
    Views
    12,034

    Re: accessing array value in for loop

    yes, it is on the same page, that was my question too.
    Iuse this bit of code to make sure the email array is on the page:

    if (!function_exists("preprint")) {
    function preprint($s,...
  19. Replies
    16
    Views
    12,034

    accessing array value in for loop

    I am building an array in loop and the results below it for testing purposes:


    $email_array[]= array(
    'email' => $fnd_result->fields['email'],
    'name' =>...
  20. Re: Admin Notifier

    Perfect! Thank you very much, no errors and i am on my way :D Cup of coffee to you sir!
  21. Re: Admin Notifier

    Changing to 999 did not solve the issue :actionPoint=>999 FAILED: include('/home/genetjr/public_html/ojlforklifts.com/includes/classes/add_forklift.php');

    @mc12345678
    1. sorry forgot to inclue...
  22. Error creating Admin Notifier: headers already sent

    So following the Github project to add notifiers to admin, i created a file under myadmin/incudes/auto_loaders/config.add_forklift.php


    $autoLoadConfig[10][] = array('autoType'=>'class',
    ...
  23. Replies
    73
    Views
    13,803

    Re: Social Networking Sidebar

    is there a way to move this to the bottom when switching to mobile versus the side?
  24. Re: Whoops! Your session has expired. when adding to cart from external link

    Thank you for the quick response, it is on the same domain, is it possible to use application top outside of the includes dir? when i tired to do that i got a wite page and decided not to peruse it...
  25. Whoops! Your session has expired. when adding to cart from external link

    Hey all, I have a customer that uses a different landing page for some special needs clients, I am using this code on the external page:


    <form name="cart_quantity"...
  26. v154 Re: DONT send emails after updating order status

    Thank you works like a charm, give the client what the want lol.
  27. v154 DONT send emails after updating order status

    I know there is a radio button on the page to not send an email, but because of human error issues, i would like to set it to automatically not send emails when updating order status, any ideas?...
  28. v151 Re: WARNING: An Error occurred, please refresh the page and try again (tried the fix)

    So rimming out this section, line 28 in options_value_manager.php is seeming to work, it no longer inserts the lines in the database when switching to and from the pages.
    for ($i=0,...
  29. Re: option value manager inserting double records

    Can a mod cancel this thread, moved topic to relevant issue here:...
  30. v151 Re: WARNING: An Error occurred, please refresh the page and try again (tried the fix)

    After applying this fix, I am having a strange issue when trying to apply an option value.

    Scenario:
    When selecting option names from the admin menu, upon loading the page, zen cart follows the...
  31. Re: option value manager inserting double records

    Very interesting observation, the above routine, is supposed to insert the next available record, for some reason, it jumping a couple of hundred numbers?
    bad table? i cant figure out why that's...
  32. option value manager inserting double records

    Not sure if im in the right category, but having an issue, not sure whats doing it, when i apply a new option value, it errors, with a duplicate record error.
    I replaced the...
  33. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Thank you Thank you Thank you Working as intended.
    Jeff
  34. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Ok, little trouble shooting and putting a trap in 'setflag' function of categories.php,
    print '<script type="text/javascript">';
    print 'alert("im in the case"'. $_GET['flag'] . ')';
    print...
  35. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Not sure I fully understand what you are saying, have cleared all temp files and the link you posted matches what that file already has, remember, I uninstalled and re-installed to 4.3.1 IH is...
  36. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    ok, uninstalled 4.2, installed 4.3.1, still cant enable/disable, this just isn't my day.
    so any searches on not being able to enable/disable from category page, brings up all about IH$, since im up...
  37. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    4.2, what would be the best way to upgrade, in the instructions, it only talks about if you have installed ih3?
  38. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    no, i don't really know when it started, but i didn't do any upgrades, any searches for products not turning on or off, has pointed me to IH, it was the last mod installed according to the guy who...
  39. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Hey there,
    having some issues in the admin being able to enable/disable products from category page, I have read throuhg all of the posts i can find, ensured that the code in...
  40. adding manufacturers id to advanced search button

    Trying to create a button for advanced search, trying to add to this statement:
    /index.php?main_page=advanced_search_result&search_in_description=1...
  41. Replies
    6
    Views
    3,765

    Re: Admin login not working as intend

    ok, its a temp server, waiting for propagation :( i used to be able to use ip's in 1.3x, not in 1,5?
  42. Replies
    6
    Views
    3,765

    Admin login not working as intend

    Fresh manual install, got to the end, renamed admin folder, go to log in and it just refreshes page, enter with no username and password, it doesn't return wrong username and password or anything,...
  43. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    ok, fresh zen cart install, no other java or jquery running in the front end, and still, wont trigger popup until you enter from the bottom left of the first 2 or 3 images in the list, then none...
  44. Replies
    78
    Views
    15,151

    v151 Re: Admin Keepalive Timer [Support Thread]

    :clap: Thank you
  45. Replies
    78
    Views
    15,151

    v151 Re: Admin Keepalive Timer [Support Thread]

    hey Doc, everything was working well then all of a sudden, the popup wont popup, the cont rols are on the ppage, they work but i get a 404 error on the jqueryui css link? any clues?...
  46. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Ok, disabled that still not working, im thinking this is a positioning issue, something is throwing off the hover cords. I read a few pages back about issues with FEC adon, that could be an issue too
  47. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    <script type="text/javascript" src="includes/templates/ojl/jscript/jscript_imagehover.js"></script>
    <script type="text/javascript" src="includes/templates/ojl/jscript/jscript_rollovers.js"></script>...
  48. Replies
    1,684
    Views
    262,031

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Ok, installed IH4 on the clean system and everything was working well, added 2 slide shows, 1 in the header that shows on every page, and 1 on the home page, still all was working well, decided we...
  49. Replies
    2
    Views
    3,007

    Re: Extra Search fields in custom Search form

    tools>developers toolkit = GOD! I know, I've searched it and i don't see the define for FORKLIFT_CPAC which is one of the ones that works, so I figured if i could find the define for it, I could find...
  50. Replies
    0
    Views
    360

    Notifiers on the backend?

    Question, are there notifiers in the backend? like on insert new product? I want to add some dynamic text in the description when the product is saved.
    Thanks
    Jeff
Results 1 to 50 of 86
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR