assignValues4x example

/** * Assign configuration / data to template */
    public function assignValues()
    {
        $this->loadConfiguration4x();

        if (!$this->_preview) {
            $this->saveDocument();
        }

        return $this->assignValues4x();
    }

    /** * Set template path * * @param string $path */
    public function setTemplate($path)
    {
        if (!empty($path)) {
            $this->_subshop['doc_template'] = $path;
        }
Home | Imprint | This part of the site doesn't use cookies.