Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default [DONE v1.3.8] SaleMaker, No response of Admin Menu

    After you click on SaleMaker the Admin drop down menu will not responded. I have tried this in 1.3.02, 1.3.6, 1.3.7

    I have no fix for this.
    Skin Evolution.
    Lynda.com,its a great place to learn.
    Camelot Hosting,it's where my site calls home!

    E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SaleMaker, No response of Admin Menu

    Type a tad slower ...

    You select Sale Maker from the Catalog ... Salemaker ...

    Then you did what to break this?

    What browser are you using?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: SaleMaker, No response of Admin Menu

    I did nothing to break this, this is on a fresh install. Fresh install of 1.3.02, 1.3.6, and 1.3.7

    It was on IE7, firefox and vista don't mix well yet. On firefox in 1.3.7 it works but adds a green line to the bottom or to the side of each menu box. That only happens after you click on Salemaker.

    This was installed on a localhost, if that matters. Using the all the directions from the manual.

    Do you understand that better?

    Let me know if If you can't reproduce it, I can add screen shots.
    Skin Evolution.
    Lynda.com,its a great place to learn.
    Camelot Hosting,it's where my site calls home!

    E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SaleMaker, No response of Admin Menu

    Aha! a clue ...

    I noticed a weird thing the other day that was really bugging me on Sale Maker ...

    Got an odd display on the menubar when I was in Salemaker ...

    So I did a little hunting around in the code ...

    For me, this was a visual annoyance but did not break any functionality ... perhaps for you this is more of a problem ...

    Assuming you are using Zen Cart v1.3.7 ... edit the file:
    /admin/salemaker.php

    Find this section of code around line 255:
    PHP Code:
    </script>
    </head>
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetCategories();SetFocus();init()">
    <div id="spiffycalendar" class="text"></div>
    <?php
      
    } else {
    ?>
    </head>
    <?php
      
    }
    ?>
    <!-- header //-->
    Replace with:
    PHP Code:
    </script>
    </head>
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetCategories();SetFocus();init()">
    <div id="spiffycalendar" class="text"></div>
    <?php
      
    } else {
    ?>
    </head>
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetFocus();init()">
    <?php
      
    }
    ?>
    <!-- header //-->
    Find this section of code around line 411:
    PHP Code:
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascript:popupWindow(\\\'' zen_href_link(FILENAME_SALEMAKER_POPUP'cid=' $category['categories_id'] . '&cname='.$category['categories_name']) . '\\\')">'.'(More Info)'.'</a>'?>');
    //--></script>
    <?php
          
    }
          echo 
    "</td>\n";
        echo 
    '        </tr>' "\n";
        echo 
    '        </table></td>' "\n";
        echo 
    '        </tr>' "\n";
        }
        echo 
    '        </table></tr>' "\n";
    /*
          echo "";
          echo "<td align=''left''>";
          if ($prev_categories_array[$category['categories_id']]) {
            echo '&nbsp;Warning : ' . $prev_categories_array[$category['categories_id']] . ' sales already include this category';
    ?>
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . zen_href_link(FILENAME_SALEMAKER_POPUP, 'cid=' . $category['categories_id'] . '&cname='.$category['categories_name']) . '\\\')">'.'(More Info)'.'</a>'; ?>');
    //--></script>
    <?php
          }
          echo "</td>\n";
        }
    echo '</table></tr>';
    */
    ?>
            </table></td>
          </form></tr>
    Replace with:
    PHP Code:
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascript:popupWindow(\\\'' zen_href_link(FILENAME_SALEMAKER_POPUP'cid=' $category['categories_id']) . '\\\')">'.TEXT_MORE_INFO.'</a>'?>');
    //--></script>
    <?php
        
    }
        echo 
    "</td>\n";
        echo 
    '        </tr>' "\n";
        echo 
    '        </table></td>' "\n";
        echo 
    '        </tr>' "\n";
      }
      echo 
    '        </table></tr>' "\n";
    ?>
            </table></td>
          </form></tr>
    See if that fixes this issue ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: SaleMaker, No response of Admin Menu

    I will try, Has this file been changed since 1.3.02? Asking b/c I am running it in Japanese and would like to fix it for that. Also the same for 1.3.6 as I am trying to update this to Japanese, 1.3.7 ezpages in both languages doesn't work yet so not trying that yet.
    Skin Evolution.
    Lynda.com,its a great place to learn.
    Camelot Hosting,it's where my site calls home!

    E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SaleMaker, No response of Admin Menu

    This will be changed in upcoming v1.3.8 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Replies: 1
    Last Post: 25 Mar 2016, 04:45 PM
  2. edit auto response order admin email
    By mirostz in forum General Questions
    Replies: 2
    Last Post: 18 Aug 2010, 09:38 PM
  3. Replies: 2
    Last Post: 2 Dec 2008, 10:21 AM
  4. How to move admin menu items to another Admin menu?
    By hauruapai in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Oct 2007, 02:21 PM
  5. [Done 1.3.8] SaleMaker - More Info
    By s_p_ike in forum Bug Reports
    Replies: 9
    Last Post: 25 May 2007, 04:04 AM

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