• Hallo!
    Im Boxenmanager kann ich ja die Boxen ein- aus ausblenden.
    Wo kann ich aber die Boxen bearbeiten.

    Code
    {html file=box_top.html name=sofortueberweisung}
    {html file=box_name.html name=sofortueberweisung}
    {html file=box_middle.html class=sofortueberweisung}
    {html file=box_bottom.html}


    Ich würde gerne weitere Zahlartenbanner zufügen.

    wo finde ich box_middle.html?

  • also unter /source/boxes/sofortueberweisung.php kann ich es ja bearbeiten.

    Wie kann ich hier andere Logos noch einbinden?

    Code
    $sofortueberweisung_string .= '<a href="http://www.sofortueberweisung.de/" target="_blank"><img src="'.'templates/'.CURRENT_TEMPLATE.'/buttons/' . $_SESSION['language'].'/sofortueberweisung.gif" alt="Sofort&uuml;berweisung"  /></a> ';
    $paypal_string .= '<a href="http://www.paypal.de/" target="_blank"><img src="'.'templates/'.CURRENT_TEMPLATE.'/buttons/' . $_SESSION['language'].'/paypal.png" alt="Paypal"  /></a> ';
    $box_smarty = new smarty;
    $box_smarty->assign('tpl_path','templates/'.CURRENT_TEMPLATE.'/');
    
    
    $box_smarty->assign('BOX_CONTENT', $sofortueberweisung_string);
    
    
    $box_smarty->assign('BOX_CONTENT', $paypal_string);


    zeigt mir dann nur das PayPal-Logo an.

    Hat mir jemand einen Tipp?