magento-community/Remerce_ProductQuestion
U mnie ładnie się zainstalował od strony admina, ale nic nie dodał od strony produktu
Cache wyczyściłem
Być może jednym z problemów jest to iż skrypt rozbudowy bazy SQL jest zrobiony dla SQL4 a nie 5
Jak przerobić to
Kod: Zaznacz cały
INSERT INTO {$this->getTable('core_email_template')} (`template_code`, `template_text`, `template_type`, `template_subject`, `template_sender_name`, `template_sender_email`, `added_at`, `modified_at`) VALUES
('Productquestion Form (Plain)', 'Name: {{var data.name}}\r\nE-mail: {{var data.email}}\r\nTelephone: {{var data.telephone}}\r\nComment: {{var data.comment}}', 1, 'Question about: {{var data.productname}} - {{var data.productsku}}', NULL, NULL, NOW(), NOW());
")
na komendę którą można ręcznie wklepać z poziomu MYSQL?