Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.41685996_o.jpg

 

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

Posted
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.41685996_o.jpg

 

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??

Posted
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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...