News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

check empty cart

Started by guardiano78, June 24, 2013, 13:25:20 PM

Previous topic - Next topic

guardiano78



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?