Re: Web hosts. Who's good and who to avoid
I am also a reseller for Heart Internet and would highly recommend them.
Very good bunch of guys.
- Sat Apr 16, 2011 2:33 am
- Replies 143
- Views 45506
Re: Taking an Inventory of all URL's that Open Cart Creates
If I understood the question correctly...
Each site is going to be different due to the number of categories and products etc...
Try an external sitemap generator that should go some way towards answering your question.
Also have a look at the OpenCart Sitemap.
- Fri Apr 15, 2011 9:29 am
- Replies 3
- Views 758
Re: Why there's no easy way to disable GUEST CHECKOUT?
hee hee hee nice one.
Sorry but it is funny...
- Fri Apr 15, 2011 9:25 am
- Replies 6
- Views 1377
Re: Fragmented Buttons Everywhere?
Sorry but it's a bit of homework you need to do.
It really is quite straight forward once you get it.
- Fri Apr 15, 2011 9:23 am
- Replies 3
- Views 926
Re: Fuel php framework
Hmm interesting, I have been using CodeIgniter for a while now and while it's a framework that enables you produce something quite quickly the core simply doesn't keep up although CodeIgniter Reactor is marginally better it's still php 5.2 at its heart. I have been testing Fuel and it is REALLY QUIC...
Jump to post- Fri Apr 15, 2011 9:16 am
- Replies 7
- Views 4018
Re: How to change font inside the latest products preview ho
Picky
- Fri Apr 15, 2011 2:01 am
- Replies 26
- Views 6161
Re: PHP Autoload... why do we still not have it?
Hi Qphoria,
I developed some code for the big D a while ago to demonstrate autoload in opencart but after a while he didn't reply any longer.
There is absolutely no reason not to use it as the benefits far out weigh ANY negative you can think of.
Phil.
- Fri Apr 15, 2011 1:50 am
- Replies 5
- Views 3100
Re: Adding HTML to opencart
If you are using the default theme then look at catalog/view/theme/default/template/common/home.tpl
Jump to post- Fri Apr 15, 2011 1:42 am
- Replies 1
- Views 746
Re: adding a table to the OC database
Open cart uses mvc architecture so all of the template files are in view. The V part.
Jump to post- Fri Apr 15, 2011 1:08 am
- Replies 5
- Views 1636
Fuel php framework
Has anyone had a look at this new php framework called Fuel yet and if so what is your opinion of it?
Jump to post- Fri Apr 15, 2011 1:05 am
- Replies 7
- Views 4018
Re: Fragmented Buttons Everywhere?
Buttons use a javascript / CSS technique called sliding doors
Jump to post- Fri Apr 15, 2011 1:00 am
- Replies 3
- Views 926
Re: How to change font inside the latest products preview ho
Original line <a href="<?php echo str_replace('&', '&', $products[$j]['href']); ?>"><?php echo $products[$j]['name']; ?></a><br /> Try this <a href="<?php echo str_replace('&', '&', $products[$j]['href']); ?>" style="color:#ff0000;"><?php echo $products[...
Jump to post- Fri Apr 15, 2011 12:58 am
- Replies 26
- Views 6161
Re: Template file for Terms & Conditions
Is this is the one you mean?
catalog/controller/information/information.php
Phil.
- Fri Apr 15, 2011 12:52 am
- Replies 3
- Views 1571
Re: Issues after moving from local to server
Hmm,
Tested with Internet Explorer, Firefox, Safari, Google Chrome none of them work.
I notice you have a nice template have you altered any of the core code?
Also check your paths are correct in you config file,
Phil.
- Fri Apr 15, 2011 12:26 am
- Replies 4
- Views 1125
Re: How to send users to store home after login?
Damn you must have posted a micro second before me :-)
Or I didn't refresh before posting.
- Thu Apr 14, 2011 11:40 pm
- Replies 4
- Views 1115
Re: How to send users to store home after login?
Helpful :-)
Try looking at this file:
catalog/controller/account/login.php
Phil.
- Thu Apr 14, 2011 11:39 pm
- Replies 4
- Views 1115
Re: How to change font inside the latest products preview ho
Specifically this line: <td style="width: 25%;"><?php if (isset($products[$j])) { ?> <a href="<?php echo str_replace('&', '&', $products[$j]['href']); ?>"><img src="<?php echo $products[$j]['thumb']; ?>" title="<?php echo $products[$j]['name']; ?>" alt...
Jump to post- Thu Apr 14, 2011 11:33 pm
- Replies 26
- Views 6161
Re: 1.5.0 Template Discussion
Ditto the second one.
Jump to post- Thu Sep 23, 2010 6:28 pm
- Replies 103
- Views 37921
Re: BookStore Template, who said there is non for OC?!
Very nice work!
Jump to post- Sat Jul 31, 2010 8:11 pm
- Replies 12
- Views 3931
Re: Favorite tools of the trade
Checkout NetBeans.
Very good for a free code editor.
- Mon May 10, 2010 10:12 am
- Replies 93
- Views 171123