VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: guardiano78 on June 24, 2013, 13:25:20 PM

Title: check empty cart
Post by: guardiano78 on June 24, 2013, 13:25:20 PM


Messaggi: 239


Mostra profiloE-mailMessaggio privato (Online)







carrello vuoto

« inserito:: Oggi alle 12:22 »

Rispondi citandoModifica messaggioRimuovi messaggio


--------------------------------------------------------------------------------

Hello,
i need to insert a check to display in cart was empty or full.
I' tried with this source code:
if (!$_SESSION['cart']['idx']) {  echo empty';} else {echo 'full';}

but it doesn't work.
How i can do this?