Search found 275 matches

Search found 275 matches

Re: Warning message -unable to login as admin

you have your file permissions set incorrectly.
change the folder and the cache files to 777 permissions

Jump to post
  • Tue Apr 03, 2012 7:44 pm
  • Replies 6
  • Views 1222
Re: How do you call Opencart header to pages outside of shop

I think what you're finding quite difficult is addressing all of the variables in the header file.

Perhaps if you include the page content into a variable, you could then include it into a controller file and include opencart at the end of each file to template it.

Jump to post
  • Sat Mar 31, 2012 12:31 am
  • Replies 17
  • Views 16004
Re: Store Session In MySQL

I'm not sure what range to price it at, thats whats been keeping me.

I think I'll put it up at $50 USD to start with

Jump to post
  • Thu Mar 29, 2012 2:38 am
  • Replies 4
  • Views 571
Re: How do you call Opencart header to pages outside of shop

Not impossible at all! Depends how in-depth you want to go. It wouldn't be too hard to make a controller which loads up the template for you. The best way would be to make your own controller, it's not as hard as you think! The controller could load up another php page if you want or you could copy ...

Jump to post
  • Thu Mar 29, 2012 12:04 am
  • Replies 17
  • Views 16004
Re: Store Session In MySQL

Hi,

I sell an extension which does this, I'll be uploading it to the extension store soon, would you like me to PM it to you when I do?

Jump to post
  • Wed Mar 28, 2012 8:36 am
  • Replies 4
  • Views 571
Re: Custom 404 Page

Just looked into it a little bit deeper, here's what to do, create a 2nd copy of '/catalog/controller/view/default/template/error/not_found.tpl' called 'error_404.tpl' In the file 'catalog/controller/error/not_found.php', replace if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') ....

Jump to post
  • Tue Mar 20, 2012 6:44 am
  • Replies 15
  • Views 20703
Re: Custom 404 Page

This isn't really all that hard to do,

The not_found.tpl file is only for 404 errors in version 1.4.x and 1.5.x and you can safely edit this file, it will not affect the cart or any other errors pages as these are made using their respective controller.

Jump to post
  • Tue Mar 20, 2012 5:32 am
  • Replies 15
  • Views 20703
Re: 1st ever Install of OC - 1.5.2 - Which version works?

You need to set these payment setting up yourself,

If you look in your menu, you will find different areas to configure, i recommend going through most of these and fill and alter where appropriate.

Jump to post
  • Mon Mar 12, 2012 5:36 am
  • Replies 2
  • Views 344
Re: Import/Export Tool

Filezilla overwrites files fine :/

I use it as my main ftp and sftp client daily.

Jump to post
  • Mon Mar 12, 2012 3:58 am
  • Replies 6
  • Views 1126
Re: Where is the coupon usage count in the db?

In the table labelled coupon... SELECT `logged` FROM `coupon` WHERE `coupon_id` = '4' $coupon_id = '4'; $query = $this->db->query("SELECT `" . DB_PREFIX . "logged` FROM `coupon` WHERE `coupon_id` = '" . $coupon_id . "' "); echo 'This coupon has been used '.$query->row['...

Jump to post
  • Sat Mar 10, 2012 11:33 pm
  • Replies 1
  • Views 449
Re: Show breadcrumb & hierarchy even with SEO URLs

Oh Alex, I worked on this a little today for a client, it works for products with multiple categories, and picks the deepest. public function getCategoryPath($product_id) { $query = $this->db->query("SELECT COUNT(product_id) AS total, category_id as catid FROM " . DB_PREFIX . "product...

Jump to post
  • Sat Mar 10, 2012 9:10 pm
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

LOL!

Not a problem Alex, I dont mind helping out with little bits and bobs.

Jump to post
  • Sat Mar 10, 2012 12:35 am
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

http://uk1.smifis.co.uk/testopencart201202081900/index.php?route=product/product&product_id=43 File: catalog/controller/product/product.php Find: $this->load->model('catalog/category'); Add: $this->request->get['path'] = (isset($this->request->get['path']))? $this->request->get['path'] : $this->...

Jump to post
  • Fri Mar 09, 2012 3:50 am
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

Look for:

Code: Select all

$this->load->model('catalog/category');
If this appears somewhere after line 21, move it back, if it doesn't appear at all, add it just before line 21, and if it does appear before line 21 already, then we shall have to try something else.

Jump to post
  • Thu Mar 08, 2012 7:00 pm
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

whats line 21 and what file did you put the above code in?

Jump to post
  • Thu Mar 08, 2012 5:39 am
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

I cant see why it shoudn't work and I've tried the sql queries in phpmyadmin and they seem to check out. However I did try the first query on a different server and it returned an error, so what I have done is split the query into two. public function getCategoryPath($product_id) { $query = $this->d...

Jump to post
  • Wed Mar 07, 2012 1:56 am
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

sup....

(opens up notepad++)

[I totally hadn't forgotten...]

Jump to post
  • Tue Mar 06, 2012 8:52 pm
  • Replies 43
  • Views 5388
Re: Show breadcrumb & hierarchy even with SEO URLs

Hadn't tried, looked, or had the time!

I'll see what I can do for you tomorrow. :)

Jump to post
  • Fri Mar 02, 2012 2:12 am
  • Replies 43
  • Views 5388
Re: Order Automation (Download, Print Labels, etc)

Due to an unfortunate turn of events this month, I'm behind with all of my clients. I am however on it.

Jump to post
  • Sat Feb 18, 2012 7:50 am
  • Replies 17
  • Views 7462

Search found 275 matches