pass container to thelialoop smarty plugin then to baseloop

This commit is contained in:
Etienne Roudeix
2013-09-09 18:15:49 +02:00
parent 04d8990990
commit c5f30baba5
4 changed files with 31 additions and 19 deletions

View File

@@ -71,4 +71,9 @@ class Cart extends BaseCart
->findOne()
;
}
public function getTaxedAmount()
{
}
}