Post by dpDesignz » Fri Jun 18, 2010 9:55 am

I am currently editing some parts of my template and need some help with the various changes listed below. Thanks if you can help.

1: On the homepage, is is possible to make the store description smaller? I feel it's taking up to much room because half of it is empty.
Solved

2: What code would I use to retrieve the manufacturers logo? I have worked out how to add it in, but I'm not sure how to make it retrieve the image.

3: How do I remove the sub-total from my cart. I am just wanting to show the total as there is no tax etc.
Solved

5: How do I make the order comments a mandatory object during checkout?
Solved

6: How do I add my brands (manufacturers) to my site map?

Thanks
dpDesignz
Last edited by dpDesignz on Thu Jun 24, 2010 7:10 pm, edited 3 times in total.

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by adrunkentheory » Fri Jun 18, 2010 6:08 pm

Store description smaller?
If you mean your welcome message, just make sure you don't have any extra "white space". You can do this by placing your cursor after your welcome message text in the wysiwyg editor and holding down the delete button for a few seconds. If you don't mean your welcome message then I'm not sure.

Removing the Sub-Totals:
Admin > Extensions > Order Totals
Click on the Edit link for Sub-Total > Disable

I'd have to look more into it for the others... Maybe somebody else has already done it and can help.

New member

Posts

Joined
Fri Apr 09, 2010 3:29 am

Post by dpDesignz » Mon Jun 21, 2010 3:12 pm

Yea. I mean the welcome message. I tried that but it still has a massive amount of space down the bottom. I have updated to the 1.4.8b release but it still doesn't fix

Thanks heaps for the sub-total help. Worked fine.

Still waiting for the other answers

Thanks
dpDesignz

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by alex.lin » Mon Jun 21, 2010 4:42 pm

you could check that under ff's firebug. and modify the code or css , see if it would be ok.
1.JPG

1.JPG (156.32 KiB) Viewed 4548 times


Opencart Developer

- http://www.cnopencart.com opencart中文站


User avatar
Active Member

Posts

Joined
Thu Jun 03, 2010 12:15 am


Post by dpDesignz » Tue Jun 22, 2010 6:45 pm

Na. Strangely this doesn't work as well. I have a massive gap below my welcome message and above my latest module. It's as though my welcome has a min height, but there isn't any that I can find.

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by adrunkentheory » Tue Jun 22, 2010 11:39 pm

I had that right after I updated, but it went away after a few refreshes. I know that doesn't help, but figured I'd just mention it.

New member

Posts

Joined
Fri Apr 09, 2010 3:29 am

Post by JAY6390 » Wed Jun 23, 2010 3:16 am

1) Can you show an image of what you mean by this? Is this the default template or a new one? do you have this live anywhere for someone to see?
2) Where exactly? Do you mean the little icon or the actual manufacturer logo like apple etc? If it's the latter, you'll need to edit the module/manufacturer file in the controllers and view folders for it, adding the image cache link to the manufacturer array and then echo the image cache link into an <img> tag in the template
3) Edit the module/cart.tpl file in your template folder and delete it (should be obvious which one)
4) You'll need to edit the appropriate controller file for the guest and existing customer checkout files
5) isn't this 4?
6) You'll need to get the list of manufacturers in the controller, assign it to the $this->data array and then output it in a loop like the rest of them do on the view file. If you just copy the categories code you can't go too far wrong

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by dpDesignz » Wed Jun 23, 2010 4:43 pm

JAY6390 wrote:1) Can you show an image of what you mean by this? Is this the default template or a new one? do you have this live anywhere for someone to see?
2) Where exactly? Do you mean the little icon or the actual manufacturer logo like apple etc? If it's the latter, you'll need to edit the module/manufacturer file in the controllers and view folders for it, adding the image cache link to the manufacturer array and then echo the image cache link into an <img> tag in the template
3) Edit the module/cart.tpl file in your template folder and delete it (should be obvious which one)
4) You'll need to edit the appropriate controller file for the guest and existing customer checkout files
5) isn't this 4?
6) You'll need to get the list of manufacturers in the controller, assign it to the $this->data array and then output it in a loop like the rest of them do on the view file. If you just copy the categories code you can't go too far wrong
1)
Welcome fix.jpg

Welcome fix.jpg (200.55 KiB) Viewed 4510 times

I have just realized that it is only on my custom template. I have taken it from the YooDark template. I can't show a live preview as I am only building local host atm.

2) I mean the actual manufacturers logo. Would you be able to post a example of what I need to do? I learn from seeing and I'm new to php.

3) This was solved by turning the module of in the payments section.

4) Sorry about that. gone.

5) Solved

6) Same answer as #2. Could you please post me an example? I tried copying the categories code, but there is actually quite a lot of difference between the two and it came up with errors.

Thanks heaps for any help you can give me
dpDesignz

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by JAY6390 » Wed Jun 23, 2010 6:30 pm

1) It's going to be either the css or tags after the welcome message in your header file. If you give the header.tpl code here we can find out if it's tags or css that are causing this
2) take a look at the manufacturer module controller, you should see where the list of manufacturers get retrieved from the database, simply add the image and use the imagecache to create the thumbnail size of your choice to the data array
-- IMAGE REMOVED --
Take a look at the bestseller or featured controllers to see how they do this, it should be pretty clear
6) Similar thing, load the manufacturers like above (you might need to load the model for it too if it isn't anyway), and then add them to a data array of their own in the sitemap controller. Taking a look at how the categories are done should give you a hint as to how this is done

If you want to send me the files to fix them, PM me and I can do it for a small price

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by dpDesignz » Wed Jun 23, 2010 10:29 pm

1)
header.tpl

Code: Select all

<?php $path_theme = "catalog/view/theme/NDBNZ";?>

<?php echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" xml:lang="<?php echo $lang; ?>">
<head>
<title><?php echo $title; ?></title>
<?php if ($description) { ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php } ?>
<base href="<?php echo $base; ?>" />
<?php if ($icon) { ?>
<link href="image/<?php echo $icon; ?>" rel="icon" />
<?php } ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/style.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/ie6.css" />
<script type="text/javascript" src="catalog/view/javascript/unitpngfix/unitpngfix.js"></script>
<![endif]-->
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/thickbox/thickbox-compressed.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />
<script type="text/javascript" src="catalog/view/javascript/jquery/tab.js"></script>
</head>
<body>
<div id="container">
  <div id="header">
    <div class="div1">
      <div class="div2"><a href="<?php echo $home; ?>"><img src="<?php echo $logo; ?>" title="<?php echo $store; ?>" alt="<?php echo $store; ?>" /></a></div>
      <div id="search">
	  <div class="div3"><?php echo $entry_search; ?>
        <?php if ($keyword) { ?>
        <input type="text" value="<?php echo $keyword; ?>" id="filter_keyword" />
        <?php } else { ?>
        <input type="text" value="<?php echo $text_keyword; ?>" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#FFFFFF'" style="color: #FFFFFF;" />
        <?php } ?>
        <a onclick="moduleSearch();" class="button"><span><?php echo $button_go; ?></span></a><br />
        <div align="center" ><a href="<?php echo str_replace('&', '&', $advanced); ?>"><?php echo $text_advanced; ?></a></div>
      </div>
    </div>
    <div class="div4">
      <div class="menu">
        <ul>
           <li><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a></li>
		   <li><a href="<?php @$this->language->load('product/all'); echo 'index.php?route=product/all';?>"><?php echo $this->language->get('text_all_products'); //Q: AllProducts ?></a></li>
           <li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>
           <li>
             <?php if (!$logged) { ?>
             <a href="<?php echo $login; ?>"><?php echo $text_login; ?></a>
             <?php } else { ?>
             <a href="<?php echo $logout; ?>"><?php echo $text_logout; ?></a>
             <?php } ?>
           </li>
        </ul>
      </div>
    </div>
	</div>
	<?php if (isset($common_error)) { ?>
	  <div class="warning"><?php echo $common_error; ?></div>
	  <?php } ?>
	  <?php if (isset($common_error)) { ?>
	  <div class="warning"><?php echo $common_error; ?></div>
	  <?php } ?>
    <div id="breadcrumb">
      <div class="div5">
        <?php foreach ($breadcrumbs as $breadcrumb) { ?>
        <a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a><img src="catalog/view/theme/<?php echo $template; ?>/image/tab.png" alt="" class="split" />
        <?php } ?>
      </div>
      <div class="div6">
        <img src="catalog/view/theme/<?php echo $template; ?>/image/icon_checkout.png" alt="" class="icon" /><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a>
        <img src="catalog/view/theme/<?php echo $template; ?>/image/icon_basket.png" alt="" class="icon" /><a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a>
      </div>
    </div> 
  </div>
<script type="text/javascript"><!--
$('#search input').keydown(function(e) {
    if (e.keyCode == 13) {
        moduleSearch();
    }
});

function moduleSearch() {
    url = 'index.php?route=product/search';

    var filter_keyword = $('#filter_keyword').attr('value')

    if (filter_keyword) {
        url += '&keyword=' + encodeURIComponent(filter_keyword);
    }

    var filter_category_id = $('#filter_category_id').attr('value');

    if (filter_category_id) {
        url += '&category_id=' + filter_category_id;
    }
	url += '&description=1';
    url += '&model=1';
	location = url;
}
//--></script>
<script type="text/javascript"><!--
$('.switcher').bind('click', function() {
    $(this).find('.option').slideToggle('fast');
});
//--></script>
<?php if ($this->customer->isLogged()) { ?>
<b>Welcome. You are logged in as <?php echo $this->customer->getFirstName(); ?>.</b>
<?php } ?>
home.tpl

Code: Select all

<?php $path_theme = "catalog/view/theme/NDBNZ";?>

<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">
<?php if ($welcome) { ?>
  <div class="top">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center">
      <h1><?php echo $heading_title; ?></h1>
    </div>
  </div>
  <div class="middle">
    <div><?php echo $welcome; ?></div>
  </div>
  <div class="bottom">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center"></div>
  </div>
  <?php } ?>
  <?php foreach ($modules as $module) { ?>
  <?php echo ${$module['code']}; ?>
  <?php } ?>
</div>
<?php echo $footer; ?> 
stylesheet.css

Code: Select all

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:url("../images/g3sf38.gif") repeat;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url("../images/bg_wrapper.gif");
}
#header {
	position: relative;
	background: url('../images/header2.gif') no-repeat;
	margin-left:5px;
	margin-right:5px;
}
#header .div1 {
	height: 172px;
}
#header .div2 {
	position: relative;
	top: 21px;
	left: 15px;
}
#header .div3 {
	width: 300px;
	height: 62px;
	position: absolute;
	top: 40px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}
#filter_keyword {	
	background: none;
	border: 1px solid #FF0000;
}
#header .div4 {
	height: 35px;
	/*background: url('../images/menumiddle.png') repeat-x;*/
}
#header .div4 a {
}
#header .div4 .icon {
	position: relative;
	top: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#header .div4 .split {
	position: relative;
	top: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#breadcrumb .div5 a, #breadcrumb .div5 img {
	float:left;
}
#breadcrumb .div6 a{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#breadcrumb .div6 img{
	float: right;
}

#breadcrumb .split
{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}


#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right:10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}

#column_left {
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-left:5px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 5px;
	margin-right:5px;
}
#content {
	float: left;
	width: 590px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
	background: url('../images/content_top.gif') no-repeat;
}
#content .top h1, .heading {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../images/box_top.gif') no-repeat;
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
	color:#FFFFFF;
}

#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}


#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
	#pdfview {
	text-align: center;
	margin-bottom: 10px;
}
#pdfview .pdf_top {
	background: url('../image/pdf_box_top.png') no-repeat;
	height: 5px;
}
#pdfview .pdf_middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #F7F7F7;
}
#pdfview .pdf_bottom {
	background: url('../image/pdf_box_bottom.png') no-repeat;
	height: 5px;
}
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
}
2) & 6) Thanks. I will try to fix these. Unfortunately I can't get you to do the files as I can't legally get paypal in my country at my age. I will just have to do without this time.

Thanks
dpDesignz

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by JAY6390 » Wed Jun 23, 2010 10:44 pm

-- Image removed --

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by dpDesignz » Thu Jun 24, 2010 5:33 pm

Thanks heaps. I don't know how I missed that. :)

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by JAY6390 » Thu Jun 24, 2010 6:16 pm

It's easily done :)

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by dpDesignz » Thu Jun 24, 2010 7:09 pm

:). Thanks for the help. I'll just have to wait until a later time for those other fixes.

Just one thing though. I have the All Products module from Qphoric, and I'm wanting to add the add to cart button on there like the other pages. Do you know what I would need to do to do this?

Thanks

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand

Post by JAY6390 » Thu Jun 24, 2010 7:45 pm

No idea sorry, I've not got that module

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by dpDesignz » Thu Jun 24, 2010 7:49 pm

Sweet. Thanks anyway. You've been a great help

http://dpDesignz.webs.com Web & Publication Designer


User avatar
New member

Posts

Joined
Thu Jun 03, 2010 1:45 pm
Location - Waikato, New Zealand
Who is online

Users browsing this forum: No registered users and 56 guests