Invoice/receipt page

ahahto

Avatar: ahahto

2008-03-15 14:13

I am using 2.2 version and I have added this functionality to my Quick.Cart:
http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=3890

Only problem is that I want to block page head, admin menu and logo_os.jpg from the page and print results. How I can block these ?

» Quick.Cart v2.x

merci

No avatar

2008-03-17 08:46

ahahto - I'm not sure if I understand you... you don't want to display some parts of the site on print page? If yes, you have to make changes in templates/default.css

ahahto

Avatar: ahahto

2008-03-19 20:08

I want to hide this menu:

<div class="menuBar">
<a class="menuButton" href="?p=productsList" onmouseover="return buttonClick(event,'products'); buttonMouseover(event,'products');">xxxxxx</a>
...
...
<a class="menuButton" href="?p=logout">xxxxxx</a>
</div>

I found that I can disable header using this css:

<style type="text/css">
#links, #header{display:none;}
</style>

But how I can disable menu ?

merci

No avatar

2008-03-20 08:21

ahahto - if you want to hide menu which has class='menuBar" you can add it to the code you have sent:

<style type="text/css">
#links, #header, .menuBar{display:none;}
</style>

and it won't display.

Back to top
about us | contact