Ankündigung

Einklappen
Keine Ankündigung bisher.

Einbindung externen HTML-Code für Besucher-counter in Sidebox

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    (Zen-Cart 1.5.6) Einbindung externen HTML-Code für Besucher-counter in Sidebox

    Guten Morgen,

    In welche Datei kann man ein Html Code für einen Besucherzähler einbinden, damit dieser auf der linken oder rechten Seite unter der Box "wer ist online" angezeigt werden kann?

    Danke schön

    #2
    Die Templates für die Sideboxen befinden sich in
    includes/templates/DEINTEMPLATE/sideboxes
    Sie heißen immer so wie die Sidebox selbst.

    Das Template für die Sidebox whos_online ist daher:
    includes/templates/DEINTEMPLATE/sideboxes/tpl_whos_online.php
    Sollte im eigenen Template Oveeride Verzeichnis diese Datei nicht vorhanden sein:
    includes/templates/template_default/sideboxes/tpl_whos_online.php

    Kommentar


      #3
      Zitat von webchills Beitrag anzeigen
      Die Templates für die Sideboxen befinden sich in
      includes/templates/DEINTEMPLATE/sideboxes
      Sie heißen immer so wie die Sidebox selbst.

      Das Template für die Sidebox whos_online ist daher:
      includes/templates/DEINTEMPLATE/sideboxes/tpl_whos_online.php
      Sollte im eigenen Template Oveeride Verzeichnis diese Datei nicht vorhanden sein:
      includes/templates/template_default/sideboxes/tpl_whos_online.php
      Danke schön,

      reicht es wenn ich den htlm Code einfach ans Ende stelle?
      Wird dann der Besucherzähler automatisch in der Seitenbox angezeigt?

      Kommentar


        #4
        Wenn Du mit includes/templates/DEINTEMPLATE/sideboxes/tpl_whos_online.php arbeiten willst, dann musst Du darin einen neuen content Bereich erstellen
        z.B.
        nach
        Code:
        $content .= '</div>';
        einfügen:
        Code:
        $content .= '<div align="center">';
        $content .= 'Hier den Code hinein';
        $content .= '</div>';
        Falls dieser Code Einträge mit Hochkomma ' enthält, dann müssen diese Hochkommata escaped werden mit \'

        Einfacher für Dich wäre vermutlich, einfach die zugehörige Sprachdatei zu nutzen:
        includes/languages/german/DEINTEMPLATE/whos_online.php
        Und
        Code:
        define('BOX_WHOS_ONLINE_ONLINE', 'online.');
        zu ändern auf z.B.
        Code:
        define('BOX_WHOS_ONLINE_ONLINE', 'online.<br><br/><div align="center">Hier den Code hinein</div>');

        Kommentar


          #5
          Zitat von webchills Beitrag anzeigen
          Wenn Du mit includes/templates/DEINTEMPLATE/sideboxes/tpl_whos_online.php arbeiten willst, dann musst Du darin einen neuen content Bereich erstellen
          z.B.
          nach
          Code:
          $content .= '</div>';
          einfügen:
          Code:
          $content .= '<div align="center">';
          $content .= 'Hier den Code hinein';
          $content .= '</div>';
          Falls dieser Code Einträge mit Hochkomma ' enthält, dann müssen diese Hochkommata escaped werden mit \'

          Einfacher für Dich wäre vermutlich, einfach die zugehörige Sprachdatei zu nutzen:
          includes/languages/german/DEINTEMPLATE/whos_online.php
          Und
          Code:
          define('BOX_WHOS_ONLINE_ONLINE', 'online.');
          zu ändern auf z.B.
          Code:
          define('BOX_WHOS_ONLINE_ONLINE', 'online.<br><br/><div align="center">Hier den Code hinein</div>');
          Recht schönen Dank, habe das Problem schon lösen können und werde mich mit Ihren Tipp sehr befassen.

          Mein Logo in der angezeigten Rechnung ist sehr groß, wo kann ich es anpassen?
          Muss ich dazu das Logo verkleinern und dann wieder hochladen?
          Ich habe nur die Datei vergessen wo es für Rechnungen reinkommt.

          Kommentar


            #6
            Meinst du PDF Rechnung oder wenn du im Admin auf die normale Rechnung klickst?

            Zitat von Tigiwicki Beitrag anzeigen
            Recht schönen Dank, habe das Problem schon lösen können und werde mich mit Ihren Tipp sehr befassen.

            Mein Logo in der angezeigten Rechnung ist sehr groß, wo kann ich es anpassen?
            Muss ich dazu das Logo verkleinern und dann wieder hochladen?
            Ich habe nur die Datei vergessen wo es für Rechnungen reinkommt.

            Kommentar


              #7
              Zitat von bene81 Beitrag anzeigen
              Meinst du PDF Rechnung oder wenn du im Admin auf die normale Rechnung klickst?
              Für die PDF Rechnung

              Danke

              Kommentar


                #8
                Zitat von Tigiwicki Beitrag anzeigen
                Für die PDF Rechnung

                Danke
                dein logo musst du auf dem PDF ändern!
                .../includes/pdf/rechnung_de.pdf

                Kommentar


                  #9
                  Zitat von bene81 Beitrag anzeigen
                  dein logo musst du auf dem PDF ändern!
                  .../includes/pdf/rechnung_de.pdf
                  Gibt es da eine besondere Bildgröße und kann es eine jpg - Datei sein?
                  Was wäre die perfekte Bildgröße?
                  Dann habe ich noch eine Frage, wie ich nur Brutto auf der Rechnung anzeigen lassen kann ohne das Netto?
                  Ich bin Kleinunternehmer und muss aber trotzdem inkl. 7 % oder 19 % zum Artikel anzeigen.

                  Kommentar


                    #10
                    Zitat von Tigiwicki Beitrag anzeigen
                    Gibt es da eine besondere Bildgröße und kann es eine jpg - Datei sein?
                    Was wäre die perfekte Bildgröße?
                    Dann habe ich noch eine Frage, wie ich nur Brutto auf der Rechnung anzeigen lassen kann ohne das Netto?
                    Ich bin Kleinunternehmer und muss aber trotzdem inkl. 7 % oder 19 % zum Artikel anzeigen.
                    mit dem größe des bildes musst du selbst schauen wie es passt!
                    ich habe auch die MwSt. auf der "rl_invoice3_def.php" entfernt die auch in diesem ortner ist, damit diese nicht auf der PDF Rechnung erscheint.

                    Füge einfach den CODE statt der jetztige in diese datei ein:

                    Code:
                    <?php
                    /**
                     * @package pdf Rechnung
                     * @copyright Copyright 2005-2012 langheiter.com 
                     * @copyright Copyright 2003-2019 Zen Cart Development Team
                     * @copyright Portions Copyright 2003 osCommerce
                     * @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
                     * @version $Id: rl_invoice3_def.php 2016-06-19 07:19:17Z webchills $
                     */
                    /**
                     * COLUMNS   #####
                     */
                    
                     // amazon|amazon_templ|total_col_1|total_opt_1
                     // col_templ_1|options_templ_1|total_col_1|total_opt_1
                     
                     
                    $realPW = 210;
                    
                    // amazon|amazon_templ|total_col_1|total_opt_1 
                    $colsP['amazon'] = array(
                         'subtotalI' => '...',
                         'qty' => TABLE_HEADING_QTY,
                         'model' => TABLE_HEADING_PRODUCTS_MODEL,
                         'name' => TABLE_HEADING_PRODUCTS,
                         'singleI' => TABLE_HEADING_PRICE_EXCLUDING_TAX_AMAZON,
                         'sumI' => TABLE_HEADING_TOTAL_EXCLUDING_TAX_AMAZON,
                        );
                    $optionsP['amazon_templ'] = array(
                        "subtotal"=>'subtotalE', 
                        //"paperOriantation"=>"P", 
                        "fontSize" => 10, 
                        'showHeadings' => 1, 
                        'shaded' => 0, 
                        'lineHeightInvoiceNumber' => 4,
                        'fontSizeInvoiceNumber' => 10,
                        'xPos' => 'left', 
                        'xOrientation' => 'right', 
                        'width' => $realPW-35,
                        'bgPDFLang' => array('43' => 'rechnung_de.pdf',
                                             '1'  => 'rechnung_en.pdf',
                        ),
                        'attachLang' => 
                            array('43' => array('',
                                                '',
                                                ),
                               ),
                            array('1'  => array('',
                                                '',
                                                ),
                            ),
                         'cols' => array(
                             'subtotalI' => array('justification' => 'R', "width" => 0),
                             'qty' => array("justification" => "L", "width" => 16),
                             'model' => array("justification" => "L", "width" => 28),
                             'name' => array('justification' => 'L', "width" => 86),
                             'singleI' => array('justification' => 'R', "width" => 22),
                             'sumI' => array('justification' => 'R', "width" => 24),
                            )
                        );
                    
                    // T1|T1_options|total_col_1|total_opt_1    
                    $colsP['T1'] = array(
                         'subtotalI' => '...',
                         'subtotalE' => '...',
                         'qty' => TABLE_HEADING_QTY,
                         'model' => TABLE_HEADING_PRODUCTS_MODEL,
                         'name' => TABLE_HEADING_PRODUCTS,
                         'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                         'extraI' => TABLE_HEADING_EXTRA,
                         'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                        );    
                    $optionsP['T1_options'] = array("subtotal"=>'subtotalE', "fontSize" => 8, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35,
                         'cols' => array(
                             'subtotalI' => array('justification' => 'R', "width" => 0),
                             'subtotalE' => array('justification' => 'R', "width" => 0),
                             'qty' => array("justification" => "L", "width" => 15),
                             'model' => array("justification" => "L", "width" => 25),
                             'name' => array('justification' => 'L', "width" => 70),
                             'singleI' => array('justification' => 'R', "width" => 25),
                             'extraI' => array('justification' => 'R', "width" => 20),
                             'sumI' => array('justification' => 'R', "width" => 25),
                            )
                        );
                        
                        
                    // all|all_options|total_col_1|total_opt_1        
                    $colsP['all'] = array(
                         'subtotalI' => '...',
                         'subtotalE' => '...',
                         'qty' => TABLE_HEADING_QTY,
                         'model' => TABLE_HEADING_PRODUCTS_MODEL,
                         'name' => TABLE_HEADING_PRODUCTS,
                         'qty_name' => TABLE_HEADING_PRODUCTS,
                         'qty_name_model' => TABLE_HEADING_PRODUCTS,
                         'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX,
                         'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                         'extraI' => TABLE_HEADING_EXTRA,
                         'extraE' => TABLE_HEADING_EXTRA,
                         'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX,
                         'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                        );
                    $optionsP['all_options'] = array("subtotal"=>'subtotalE', 
                                                    "paperOriantation"=>"L", 
                                                    'bgPDFLang' => array('DE' => 'rl_invoice3_bgL.pdf',
                                                                         'EN' => 'rl_invoice3_bgL_en.pdf',
                                                                        
                                                    ),
                                                    "fontSize" => 5, 
                                                    'showHeadings' => 1, 
                                                    'shaded' => 1, 'xPos' => 
                                                    'left', 
                                                    'xOrientation' => 'right', 
                                                    'width' => $realPW-35 + 235,
                         'cols' => array(
                             'subtotalI' => array('justification' => 'R', "width" => 0),
                             'subtotalE' => array('justification' => 'R', "width" => 0),
                             'qty' => array("justification" => "L", "width" => 6),
                             'model' => array("justification" => "L", "width" => 15),
                             'name' => array('justification' => 'L', "width" => 47),
                             'qty_name' => array('justification' => 'L', "width" => 40),
                             'qty_name_model' => array('justification' => 'L', "width" => 54),
                             'singleE' => array('justification' => 'R', "width" => 15),
                             'singleI' => array('justification' => 'R', "width" => 15),
                             'extraI' => array('justification' => 'R', "width" => 15),
                             'extraE' => array('justification' => 'R', "width" => 15),
                             'sumE' => array('justification' => 'R', "width" => 15),
                             'sumI' => array('justification' => 'R', "width" => 15),
                            )
                        );
                        
                        
                    // T2|T2_options|total_col_1|total_opt_1 
                    $colsP['T2'] = array(
                         'subtotalI' => '...',
                         'subtotalE' => '...',
                         'qty_name' => TABLE_HEADING_PRODUCTS,
                         'model' => TABLE_HEADING_PRODUCTS_MODEL,
                         'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX,
                         'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                         'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX,
                         'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                        );
                    $optionsP['T2_options'] = array("subtotal"=>'subtotalE', "fontSize" => 7, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35 + 235,
                         'cols' => array(
                             'subtotalI' => array('justification' => 'R', "width" => 0),
                             'subtotalE' => array('justification' => 'R', "width" => 0),
                             'qty_name' => array('justification' => 'L', "width" => 30),
                             'model' => array("justification" => "L", "width" => 15),
                             'singleE' => array('justification' => 'R', "width" => 35),
                             'singleI' => array('justification' => 'R', "width" => 20),
                             'sumE' => array('justification' => 'R', "width" => 25),
                             'sumI' => array('justification' => 'R', "width" => 15),
                            )
                        );
                            
                    
                    // T3|T3_templ|total_col_1|total_opt_1 
                    $colsP['T3'] = array(
                         'subtotalI' => '...',
                         'subtotalE' => '...',
                         'qty_name_model' => TABLE_HEADING_PRODUCTS,
                         'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX_AMAZON,
                         'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX_AMAZON,
                        );
                    $optionsP['T3_templ'] = array("subtotal"=>'subtotalE', "fontSize" => 8, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35,
                         'cols' => array(
                             'subtotalI' => array('justification' => 'R', "width" => 0),
                             'subtotalE' => array('justification' => 'R', "width" => 0),
                             'qty_name_model' => array('justification' => 'L', "width" => 115),
                             'singleE' => array('justification' => 'R', "width" => 25),
                             'sumE' => array('justification' => 'R', "width" => 25),
                            )
                        );
                            
                    
                            
                    /**
                     * TOTALS
                     * COLUMNS
                     */
                     $cols = array(
                        'title' => "<b>Anzahl</b>",
                         'text' => '<b>ArtiklNr.</b>',
                        );
                     $options = array("fontSize" => 11, 'showHeadings' => 0, 'shaded' => 0, 'xPos' => 'left', 'showLines' => '0'
                         , 'xOrientation' => 'right', 'width' => $realPW-35,
                         'cols' => array(
                            'title' => array('justification' => 'right'),
                             'text' => array('justification' => 'right', "width" => 60)
                            )
                        );

                    Kommentar


                      #11
                      Schau dir auch den Thread an wegen dern Hinweis auf der Hompage

                      https://forenarchiv.zen-cart-pro.at/...rsandkosten%29.

                      Kommentar


                        #12
                        Zitat von bene81 Beitrag anzeigen
                        mit dem größe des bildes musst du selbst schauen wie es passt!
                        ich habe auch die MwSt. auf der "rl_invoice3_def.php" entfernt die auch in diesem ortner ist, damit diese nicht auf der PDF Rechnung erscheint.

                        Füge einfach den CODE statt der jetztige in diese datei ein:

                        Code:
                        <?php
                        /**
                         * @package pdf Rechnung
                         * @copyright Copyright 2005-2012 langheiter.com 
                         * @copyright Copyright 2003-2019 Zen Cart Development Team
                         * @copyright Portions Copyright 2003 osCommerce
                         * @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
                         * @version $Id: rl_invoice3_def.php 2016-06-19 07:19:17Z webchills $
                         */
                        /**
                         * COLUMNS   #####
                         */
                        
                         // amazon|amazon_templ|total_col_1|total_opt_1
                         // col_templ_1|options_templ_1|total_col_1|total_opt_1
                         
                         
                        $realPW = 210;
                        
                        // amazon|amazon_templ|total_col_1|total_opt_1 
                        $colsP['amazon'] = array(
                             'subtotalI' => '...',
                             'qty' => TABLE_HEADING_QTY,
                             'model' => TABLE_HEADING_PRODUCTS_MODEL,
                             'name' => TABLE_HEADING_PRODUCTS,
                             'singleI' => TABLE_HEADING_PRICE_EXCLUDING_TAX_AMAZON,
                             'sumI' => TABLE_HEADING_TOTAL_EXCLUDING_TAX_AMAZON,
                            );
                        $optionsP['amazon_templ'] = array(
                            "subtotal"=>'subtotalE', 
                            //"paperOriantation"=>"P", 
                            "fontSize" => 10, 
                            'showHeadings' => 1, 
                            'shaded' => 0, 
                            'lineHeightInvoiceNumber' => 4,
                            'fontSizeInvoiceNumber' => 10,
                            'xPos' => 'left', 
                            'xOrientation' => 'right', 
                            'width' => $realPW-35,
                            'bgPDFLang' => array('43' => 'rechnung_de.pdf',
                                                 '1'  => 'rechnung_en.pdf',
                            ),
                            'attachLang' => 
                                array('43' => array('',
                                                    '',
                                                    ),
                                   ),
                                array('1'  => array('',
                                                    '',
                                                    ),
                                ),
                             'cols' => array(
                                 'subtotalI' => array('justification' => 'R', "width" => 0),
                                 'qty' => array("justification" => "L", "width" => 16),
                                 'model' => array("justification" => "L", "width" => 28),
                                 'name' => array('justification' => 'L', "width" => 86),
                                 'singleI' => array('justification' => 'R', "width" => 22),
                                 'sumI' => array('justification' => 'R', "width" => 24),
                                )
                            );
                        
                        // T1|T1_options|total_col_1|total_opt_1    
                        $colsP['T1'] = array(
                             'subtotalI' => '...',
                             'subtotalE' => '...',
                             'qty' => TABLE_HEADING_QTY,
                             'model' => TABLE_HEADING_PRODUCTS_MODEL,
                             'name' => TABLE_HEADING_PRODUCTS,
                             'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                             'extraI' => TABLE_HEADING_EXTRA,
                             'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                            );    
                        $optionsP['T1_options'] = array("subtotal"=>'subtotalE', "fontSize" => 8, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35,
                             'cols' => array(
                                 'subtotalI' => array('justification' => 'R', "width" => 0),
                                 'subtotalE' => array('justification' => 'R', "width" => 0),
                                 'qty' => array("justification" => "L", "width" => 15),
                                 'model' => array("justification" => "L", "width" => 25),
                                 'name' => array('justification' => 'L', "width" => 70),
                                 'singleI' => array('justification' => 'R', "width" => 25),
                                 'extraI' => array('justification' => 'R', "width" => 20),
                                 'sumI' => array('justification' => 'R', "width" => 25),
                                )
                            );
                            
                            
                        // all|all_options|total_col_1|total_opt_1        
                        $colsP['all'] = array(
                             'subtotalI' => '...',
                             'subtotalE' => '...',
                             'qty' => TABLE_HEADING_QTY,
                             'model' => TABLE_HEADING_PRODUCTS_MODEL,
                             'name' => TABLE_HEADING_PRODUCTS,
                             'qty_name' => TABLE_HEADING_PRODUCTS,
                             'qty_name_model' => TABLE_HEADING_PRODUCTS,
                             'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX,
                             'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                             'extraI' => TABLE_HEADING_EXTRA,
                             'extraE' => TABLE_HEADING_EXTRA,
                             'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX,
                             'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                            );
                        $optionsP['all_options'] = array("subtotal"=>'subtotalE', 
                                                        "paperOriantation"=>"L", 
                                                        'bgPDFLang' => array('DE' => 'rl_invoice3_bgL.pdf',
                                                                             'EN' => 'rl_invoice3_bgL_en.pdf',
                                                                            
                                                        ),
                                                        "fontSize" => 5, 
                                                        'showHeadings' => 1, 
                                                        'shaded' => 1, 'xPos' => 
                                                        'left', 
                                                        'xOrientation' => 'right', 
                                                        'width' => $realPW-35 + 235,
                             'cols' => array(
                                 'subtotalI' => array('justification' => 'R', "width" => 0),
                                 'subtotalE' => array('justification' => 'R', "width" => 0),
                                 'qty' => array("justification" => "L", "width" => 6),
                                 'model' => array("justification" => "L", "width" => 15),
                                 'name' => array('justification' => 'L', "width" => 47),
                                 'qty_name' => array('justification' => 'L', "width" => 40),
                                 'qty_name_model' => array('justification' => 'L', "width" => 54),
                                 'singleE' => array('justification' => 'R', "width" => 15),
                                 'singleI' => array('justification' => 'R', "width" => 15),
                                 'extraI' => array('justification' => 'R', "width" => 15),
                                 'extraE' => array('justification' => 'R', "width" => 15),
                                 'sumE' => array('justification' => 'R', "width" => 15),
                                 'sumI' => array('justification' => 'R', "width" => 15),
                                )
                            );
                            
                            
                        // T2|T2_options|total_col_1|total_opt_1 
                        $colsP['T2'] = array(
                             'subtotalI' => '...',
                             'subtotalE' => '...',
                             'qty_name' => TABLE_HEADING_PRODUCTS,
                             'model' => TABLE_HEADING_PRODUCTS_MODEL,
                             'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX,
                             'singleI' => TABLE_HEADING_PRICE_INCLUDING_TAX,
                             'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX,
                             'sumI' => TABLE_HEADING_TOTAL_INCLUDING_TAX,
                            );
                        $optionsP['T2_options'] = array("subtotal"=>'subtotalE', "fontSize" => 7, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35 + 235,
                             'cols' => array(
                                 'subtotalI' => array('justification' => 'R', "width" => 0),
                                 'subtotalE' => array('justification' => 'R', "width" => 0),
                                 'qty_name' => array('justification' => 'L', "width" => 30),
                                 'model' => array("justification" => "L", "width" => 15),
                                 'singleE' => array('justification' => 'R', "width" => 35),
                                 'singleI' => array('justification' => 'R', "width" => 20),
                                 'sumE' => array('justification' => 'R', "width" => 25),
                                 'sumI' => array('justification' => 'R', "width" => 15),
                                )
                            );
                                
                        
                        // T3|T3_templ|total_col_1|total_opt_1 
                        $colsP['T3'] = array(
                             'subtotalI' => '...',
                             'subtotalE' => '...',
                             'qty_name_model' => TABLE_HEADING_PRODUCTS,
                             'singleE' => TABLE_HEADING_PRICE_EXCLUDING_TAX_AMAZON,
                             'sumE' => TABLE_HEADING_TOTAL_EXCLUDING_TAX_AMAZON,
                            );
                        $optionsP['T3_templ'] = array("subtotal"=>'subtotalE', "fontSize" => 8, 'showHeadings' => 1, 'shaded' => 1, 'xPos' => 'left', 'xOrientation' => 'right', 'width' => $realPW-35,
                             'cols' => array(
                                 'subtotalI' => array('justification' => 'R', "width" => 0),
                                 'subtotalE' => array('justification' => 'R', "width" => 0),
                                 'qty_name_model' => array('justification' => 'L', "width" => 115),
                                 'singleE' => array('justification' => 'R', "width" => 25),
                                 'sumE' => array('justification' => 'R', "width" => 25),
                                )
                            );
                                
                        
                                
                        /**
                         * TOTALS
                         * COLUMNS
                         */
                         $cols = array(
                            'title' => "<b>Anzahl</b>",
                             'text' => '<b>ArtiklNr.</b>',
                            );
                         $options = array("fontSize" => 11, 'showHeadings' => 0, 'shaded' => 0, 'xPos' => 'left', 'showLines' => '0'
                             , 'xOrientation' => 'right', 'width' => $realPW-35,
                             'cols' => array(
                                'title' => array('justification' => 'right'),
                                 'text' => array('justification' => 'right', "width" => 60)
                                )
                            );
                        Also alles andere raus und nur das rein und dann Logo auf die passende Größe anpassen. Richtig?

                        Kommentar


                          #13
                          Zitat von Tigiwicki Beitrag anzeigen
                          Also alles andere raus und nur das rein und dann Logo auf die passende Größe anpassen. Richtig?
                          sag ich ja!

                          Kommentar


                            #14
                            Zitat von bene81 Beitrag anzeigen
                            sag ich ja!
                            Perfekt, ich werde es so machen, sobald ich mein Kategorie-Problem lösen konnte.
                            Dies ist mein erster Shop von Zen Cart.

                            Danke für die große Hilfe

                            Kommentar


                              #15
                              Zitat von Tigiwicki Beitrag anzeigen
                              Perfekt, ich werde es so machen, sobald ich mein Kategorie-Problem lösen konnte.
                              Dies ist mein erster Shop von Zen Cart.

                              Danke für die große Hilfe

                              Bitte gern

                              Kommentar

                              Info zu diesem Forenarchiv:
                              Mit Release von 1.5.7 wurde die deutsche Zen Cart Version auf eine reine DIY-Lösung umgestellt.
                              Für einen Support via Forum stehen keine personellen und zeitlichen Ressourcen mehr zur Verfügung.
                              Dieses Supportforum bleibt im Nur-Lesen-Modus als Wissensarchiv noch online verfügbar.
                              PM Funktionalität, Registrierung und Posten neuer Beiträge sind deaktiviert.
                              Zugriff auf Anhänge in den Postings ist auch ohne Registrierung/Einloggen möglich.
                              FAQ und Downloadbereich des Forums wurden in die neue umfangreiche Knowledgebase auf der zen-cart-pro.at Website übernommen.

                              Das Development der deutschen Zen Cart Version geht wie bisher auf Github weiter.
                              Wir werden auch weiterhin neue Versionen bereitstellen und die Onlinedokumentation/Knowledgebase aktualisieren.
                              Fehler in der Software können auf Github als Issues gemeldet werden.
                              Follow us
                              aktuelle version
                              Zen Cart 1.5.7g deutsch
                              vom 12.12.2023
                              [Download]
                              Lädt...
                              X