[THEME] Default2 Free v.0.3
Re: [THEME] Default2 Free v.0.3
Hi Qahar, is it possible to change the dollar symbol, next to the Specials for a pound symbol for UK use?
Cheers, mike
Cheers, mike
- Mike5
- Posts: 6
- Joined: Fri Oct 08, 2010 11:09 am
Re: [THEME] Default2 Free v.0.3
You can change it on stylesheet:
a.tr_special {
background:url("../image/dollar.png") no-repeat scroll 0 0 transparent;
}
a.tr_special {
background:url("../image/dollar.png") no-repeat scroll 0 0 transparent;
}
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Thank you qahar for the free template.
I got a problem, I am unable to change currency on my storefront.
my shop link: http://www.trend2style.com
If I select different currency such as US Dollar, it still show my default currency.
Thank you
I got a problem, I am unable to change currency on my storefront.
my shop link: http://www.trend2style.com
If I select different currency such as US Dollar, it still show my default currency.
Thank you
Currently using OpenCart ver. 1.5.5.1
-

mayor21 - Posts: 25
- Joined: Wed Jul 28, 2010 9:28 am
Re: [THEME] Default2 Free v.0.3
may be something was wrong on curency setting..
try to compare with other curency
try to compare with other curency
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
i did try adding euro, still did not show up.
i dont want to install fresh opencart as i have made so much changes.
if you could suggest any certain file i can reupload? thank you
i dont want to install fresh opencart as i have made so much changes.
if you could suggest any certain file i can reupload? thank you
Currently using OpenCart ver. 1.5.5.1
-

mayor21 - Posts: 25
- Joined: Wed Jul 28, 2010 9:28 am
Re: [THEME] Default2 Free v.0.3
hmm.. i don't have idea yet
may be something was wrong on curency form switch, try to compare with the unchange default2.
may be something was wrong on curency form switch, try to compare with the unchange default2.
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Hi Qahar,
how do I change where it says features to login / logout ? i have started editing the header.tpl file and changed features to login and changed the link to the login page, just cant work out the code to change it to logout once you are logged in.
Thanks
how do I change where it says features to login / logout ? i have started editing the header.tpl file and changed features to login and changed the link to the login page, just cant work out the code to change it to logout once you are logged in.
Thanks
- JavaComics
- Posts: 17
- Joined: Sat Jan 09, 2010 3:07 pm
Re: [THEME] Default2 Free v.0.3
JavaComics wrote:Hi Qahar,
how do I change where it says features to login / logout ? i have started editing the header.tpl file and changed features to login and changed the link to the login page, just cant work out the code to change it to logout once you are logged in.
Thanks
Do you mean this:
- Code: Select all
<div class="right"> <!--top right menu -->
<?php if (!$logged) { ?>
<a class="tr_login" href="<?php echo str_replace('&', '&', $login); ?>" title="<?php echo $text_login; ?>"><?php echo $text_login; ?></a>
<?php } else { ?>
<a class="tr_logout" href="<?php echo str_replace('&', '&', $logout); ?>" title="<?php echo $text_logout; ?>"><?php echo $text_logout; ?></a>
<?php } ?>
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Hey, thanks for the reply, that's nearly it, just need to remove the icons for log in and log out, where do i find the code to remove these?
thanks
thanks
- JavaComics
- Posts: 17
- Joined: Sat Jan 09, 2010 3:07 pm
Re: [THEME] Default2 Free v.0.3
JavaComics wrote:Hey, thanks for the reply, that's nearly it, just need to remove the icons for log in and log out, where do i find the code to remove these?
thanks
it's on stylesheet: tr_login & tr_logout
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
dear Qahar, i keep getting this msg. if u know how to solve this, please help me
2010-10-24 12:41:56 - PHP Notice: Undefined variable: text_error in /home/xxxx/public_html/catalog/view/theme/default/template/product/category.tpl on line 22
Currently using OpenCart ver. 1.5.5.1
-

mayor21 - Posts: 25
- Joined: Wed Jul 28, 2010 9:28 am
Re: [THEME] Default2 Free v.0.3
what script on your category.tpl line 22?
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Line 22 <div class="content"><?php echo $text_error; ?></div>
here is the code. thank you
Currently using OpenCart ver. 1.5.5.1
-

mayor21 - Posts: 25
- Joined: Wed Jul 28, 2010 9:28 am
Re: [THEME] Default2 Free v.0.3
owh, stupid me, i'm not read your error carefully.
Default2 Free download not included the category.tpl, so check if you have made a change on cetegory file. Including on controller or language.
Default2 Free download not included the category.tpl, so check if you have made a change on cetegory file. Including on controller or language.
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Hi qahar thanks for the awsome theme !!! however I can not fimd the cart.tpl file which contains this:
my tpl file does not have this so I can not add the image size to the image url....
Im trying to optimise my site
- Code: Select all
<div class="top"><img src="catalog/view/theme/default/image/basket.png" alt="" /><?php echo $heading_title; ?></div>
my tpl file does not have this so I can not add the image size to the image url....
Im trying to optimise my site

-

Adrian666 - Posts: 38
- Joined: Fri Sep 24, 2010 10:19 pm
Re: [THEME] Default2 Free v.0.3
Adrian666 wrote:Hi qahar thanks for the awsome theme !!! however I can not fimd the cart.tpl file which contains this:- On line 2
- Code: Select all
<div class="top"><img src="catalog/view/theme/default/image/basket.png" alt="" /><?php echo $heading_title; ?></div>
my tpl file does not have this so I can not add the image size to the image url....
Im trying to optimise my site
Default 2 use fallback function just like mentioned on OC docs. It's mean, if you can't find cart.tpl at default2 folder, so it's mean at default theme.
My suggest, copy the cart.tpl on default theme into default2; then customize as you want.
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
hi qahar,
i upgraded to 1.4.9.2 but it seems the error log now showing more error especially for the currency.
Do i need to downgrade back to 1.4.9.1?
here is some of the error log
i upgraded to 1.4.9.2 but it seems the error log now showing more error especially for the currency.
Do i need to downgrade back to 1.4.9.1?
here is some of the error log
2010-10-31 8:23:00 - PHP Notice: Undefined index: message in /home/xxxx/public_html/catalog/controller/product/product.php on line 489
2010-10-31 8:26:20 - PHP Notice: Undefined index: message in /home/xxxx/public_html/catalog/controller/product/product.php on line 489
2010-10-31 8:30:50 - PHP Notice: Undefined index: message in /home/xxxx/public_html/catalog/controller/product/product.php on line 489
2010-10-31 8:30:56 - PHP Notice: Undefined index: message in /home/xxxx/public_html/catalog/controller/product/product.php on line 489
2010-11-01 12:11:54 - PHP Warning: unlink(/home/xxxx/public_html/system/cache/cache.currency.1288612717) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /home/xxxx/public_html/system/library/cache.php on line 14
2010-11-01 12:11:54 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/xxxx/public_html/index.php:92) in /home/xxxx/public_html/system/library/session.php on line 11
2010-11-01 12:11:54 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/xxxx/public_html/index.php:92) in /home/xxxx/public_html/system/library/session.php on line 11
2010-11-01 12:11:54 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/index.php:92) in /home/xxxx/public_html/index.php on line 173
2010-11-01 12:11:54 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/index.php:92) in /home/xxxx/public_html/system/library/currency.php on line 45
Currently using OpenCart ver. 1.5.5.1
-

mayor21 - Posts: 25
- Joined: Wed Jul 28, 2010 9:28 am
Re: [THEME] Default2 Free v.0.3
Greetings,
Best design I have seen yet!
Question: I am unable to find any information about the image size used in the slider demo images. It appears that the demo image size is 1606 x 720 px which has been reduced, then centered (top to bottom) and placed on a new 100 x 100 px document size image.
I am using a 150 x 106 px (2.1" x 1.5") 72 ppi image file and using dreamweaver cs5 as a photo editor. I have tried several ways to resize/resample this file and place it centered on a 100 x 100 px doc without any success. I am totally deadlocked. I am hoping a better solution or technique is available.
Thank you in advance.
All the Best!
Best design I have seen yet!
Question: I am unable to find any information about the image size used in the slider demo images. It appears that the demo image size is 1606 x 720 px which has been reduced, then centered (top to bottom) and placed on a new 100 x 100 px document size image.
I am using a 150 x 106 px (2.1" x 1.5") 72 ppi image file and using dreamweaver cs5 as a photo editor. I have tried several ways to resize/resample this file and place it centered on a 100 x 100 px doc without any success. I am totally deadlocked. I am hoping a better solution or technique is available.
Thank you in advance.
All the Best!
- Jackel
- Posts: 6
- Joined: Sat Oct 09, 2010 7:49 pm
Re: [THEME] Default2 Free v.0.3
mayor21 wrote:hi qahar,
i upgraded to 1.4.9.2 but it seems the error log now showing more error especially for the currency.
Do i need to downgrade back to 1.4.9.1?
I'm not test with 1.4.9.2 yet. Before you downgrade, try to clear the cache image and use ctrl + f5 on browser.
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Re: [THEME] Default2 Free v.0.3
Jackel wrote:Greetings,
Best design I have seen yet!
Question: I am unable to find any information about the image size used in the slider demo images. It appears that the demo image size is 1606 x 720 px which has been reduced, then centered (top to bottom) and placed on a new 100 x 100 px document size image.
I am using a 150 x 106 px (2.1" x 1.5") 72 ppi image file and using dreamweaver cs5 as a photo editor. I have tried several ways to resize/resample this file and place it centered on a 100 x 100 px doc without any success. I am totally deadlocked. I am hoping a better solution or technique is available.
Thank you in advance.
All the Best!
I'm not relly understand what you want, sorry
Default 2 slider is 690x240px on demo. And this also mentioned on stylesheet.css at #slider
My product: Opencart Blog Manager Free System Information
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
OpencartNews - News, Tutorial n Tips - Common OpenCart Errors and How to Solve Them
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.
-

qahar - Posts: 1650
- Joined: Tue Jun 29, 2010 2:24 pm
- Location: Indonesia
Who is online
Users browsing this forum: No registered users and 2 guests













