Jump to content

Sylv1c

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Activity
    Project Owner

Sylv1c's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi @skrak did you find any issue to sell by meters ? is it compatible with stock management? Thanks by advance for your reply Sylvain
  2. Hi @kenkomuri Ask your theme editor to fix it or get a freelance to do it for you... It will cost you a couple dollars and save you hours of work, you can ask @himanshu.jikadara on skype, he's a great dev... Good luck with that
  3. Hi @trouille2 I'm experiencing the same issue, could you please tell me how you fixed it? Thanks by advance for your help... Sylvain
  4. ok,, done, is now showing my code but seems the js is not working... have any idea on how to charge it?
  5. Hi Nemo1, I'm experiencing a problem trying to display html page with content box with your tutorial, I changed the cms.tp like this : <!-- hook module --> {if !$content_only} {hook h='customCMS'} {/if} <!-- hook module --> <div class="rte{if $content_only} content_only{/if}"> {$cms->content} </div> I changed the contentbox.php like this : public function install() { if (Shop::isFeatureActive()) Shop::setContext(Shop::CONTEXT_ALL); if (!parent::install() || !$this->registerHook('header') || !$this->registerHook('footer') || !$this->registerHook('customCMS') || !CONTENTBOXModel::createTables()) return false; Configuration::updateValue($this->monolanguage_content, 0); Configuration::updateValue($this->text_editor_content, 1); Configuration::updateValue($this->content_wrapper, 0); Configuration::updateValue($this->content_wrapper_class, ''); Configuration::updateValue($this->content_wrapper_id, ''); $this->_clearCache('template.tpl'); return true; } And added theses code at the end of the contentbox.php : public function hookcustomCMS($params) { return $this->hookDisplayHome($params); } } Thank you by advance for your help, here is the page i tried to modify : http://pariscave.com/content/7-accueil
  6. Hi BTutt, I have exactly the same problem, did you find an issue? Thanks by advance for your reply
×
×
  • Create New...