Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 11:08:13 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155530 Posts in 21713 Topics by 7738 Members
Latest Member: Pattieardathfe
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Bakery MiniCart  (Read 1216 times)
nene

Offline Offline

Posts: 56


« on: December 12, 2009, 05:52:27 AM »

Hi,
How do I let the Bakery minicart show on all the pages of the website?

Thanks
Nene
Logged
daydreamer

Offline Offline

Posts: 252


« Reply #1 on: December 12, 2009, 09:24:26 AM »

Add the code below to your main index.php template.

Code:
<?php
        
if (file_exists(WB_PATH.'/modules/bakery/mini_cart.php')) {
                include(
WB_PATH.'/modules/bakery/mini_cart.php');
        }
?>
« Last Edit: December 12, 2009, 09:27:21 AM by daydreamer » Logged
nene

Offline Offline

Posts: 56


« Reply #2 on: December 13, 2009, 07:48:11 PM »

Thanks daydreamer,
It has spread outside the demacated div. i tried giving it a behaviour in the .css but it is still not showing well. What could be the problem. Please look at it at http://www.p2bay.com
Logged
nene

Offline Offline

Posts: 56


« Reply #3 on: December 30, 2009, 09:09:03 PM »

It is working fine now. Thanks

Regards
Nene
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!