Jump to content
xt:Commerce Community Forum

Versandmodul ?ndern


SanchoPanza

Recommended Posts

Hallo,

versuche verzweifelt ein Versandmodul so zu ?ndern, da? es nur zur Auswahl steht, wenn ein gewisser Gesamtbetrag (z.B. 1000 ?) erreicht ist.

Habe folgendes eingef?gt aber es klappt nicht so richtig.

 if ($this->enabled == true) 

 {

  if ($_SESSION['total'] < 1000)   

    {

    $this->enabled = false;

    }

  }

Kann mir jemand helfen ?

Danke

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...