Jump to content

oxus

Members
  • Posts

    6
  • Joined

  • Last visited

1 Follower

oxus's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Salut! Interesanta intalnire! In mod sigur o sa particip si la urmatoarea intalnire. Am deja un nr de topicuri in cap legate de urmatoarea intalnire. Pana atunci va doresc numai de bine.
  2. I use this solution and is working on 1.6.1.3. I use this to put tag links in top menu. Because tag menu have invalid carachters (+, =, ?) I use this tutorial to extend tinyMCE and disable auto-paragraph adding : https://mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html and I use $content to put my link. My code is: if (strpos($cms->content, 'REDIRECT:') !== False) { $this->_menu .= '<li '.$selected.'>'; $this->_menu .= '<a href="'.str_replace("REDIRECT:", "", $cms->content).'">'.$cms->meta_title.'</a>'; $this->_menu .= '</li>'; } The blank page problem is most likely because of closing tags after "else" zone } }
  3. Sorry if is to late, but I have same problem and I find a easy fix on address.tpl ( in your theme root folder ) search for a div with id "vat_number" . To show all time VAT number change that div id to something else <div id="xxx"> . That way the trigger to display none for that div don't exist anymore. For my theme I don't have any css style for id vat_number.
  4. I use same tutorial. Is working ok with latest prestashop if you made 2 modification: - subdomain static.yoursite.com redirecte to rootpath not to rootpath/img - don't edit anymore that config file. If you look in the lates prestashop config file, you don't see that line.
×
×
  • Create New...