carryG Posted March 29, 2007 Posted March 29, 2007 I installed the DHTML menu and all is working fine. I can enable and disable it via Mystore. When enabled, if I go to add a product, this is what appears (see picture). This text links of of the tools menu!! It appears right below the products weight field. I have searched for two days in the forums to try to find a solution and have opened and closed dozens of files. Does anyone have an idea how this can be happening? If I disable the menu it goes away, but after serious research, I doubt this is a dhtml issue, more along the lines of product/categories or something. Any help would be greatly appreciated!! Carrie Quote
carryG Posted March 29, 2007 Author Posted March 29, 2007 I installed the DHTML menu and all is working fine. I can enable and disable it via Mystore. When enabled, if I go to add a product, this is what appears (see picture). This text links of of the tools menu!! It appears right below the products weight field. I have searched for two days in the forums to try to find a solution and have opened and closed dozens of files. Does anyone have an idea how this can be happening? If I disable the menu it goes away, but after serious research, I doubt this is a dhtml issue, more along the lines of product/categories or something. Any help would be greatly appreciated!! Carrie Anyone?? Quote
carryG Posted March 29, 2007 Author Posted March 29, 2007 Anyone?? FOUND IT. <?php // ACA START PRODUCT EDITOR $products_modules->display_edit($contents); foreach ($contents as $value) { echo' <tr>'."\n"; echo'<td colspan="2">'.tep_draw_separator('pixel_trans.gif', '1', '10').'</td>'."\n"; echo' </tr>'."\n"; echo '<TR>'."\n"; echo '<TD class="main">'."\n"; echo $value['title']."\n"; echo '</TD>'."\n"; echo '<TD class="main">'."\n"; echo $value['text']."\n"; echo '</TD>'."\n"; echo '</TR>'."\n"; } // ACA END PRODUCT EDITOR ?> IN CATEGORIES.PHP. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.