| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Want a WYSIWYG detailed description text area? | ||||
|
|
Thread Tools | Search this Thread |
#141
|
|||||||
|
|||||||
Re: Want a WYSIWYG detailed description text area?
Excellent Mod !!!
Any ideas on how to make this work for Manufacturers? I'm assuming /modules/manufacturers/manufacturers.tpl but the editor isn't showing when I'm including the code (There's a tweak somewhere in the forum I found ages ago to allow HTML in manufacturers description, but I can't find it right now) [Edit] I'm getting the script errors preventing me from using the advanced search too
__________________
www.smartchoicemusic.com Smart Choice Music - Import CD and DVD Specialists 4.6.0 MySQL 5.5.34 PHP 5.4.24 Apache/2.2.26 Multiple homegrown and paid-for mods |
|||||||
#142
|
|||||||
|
|||||||
Re: Want a WYSIWYG detailed description text area?
here is the fix for the advanced search java error...
instead of: <script language="JavaScript" type="text/javascript" src="/provider/wysiwyg.js"> included within single/home.tpl, right after the </HEAD> use the following: {if $section eq "main"} <script language="JavaScript" type="text/javascript" src="/provider/wysiwyg.js"> {/if} Chris
__________________
4.0x - 4.5x |
|||||||
#143
|
|||||||
|
|||||||
Re: Want a WYSIWYG detailed description text area?
Does this WYSIWYG works on Litecommerce?
Thank you Gianni
__________________
xcart v3.5.11 (linux) (mac) litecom v2.2.21 (linux) (mac) |
|||||||
#144
|
|||||||
|
|||||||
Re: Want a WYSIWYG detailed description text area?
The code above works a treat for product descriptions on Gold (including the fix for advanced search java errors).
To enable WYSIWYG for static pages and manufacturers, this is what I did: Copy contents of the zip file to /admin (NOT skin1/admin) Add the following to skin1/admin/main/page_edit.tpl Code:
right after Code:
then amend the lines referring to 'pagecontent' at around line 70 like this: Code:
That takes care of static pages. For manufacturers (assuming you have the description field freed up to accept HTML) edit /skin1/modules/Manufacturers/manufacturers.tpl like this: add the following code: Code:
right after this code at around line 135: Code:
Then edit the lines relating to 'descr' at around line 156 to the following: Code:
__________________
www.smartchoicemusic.com Smart Choice Music - Import CD and DVD Specialists 4.6.0 MySQL 5.5.34 PHP 5.4.24 Apache/2.2.26 Multiple homegrown and paid-for mods |
|||||||
#145
|
|||||||||
|
|||||||||
Re: Want a WYSIWYG detailed description text area?
This download doesn't seem to work, any ideas?
First download the file from http://www.ewdhosting.com/htmlarea.zip
__________________
"The more you know - the less you pay" Various websites using 4.66 Pro & 5 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|