Ik wil een extra textarea (attribuut) met WYSIWYG editor toevoegen aan de categorieën.
Iemand een idee hoe ik dit kan doen?
- Extra categorie textarea (met WYSIWYG editor) toevoegen
-
08-05-2015, 11:28 #1
- Berichten
- 1.478
- Lid sinds
- 17 Jaar
Extra categorie textarea (met WYSIWYG editor) toevoegen
-
-
19-05-2015, 19:26 #2
- Berichten
- 186
- Lid sinds
- 16 Jaar
Re: Extra categorie textarea (met WYSIWYG editor) toevoegen
wellicht dat dit helpt?
https://www.ashsmith.io/2013/03/quic...es-to-magento/
-
19-05-2015, 19:37 #3
- Berichten
- 1.478
- Lid sinds
- 17 Jaar
Re: Extra categorie textarea (met WYSIWYG editor) toevoegen
Het is al opgelost, maar toch bedankt :)
PHP Code:<?php
// mysql4-install-0.0.1.php
$this->startSetup();
$this->addAttribute(Mage_Catalog_Model_Category::ENTITY, "downloads", array(
"group" => "General Information",
"input" => "textarea",
"type" => "text",
"label" => "Downloads",
"backend" => "",
"visible" => true,
"required" => false,
"wysiwyg_enabled" => true,
"visible_on_front" => true,
"is_html_allowed_on_front" => true,
"global" => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_GLOBAL,
));
$this->endSetup();
?>
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic