Deadline Solutions Posted January 22, 2010 Share Posted January 22, 2010 Hello everyone. I want to display on header in blockuserinfo group and discount reduction if user a log in. Example:Hello Artyom, yours discount 15%I would be very grateful. Link to comment Share on other sites More sharing options...
Deadline Solutions Posted January 23, 2010 Author Share Posted January 23, 2010 Thanks all for help. One good man already help me. Open init.phpAfter:'page_name' => $page_name,write:'reduction' => Group::getReduction(intval($cookie->id_customer))/1,call: {$reduction} Example in header.tpl Code:You discount {$reduction}% Link to comment Share on other sites More sharing options...
Recommended Posts