Search found 17 matches

Page 1 of 1

Search found 17 matches

Re: Post any OpenCart 1.4.8 Bugs here!

Besides what's mentioned by Ic2a, I also found that the Total Purchase of an order is not updated in the order table(after edit). This will make the Sale Report not accurate. I have done some quick fix on these 2 parts and it solves the problem. However, I'm not a professional php programmer. It wil...

Jump to post
  • Thu Jun 10, 2010 5:53 pm
  • Replies 152
  • Views 73440
Re: filtering in category

Anyone has any idea?

Jump to post
  • Sun Dec 06, 2009 11:48 pm
  • Replies 5
  • Views 1851
Re: Filter By Manufacturer

I made this modification some time ago. I'll see if I can find the time to write a 'guide' for it. Otherwise you could pm me your ftp details, and I could easily apply it to your site. Dear dbstr, Thanks for your reply... Actually I'm still working on it and now stuck at some place... http://forum....

Jump to post
  • Fri Dec 04, 2009 4:20 pm
  • Replies 3
  • Views 1122
Re: filtering in category

Yes, I think you could do this in the controller/product/category.php file... add another sort to the data[sort] array. Then in the model/catalog/product.php in the getProductbyId function you would add the manufacturer to the $sort_data = array ... I haven't tried it, so I don't know if there are ...

Jump to post
  • Fri Dec 04, 2009 3:24 pm
  • Replies 5
  • Views 1851
Re: Filter By Manufacturer

I'm also working on this function now...
Have you got any solution?

Jump to post
  • Fri Dec 04, 2009 1:38 pm
  • Replies 3
  • Views 1122
thickbox effect in Product grid view

Dear all, I'm trying to add thickbox effect to the product image when they show under category in grid view. I have changed the link on the product image in the product/category.tpl from: <a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="thickbox&q...

Jump to post
  • Fri Nov 20, 2009 1:17 pm
  • Replies 1
  • Views 1080
Re: Subcatagory

It is working!!!

Thanks so much Qphoria ~ ;)

Jump to post
  • Fri Nov 20, 2009 10:31 am
  • Replies 61
  • Views 28281
Re: Subcatagory

Thanks for your reply, Qphoria , As I do the following amendment, the 3rd level category will be displayed. Ids there any way to only show the 1st two levels? //if ($category_id == $result['category_id']) { //hack to display all subcategories $children = $this->getCategories($result['category_id'], ...

Jump to post
  • Fri Nov 20, 2009 10:00 am
  • Replies 61
  • Views 28281
Re: Subcatagory

please, coul someone tell me how to solve this problem ? I need the caregories to be expanded as default (if they have subcategories) open catalog\controller\module\category.php and replace if ($category_id == $result['category_id']) { $children = $this->getCategories($result['category_id'], $new_p...

Jump to post
  • Thu Nov 19, 2009 4:17 pm
  • Replies 61
  • Views 28281
Re: OpenCart 1.3.4: session expire if idle in seconds (Admin)

The session seems ok now when I added a php.ini in the admin folder with session.gc_maxlifetime = 12000000;

Jump to post
  • Thu Nov 19, 2009 10:18 am
  • Replies 5
  • Views 2456
OpenCart 1.3.4: session expire if idle in seconds (Admin)

Dear all, I've just installed a new OpenCart 1.3.4. I encountered a problem here and not sure is there anyone of you having the same problem... After I logged in to admin panel, if i idle for a while (less than a minute), the system will redirect me to the admin login page. It seems the session expi...

Jump to post
  • Wed Nov 18, 2009 11:33 pm
  • Replies 5
  • Views 2456
Re: [seo url] php scripts vs .htaccess

Suhanto,

Thanks for sharing again :)

Jump to post
  • Tue Oct 06, 2009 5:14 pm
  • Replies 2
  • Views 1198
Re: SEF URL does not rewrite the home link?

For the time being I still perform 'rewrite' part in every controller.
I'm also doing the same way here.

Hopefully we will find a better solution soon. :)

Jump to post
  • Tue Oct 06, 2009 4:45 pm
  • Replies 34
  • Views 32484
[seo url] php scripts vs .htaccess

Dear all,

I'm quite new to Opencart.

I would like to find out...
Which is the best practice for creating Search Engine Friendsly URL for opencart?

Modifying php scripts or using .htaccess approach?

Jump to post
  • Tue Oct 06, 2009 4:32 pm
  • Replies 2
  • Views 1198
Re: SEF URL does not rewrite the home link?

Ok, I created new functions in system/engine/url.php to generate the url as desire and I mange to get the url created in the format I requested above.

Now still having problem to replace catalog/common/home.htm to catalog/index.htm

Jump to post
  • Tue Oct 06, 2009 4:21 pm
  • Replies 34
  • Views 32484
Re: SEF URL does not rewrite the home link?

Thanks for sharing, suhanto.. I'm also working on the url rewrite part. I'm using .htaccess method. I have visited your shopping cart http://suhanto.com/katalog and the rewrite works nicely. :) May I know is there any reason that you not rewriting the following links? index.php?route=checkout/cart i...

Jump to post
  • Tue Oct 06, 2009 3:05 pm
  • Replies 34
  • Views 32484

Page 1 of 1

Search found 17 matches