Search:

Type: Posts; User: tmccaff

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I am working on it.. or you can make a github repo.. when I get time
  2. v151 Re: Flexible Return Authorization (RMA) Support Thread

    New version uploaded which corrected the following

    1. Corrected PHP Notice account-history-info (virtual) YOUR_TEMPLATE/tpl_account_history_info.php
    2. Removed double heading from...
  3. Thread: Wishlist

    by tmccaff
    Replies
    377
    Views
    110,190

    Re: Wishlist

    Does anyone see an issue with this? I am trying to make an auto install script for this module.



    <?php
    // -----
    // Part of the WishLists plugin, created by Thomas McCaffery...
  4. Replies
    34
    Views
    34,557

    Re: PO Box Ban [support thread]

    I uploaded a new version just waiting on approval.

    Here is github repo:

    https://github.com/tmccaff/Zencart-Po-Box-Ban
  5. v151 Re: Flexible Return Authorization (RMA) Support Thread

    I uploaded a new version that fixes this but not approved yet I guess. However, here is the github repo that fixes this issue.

    https://github.com/tmccaff/Zencart-Return-Authorization
  6. Thread: Wishlist

    by tmccaff
    Replies
    377
    Views
    110,190

    Re: Wishlist

    If anyone want's to help me with this, here is the github repository.

    https://github.com/tmccaff/zencart-wishlists
  7. Thread: Wishlist

    by tmccaff
    Replies
    377
    Views
    110,190

    Re: Wishlist

    I haven't tried Lat9's one but I am sure it's good. Yes, looks like wishpot is dead.
  8. Thread: Wishlist

    by tmccaff
    Replies
    377
    Views
    110,190

    Re: Wishlist

    If I am not mistaken this plugin was buggy in the beginning, so probably better off using wishpot. There is an integration for that, but that is old as well. I think going to try to implement wishpot...
  9. Thread: Wishlist

    by tmccaff
    Replies
    377
    Views
    110,190

    Re: Wishlist

    This is a very old mod that hasn't been updated in awhile. This is my next mod to try and update. I think though lat9 has a paid one that works well.
  10. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Thanks for the great mod. I just uploaded to 1.5.6c. I am trying to import my products. I downloaded csv from my supplier and getting this error when trying to import:

    Please choose an upload...
  11. v151 Re: Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]

    Ok, fixed it for 1.5.6c. I uploaded it. I also have a github repository. Please test though before implementing to live store.
  12. Replies
    10
    Views
    831

    Re: Trying to get this mod to work with 1.5.6

    Got ya.. thanks for clarification. I am going to try it.
  13. Replies
    10
    Views
    831

    Re: Trying to get this mod to work with 1.5.6

    What you mean? I have to also define it in tpl_checkout_success_default.php?
  14. Replies
    10
    Views
    831

    Re: Trying to get this mod to work with 1.5.6

    I know what I did nevermind lol
  15. Replies
    10
    Views
    831

    Re: Trying to get this mod to work with 1.5.6

    It is there, I have it in template_default new install and still get this error
  16. v151 Re: Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]

    Actually I think it's this line that needs to be changed:

    <?php if (DEFINE_BUTTON_LINK == '0') { Not sure to what though
  17. v151 Re: Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]

    Well I found one issue that hopefully someone can help me with this. Getting an error of these:

    --> PHP Warning: Use of undefined constant TEXT_ACCOUNT_INFO_RETURNS_TEXT_LINK_HEADER - assumed...
  18. Replies
    10
    Views
    831

    Trying to get this mod to work with 1.5.6

    I am getting this error and confused on why.

    [13-Aug-2019 00:47:46 America/New_York] Request URI: /zencart/index.php?main_page=checkout_success, IP address:
    #1 ...
  19. v151 Re: Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]

    I am working on it. I have been busy :(
  20. Replies
    3,832
    Views
    1,218,868

    Re: Easy Populate 1.2.5.4 support

    In the mean time see if this one works for you..


    https://www.zen-cart.com/downloads.php?do=file&id=2091

    Is basically the same as easy populate but this is newer.
  21. Replies
    3,832
    Views
    1,218,868

    Re: Easy Populate 1.2.5.4 support

    What php version you using? This mod was checked with php 5.6 and if your using 7 or above that is most likely the issue. Can you try another php version, so I can at least troubleshoot what is...
  22. Replies
    3,832
    Views
    1,218,868

    Re: Easy Populate 1.2.5.4 support

    What PHP Version you using? Most likely if you're using 7.1 or above the code needs to be changed. Try going back to an older version of php and see if it fixes that issue. If it does than code needs...
  23. Replies
    3,832
    Views
    1,218,868

    Re: Easy Populate 1.2.5.4 support

    When installing sql file get this error:

    RROR 1136 (21S01) at line 14 in file: '/srv/html/zencart/install_sql': Column count doesn't match value count at row 1
  24. Replies
    1
    Views
    797

    Replacing while with foreach?

    I have this code and I am confused how to change this to foreach


    reset($currencies->currencies);
    $currencies_array = array();
    while (list($key, $value, $title) =...
  25. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    I figured it out I had one line that had sizeof($images_array)
  26. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    I traced it down to this in includes/modules/additional_images.php this is the code that seems to be the problem:


    $num_images = count($images_array);
    $list_box_contents = array();
    $title = '';...
  27. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    For some reason my template not showing additional images; here is my template code:


    require(DIR_WS_MODULES . zen_get_module_directory('additional_images.php'));
    ?>
    <?php
    if...
  28. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Getting following error:

    PHP Fatal error: 1327:Undeclared variable: MAX_DISPLAY_TESTIMONIALS_MANAGER_TITLES

    This is located in includes/modules/sideboxes/testimonals_manager.php
  29. Replies
    6
    Views
    4,255

    Re: Cannot use string offset as an array?

    I found the support thread; thanks so much for that

    https://www.zen-cart.com/showthread.php?222983-Image-Handler-5-(for-v1-5-5)-Support-Thread/page5
  30. Replies
    6
    Views
    4,255

    Re: Cannot use string offset as an array?

    I searched for Image handler and only found Image handler 4 not 5. Do you know where it's located?
  31. Replies
    6
    Views
    4,255

    Re: Cannot use string offset as an array?

    I am guessing need to add $list_box_contents = array();
  32. Replies
    6
    Views
    4,255

    Re: Cannot use string offset as an array?

    I think its from Image Handler nevermind
  33. Replies
    1,684
    Views
    262,096

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

    I think this is from this mod; I get the following error:

    Cannot use string offset as an array


    End Image Handler changes 2 of 2
    $image_regular = zen_image($products_image_medium,...
  34. Replies
    6
    Views
    4,255

    Cannot use string offset as an array?

    I am not sure what mod this is from but it has to do with additional images; I think it's from Zen lightbox.

    When I add additional images in the admin and go to my store I get this error in my...
  35. Replies
    9
    Views
    2,201

    Re: Error when going to php7, no clue why.

    Ok duh so it seems when I have no categories this php warning will show. I guess I can disregard this. Thanks for help
  36. Replies
    9
    Views
    2,201

    Re: Error when going to php7, no clue why.

    Ok so after using the print_r this is the output:


    Array ( [0] => Array ( [1] => Array ( [name] => DECOR [categories_image] => [count] => 0 ) ) )

    This is because I have only 1 category setup...
  37. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    I have been trying to contact Anne for some work, I guess shes very busy. Last login here was awhile back. She does excellent work
  38. Replies
    9
    Views
    2,201

    Re: Error when going to php7, no clue why.

    Ok, isn't there like a way to debug an array like print -r or something? I am new to php still learning. Arrays for some reason get me lost, lol.
  39. Replies
    9
    Views
    2,201

    Re: Error when going to php7, no clue why.

    I looked it up and some hints let me to this; I added the following line before the function and now warning disappears.


    if (is_array($cat_array)) {
    foreach($cat_array[0] as $k0=>$v0){
  40. Replies
    9
    Views
    2,201

    Error when going to php7, no clue why.

    I am getting the following error in my error log:

    PHP Warning: Invalid argument supplied for foreach()

    This is the function:


    function pzen_megamenu(){
    global...
  41. Replies
    1
    Views
    335

    v155 Upgrading template?

    I decided to buy a template and it's version 1.5.5e what is the process of upgrading a template to 1.5.5f? Do I look at a changelog and put those fixes in? Not sure how to go about this.. I do have...
  42. Replies
    1
    Views
    379

    v155 Mobile template options?

    I got a free nice template from picaflor-azul calledAberdeen Neutral and didn't realize it wasn't responsive. So what is my options to make it mobile ready? The ones that our responsive I don't like...
  43. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    If anyone is interested I added the Show_featured, New, and specials configuration to the admin and edit the files this way you can turn these off and on in the admin without messing with the files...
  44. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    Another bug which is no big deal but seeing why this isn't being displayed.

    In the Admin>Responsive>Configuration the values are empty only the version is showing which is 2.0. The Homepage...
  45. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    I tried that solution, I downloaded from GitHub v1.60 and still get that non-numeric value error.

    Another thing I am thinking to add admin config to this for SHOW_NEW_PRODUCTS,...
  46. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    @mc12345678 I searched for it and only thing I found was to remove the <?php if ($zc_show_featured == true) { ?> and you said something about javascript.

    this is where I seen it:

    see #333in...
  47. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    The tabs is for sure a bug. If it is set to false which is by default the tabs shouldn't show on home page. If you set it to true than tabs work. I am guessing the javascript needs to be updated.
    ...
  48. Replies
    1,164
    Views
    279,770

    Re: Newsletter-Only Subscriptions for v1.3x

    I updated version waiting on approval. I added an admin page and made changes for it to work with 1.5.5.
  49. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    OK on the home page I have tabs called Newest, Featured, Specials and when I click on them I get the following:

    The requested URL /section-1 was not found on this server.
    The requested URL...
  50. Replies
    1,511
    Views
    246,086

    v154 Re: change hpme link

    Got you. I will try to be more specific.
Results 1 to 50 of 165
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR