aquasyl 2008-09-08 18:50 | Hello, i try to do this: No menu anymore, when you are in order_summary page
I try this in action_client/order.php
<?php
$sBasketList = listBasket( $iOrder, 'orders_summary.tpl' ); $sBasketSummary = null;
$sMenu1 = null; $sMenu2 = null; $sMenu3 = null;
?>
But it's no good, the menu is again in.
Thank for your help
» Quick.Cart v2.x |
 2008-09-09 11:16 | aquasyl - before this (in actions_client/orders.php): $sBasketList add this: $sBlockPage = true; |
aquasyl 2008-09-09 20:09 | Hey !
before $sBasketList ?
I do that :
<?php $aData = throwOrder( $iOrder ); $sBlockPage = true; $sBasketList = listBasket( $iOrder, 'orders_summary.tpl' ); $sBasketSummary = null; ?>
|
aquasyl 2008-09-09 20:12 | But it's no good. i have error message page in order_summary page |
aquasyl 2008-09-10 08:57 | OK, Open solution say me by mail, it's not possible to do that in my version script. |