Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WYSIWYG instaed of Rich Edit


nextime

Recommended Posts

Hello all.

 

The install instructions of Define Content 1.3b stipulate the following:

-------------------------

OPEN: catalog/index.php

## Find:

<?php echo TEXT_MAIN; ?>

 

## Replace with:

<?php echo tep_get_defined_content('Catalog Main'); ?>

-------------------------

As a result of an installation of Extra Pages Infobox Version 4.2 I have:

<td class="main"><?php echo $pagetext; ?></td>

instead of <?php echo TEXT_MAIN; ?>

 

I had hoped that the following would work, but I am afraid it didn’t.

 

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td class="main"><?php echo $pagetext; ?></td>

</tr>

<tr>

<td class="main"><?php echo tep_get_defined_content('Catalog Main'); ?></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

 

 

Extra Pages Infobox includes Rich Edit.

Please let me know what to do if I want to include WYSIWYG instead of Rich Edit.

I have followed the instruction for WYSIWYG but it does not show up.

 

Another question: I get Language not installed for English

The language of the content you are editing was not found in your store configuration. Please create new content for this content area using your language. Click the small help symbol (question mark) next to the Define Content page title for more help with this

 

This is not clear for me as I installed Dutch default together with English

 

Please help

Rene

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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