

you can change background color in catalog/view/theme/cofran/stylesheet/styles.css find line 134 "class"-> .main and change #FFFFFF for the color you want

are you using internet explorer?charleytc wrote:Gracias amigo, crusare los dedos a ver que pasa con Argentina, yo conoci a Diego una vez en persona.
I love the template but is giving me an error with paypal when checking out, any idea?
saludos
ch
tested your paypal payment and it works fine with me using firefoxcharleytc wrote:I am using Safari,
and the error is with regular paypal, I will expend some time today to see if I cant fix it.
http://www.thekiteplace.com
cheers
charley
Code: Select all
.logo { width:700px; height:100px; overflow:hidden; }
Code: Select all
<?php if ($currencies) { ?>
<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="currency_form">
<div class="switcher">
<?php foreach ($currencies as $currency) { ?>
<?php if ($currency['code'] == $currency_code) { ?>
<div class="selected"><a><?php echo $currency['title']; ?></a></div>
<?php } ?>
<?php } ?>
<div class="option">
<?php foreach ($currencies as $currency) { ?>
<a onclick="$('input[name=\'currency_code\']').attr('value', '<?php echo $currency['code']; ?>'); $('#currency_form').submit();"><?php echo $currency['title']; ?></a>
<?php } ?>
</div>
</div>
<input type="hidden" name="currency_code" value="" />
<input type="hidden" name="redirect" value="<?php echo $redirect; ?>" />
</form>
<?php } ?>
Users browsing this forum: No registered users and 34 guests