Page 3 of 4

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri May 28, 2010 8:37 am
by cofran
:P tk charley, we Have Faith That D10S (god of soccer) will give us the World Cup ;D

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 ;)

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Sat May 29, 2010 4:47 pm
by charleytc
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

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Sun May 30, 2010 1:42 am
by cofran
paypal pro?
paypal express?
paypal only?...

which is the problem...

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Sun May 30, 2010 1:58 am
by jefrey1983
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
are you using internet explorer?

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Sun May 30, 2010 10:34 pm
by charleytc
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

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Mon May 31, 2010 10:20 am
by jefrey1983
charleytc 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
tested your paypal payment and it works fine with me using firefox
what kind of error?

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri Jun 04, 2010 2:30 am
by jefrey1983
any update sir cofran?

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri Jun 04, 2010 3:19 am
by cofran
not now, I hope to upload something before the World Cup ;D

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri Jun 04, 2010 6:40 am
by jefrey1983
then i will cheer for your team ;D

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Mon Jun 07, 2010 12:56 pm
by charleytc
Sorry guys , but it seen there is no more error on the checkout.
cofran, I email you but I haven't received a reply yet, the world cup starts on friday and it will be difficult to get a hold of you ;D talk soon!

ch

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Tue Jun 08, 2010 7:50 am
by MattGSX
Works WONDERFULLY for me. I did some retouches to lose the bright pink (sorry, but it clashed) and played around with the CSS, but with SmartOptimizer installed on my server, it runs lightning quick and looks HOT.

Thanks!

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Tue Jun 08, 2010 10:13 pm
by bula556
Hello i have installed your template but I need to use a bigger logo, 100 px hight 700 wight but it only shows a part of it, the same size of the old logo. I have tried to modify the styles.css file at the line 179 with this

Code: Select all

.logo { width:700px; height:100px; overflow:hidden; } 
but still no change. can you tell me what I need to change to make the logo work.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Tue Jun 08, 2010 11:30 pm
by MattGSX
I had a similar problem. Try also modifying
.header .logo a { display:block; width:233px; height:85px; }

and then dump your cache.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Tue Jun 08, 2010 11:34 pm
by MattGSX
Redacted comment - validation issues I was experiencing were from my own lazyness.

If anyone uses this template AND Google Checkout plugin, I created new module files so your Google cart box looks like the other boxes. You can see this at http://www.remarkimaging.com, as well as the recolor work that I've been doing.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Wed Jun 09, 2010 1:19 am
by bula556
it works but I can't make the logo wider the 400 px because the search and the language buttons go lower by the height of the logo. but on the web site I can see clear that the logo can be at least 600 px wide

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Wed Jun 09, 2010 3:07 am
by MattGSX
In that case, try removing from:
.header .navigation
.block-search

Unless you're actually using a multi-lingual, multi-currency store, I suggest just commenting out/removing the currency and language switcher. It frees up quite a bit of room in your header for your logo and other marketing pitch stuff.


Also, if anyone is having any visual issues with 3rd party payment gateways or similar dealing with the submit button:

On the "submit button" spans, switch <span> to <span><span><span> and </span> to </span></span></span>. Rather than make a different background button graphic, Cofran used variable width buttons with a fixed left and right and variable width centers. It took me a little while to figure that out, but thought I'd share it.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Wed Jun 09, 2010 4:49 pm
by bula556
1. I don't use multi-currency but I use multi-lingual
here is the web site http://www.poseta-mea.ro you can see clearly that the logo has enough space.

2. also I would like to remove just the currency selector and to move the language selector above the Shopping cart.

thank you

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri Jun 11, 2010 4:00 am
by MattGSX
Bula,

If you want to move the language selector, then you will either need to create a module for it or see if anyone has one already completed. You would just upload the module, and then enable it in the backend. After you have done that, you can remove it from header.tpl.

You can remove the currency selector by finding in /common/header.tpl:

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 } ?>
and either commenting it out (putting a <!-- before the first line, and a --> after the last line) or by deleting it. I recommend commenting in case it doesn't work properly.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Fri Jun 11, 2010 4:02 am
by MattGSX
Cofran,

Any plans to make your template 1.4.8 compliant with placement of modules in the footer or page body? This was one of my next projects, but if you're already planning on it, I'll hold off. If you aren't, let me know, and I'll take a stab at it.

Re: Template for Opecart 1.4.7 [FREE - ]

Posted: Sun Jun 13, 2010 1:34 pm
by ozmofa
not working with properly on 1.4.8. Chectout and cart.tpl is missing.