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.
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!
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!
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!
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:
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>
<?php
}
?>
<!-- header //-->
Find this section of code around line 411: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 //-->
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'] . '&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 ' 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>
See if that fixes this issue ...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>
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!
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!
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!