Page 88 of 169 FirstFirst ... 3878868788899098138 ... LastLast
Results 871 to 880 of 1688
  1. #871
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by jeffiec View Post
    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 '</script>';
    I get the popup, but $_GET['flag'] is empty?
    Just looking for clues.
    Jeff
    The flag property is captured within a post form as a hidden field with the alternate value of the current option, I don't think a get statement will pull the data that you are looking for. This was identified by looking at the page source.
    Last edited by mc12345678; 10 Sep 2013 at 08:28 PM.

  2. #872
    Join Date
    Jun 2009
    Posts
    86
    Plugin Contributions
    0

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

    Thank you Thank you Thank you Working as intended.
    Jeff

  3. #873
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by mc12345678 View Post
    The flag property is captured within a post form as a hidden field with the alternate value of the current option, I don't think a get statement will pull the data that you are looking for. This was identified by looking at the page source.
    At this point I should beat Diva to the punch. It no appears that this issue is not specifically related to IH4 and further discussion, if any, should be taken to a new/alternate thread or PMs. Was bad of me not to state this sooner, but I expect the comment to come.

  4. #874
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by jeffiec View Post
    Thank you Thank you Thank you Working as intended.
    Jeff
    Please share. What was the fix and associated problem?

  5. #875
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by jeffiec View Post
    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 working fine.

    Telling someone they need to pay for help can be taken a few ways, i will for arguments sake, take it in a neutral way.

    So what you are saying is instead of sharing ideas, with fellow coders, is not the way to go? I should just go out and hire someone who will no doubt do the same thing, unless it's deva herself? And like i said, i don't even think IH is the issue, however, most of the searches so far, have pointed at IH, that's why I am asking if someone knew of another add-on i could look at or java.
    So let me weigh in on mc12345678's "pay for help" comment.. It's a suggestion I too have made when it seems warranted.. Not sure why people appear to get their feathers ruffled over this as it is a LEGIT suggestion.. The comment is neutral and meant to mean that if after trying to get help, you reach an IMPASSE (for whatever reason), that one should/could consider paying for professional help.. I've done it when it's become necessary.. (hell I don't know everything, and I don't mind paying for professional advice/help when needed) but some folks find the thought objectionable.. The suggestion is not an insult, or a way or avoiding helping or anything else that's been suggested.. it's truly a legit option.. 'tis all.. Everything is NOT going to be free just because Zen Cart is free.. (IJS)


    Quote Originally Posted by mc12345678 View Post
    Please share. What was the fix and associated problem?

    Quote Originally Posted by jeffiec View Post
    Thank you Thank you Thank you Working as intended.
    Jeff
    lhungil posted the solution a few posts ago (quoted below).. It appears the issue is due to left over 1.3.9 code which was missed during the upgrade..

    Quote Originally Posted by lhungil View Post
    The code you posted looks like Zen Cart 1.3.x code... Possibly Zen Cart was upgraded from a previous version and something was missed when merging files... Or maybe some older code was merged into your "/admin/categories.php" by mistake when installing a plugin...

    The code from Zen Cart 1.5.1 for "/admin/categories.php" (note the parts in red):
    Code:
    case 'setflag':
    
          if ( isset($_POST['flag']) && ($_POST['flag'] == '0') || ($_POST['flag'] == '1') ) {
            if (isset($_GET['pID'])) {
              zen_set_product_status($_GET['pID'], $_POST['flag']);
            }
          }
    
          zen_redirect(zen_href_link(FILENAME_CATEGORIES, 'cPath=' . $_GET['cPath'] . '&pID=' . $_GET['pID'] . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '') . ((isset($_GET['search']) && !empty($_GET['search'])) ? '&search=' . $_GET['search'] : '')));
          break;
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #876
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Image Handler 4 (for v1.5.x) v4.3.2 submitted tonight

    Image Handler4 v4.3.2 Changelog
    • Important required changes to modules/YOUR_TEMPLATE/additional_images.php to support the changes made to /includes/templates/YOUR_TEMPLATE/popup_image_additional/tpl_main_page.php in v4.3.1
    • Minor correction to /includes/templates/YOUR_TEMPLATE/popup_image_additional/tpl_main_page.php
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #877
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Images displaying in my catalog, but not in my admin when adding images to products

    I have an unusual problem, and may need to be sorted with my host (BlueHost).
    My problem started when I could not get to display my header image in emails, while it was available in my browser if I pointed the url directly to it. This has been fixed by BlueHost.

    But now I have an issue with imagehandler, if I add new images to a product, the images do display in my catalog, but not in admin > imagehandler4.

    Here is te code from <td class="dataTableContent" align="center" valign="top"> which is correct
    Code:
    <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://my-site.com/my-admin/image_handler.php?products_filter=32&amp;imgName=434-8&amp;action=layout_info'">
    But the path to the image sudddenly includes the directory in which ZC is installed, while my URL points directly to my ZC installation:
    Code:
    <img src="/Directory/bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg" border="0" alt="ProductName - 434" title=" Big Pocket Wool & Cashmere Jacket - 434 " height="175"><br /> 175x175<br /><strong>5.4Kb</strong>      </td><td class="dataTableContent" align="center" valign="top">
    Is there anywhere in IH that I can change the path above to read the image correctly ie: /bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg"

    Thanks.

    Goshawk

  8. #878
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Images displaying in my catalog, but not in my admin when adding images to produc

    Quote Originally Posted by Goshawk View Post
    I have an unusual problem, and may need to be sorted with my host (BlueHost).
    My problem started when I could not get to display my header image in emails, while it was available in my browser if I pointed the url directly to it. This has been fixed by BlueHost.

    But now I have an issue with imagehandler, if I add new images to a product, the images do display in my catalog, but not in admin > imagehandler4.

    Here is te code from <td class="dataTableContent" align="center" valign="top"> which is correct
    Code:
    <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://my-site.com/my-admin/image_handler.php?products_filter=32&amp;imgName=434-8&amp;action=layout_info'">
    But the path to the image sudddenly includes the directory in which ZC is installed, while my URL points directly to my ZC installation:
    Code:
    <img src="/Directory/bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg" border="0" alt="ProductName - 434" title=" Big Pocket Wool & Cashmere Jacket - 434 " height="175"><br /> 175x175<br /><strong>5.4Kb</strong>      </td><td class="dataTableContent" align="center" valign="top">
    Is there anywhere in IH that I can change the path above to read the image correctly ie: /bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg"

    Thanks.

    Goshawk
    Please don't take this wrong.. but I really don't understand what the issue is.. Are you saying that the images don't show on the product pages or do they not appear in the IH image manager in the admin?? It would help if you posted a link to an actual product where the issue is occurring..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #879
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by Goshawk View Post
    I have an unusual problem, and may need to be sorted with my host (BlueHost).
    My problem started when I could not get to display my header image in emails, while it was available in my browser if I pointed the url directly to it. This has been fixed by BlueHost.

    But now I have an issue with imagehandler, if I add new images to a product, the images do display in my catalog, but not in admin > imagehandler4.

    Here is te code from <td class="dataTableContent" align="center" valign="top"> which is correct
    Code:
    <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://my-site.com/my-admin/image_handler.php?products_filter=32&amp;imgName=434-8&amp;action=layout_info'">
    But the path to the image sudddenly includes the directory in which ZC is installed, while my URL points directly to my ZC installation:
    Code:
    <img src="/Directory/bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg" border="0" alt="ProductName - 434" title=" Big Pocket Wool & Cashmere Jacket - 434 " height="175"><br /> 175x175<br /><strong>5.4Kb</strong>      </td><td class="dataTableContent" align="center" valign="top">
    Is there anywhere in IH that I can change the path above to read the image correctly ie: /bmz_cache/7/726d23ceac06644ebcac83d0ffb615ab.image.175x175.jpg"

    Thanks.

    Goshawk
    In addition to Diva's question, what version of IH4 are you using?

  10. #880
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

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

    Hi,

    I am using Image_Handler4_v4_3_1.

    attached are 2 images of the same product.
    1 shows the admin of image handler, 2 other shows the product in the catalog
    Click image for larger version. 

Name:	IH-Admin.jpg 
Views:	51 
Size:	33.6 KB 
ID:	13068
    Click image for larger version. 

Name:	IH-Catalog.jpg 
Views:	49 
Size:	66.9 KB 
ID:	13069

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR