Page 1 of 1
Search found 14 matches
Re: Change the "I'm returning customer" login to default pla
Right , You can change everything in layout from stylesheet.css and a little bit in .tpl file
Jump to post- Wed Oct 10, 2012 10:03 pm
- Replies 12
- Views 2542
Re: Change the "I'm returning customer" login to default pla
If you want 2 buttons align horizontally you have fix the height .content box and check align.Try to some height to find the best height
Jump to post- Wed Oct 10, 2012 6:12 pm
- Replies 12
- Views 2542
Re: Change the "I'm returning customer" login to default pla
Replace code in stylesheet.ccs with:
#login {
background: none repeat scroll 0 0 #000000;
border-radius: 0 0 20px 20px;
box-shadow: 0 0 8px #000000;
color: #FFFFFF;
font-weight: bold;
margin: 0;
padding: 10px 0 5px;
text-align: center;
}
- Wed Oct 10, 2012 5:07 pm
- Replies 12
- Views 2542
Re: OpenCart 1.6.0 Roadmap
Responsive themes is automatic to detech resolution and display right width.
Jump to post- Wed Oct 10, 2012 3:48 pm
- Replies 538
- Views 239694
Re: Change the "I'm returning customer" login to default pla
Do upload your code to server ? Send me your web address so I can check it online?
Jump to post- Wed Oct 10, 2012 3:45 pm
- Replies 12
- Views 2542
Re: Change the "I'm returning customer" login to default pla
Give me stylesheet.css & login.tpl (in folder checkout) I try to fix for you.
Jump to post- Tue Oct 09, 2012 4:51 pm
- Replies 12
- Views 2542
Re: OpenCart 1.6.0 Roadmap
I'm convert 1.5.4 default theme to responsive theme so user can view website on multi-screen. Currently, Joomla3 integrated completely so I think OP should integrate responsive theme in 1.6.
Jump to post- Mon Oct 08, 2012 12:35 pm
- Replies 538
- Views 239694
Re: Change the "I'm returning customer" login to default pla
File you should edit is : theme/(your template)/template/checkout/checkout.tpl . I think you missed some html tag so your layout crash.
Jump to post- Mon Oct 08, 2012 12:29 pm
- Replies 12
- Views 2542
Re: Bootstrap Twitter with Opencart.
I have checked KodeCRM and I like it.My company develops opencart's template so can we co-operate each other? My company places in Viet Nam.
Jump to post- Tue Oct 02, 2012 5:58 pm
- Replies 5
- Views 1476
Re: Bootstrap Twitter with Opencart.
Nice site. I'm convert default theme to use with Bootstrap. Can we discuss more?
Jump to post- Fri Sep 28, 2012 10:54 am
- Replies 5
- Views 1476
Bootstrap Twitter with Opencart.
I think everybody here know BootstrapTwitter framework.Anyone use current oc theme with Bootstrap?
Jump to post- Thu Sep 27, 2012 11:20 am
- Replies 5
- Views 1476
Re: Multi store error when add product in the same browser.
I have resolved this problem with my solution. In the index.php if($config->get('config_store_id')){ $cart_store = 'cart_'.$config->get('config_store_id'); }else{ $cart_store = 'cart'; } $obj_store = new Cart($registry); $registry->set($cart_store, $obj_store); now we has $cart_store object for each...
Jump to post- Sat Jun 05, 2010 10:34 am
- Replies 6
- Views 1581
Re: Multi store error when add product in the same browser.
Thank for your reply.
I have done something. I created the dynamic
Code: Select all
$this->session->data['cart_store_id']
Thanks. Jump to post
- Fri Jun 04, 2010 3:04 pm
- Replies 6
- Views 1581
Multi store error when add product in the same browser.
Hi all, I know many people told about this error before, but now we didn't any good solutions for this error.Now I want to raise this error again and hope everybody to deal with it. Error Description: I create 2 store with the same code (code stored : D:/php/store) 1. The first store : http://mydoma...
Jump to post- Thu Jun 03, 2010 5:28 pm
- Replies 6
- Views 1581
Search found 14 matches