Search found 245 matches

Search found 245 matches

Re: sold out label in category page

Try this,
http://www.opencart.com/index.php?route ... n_id=21304
Should the developer can make little custom in order to meet you need with easy,

Jump to post
  • Mon Jun 15, 2015 7:28 am
  • Replies 2
  • Views 978
Re: SKU on product page

For english and default theme, you can try this guide 1. Open file product.php at catalog/controller/product/product.php 2. Find : $data['text_model'] = $this->language->get('text_model'); 3.Add after : $data['text_sku'] = $this->language->get('text_sku'); 4. Find : $data['model'] = $product_info['m...

Jump to post
  • Mon Jun 15, 2015 7:25 am
  • Replies 8
  • Views 5794
Re: Extension Store Discussion & Feedback

Correct, I also get email from marketing@opencart.com with title
OpenCart Extension Store | Commission Rate Increase & New License Feature

Jump to post
  • Wed May 27, 2015 11:44 pm
  • Replies 265
  • Views 274119
Re: How to install font for template I bought ? Need help AS

Did you follow user guide from theme developer?
Did you contact theme developer to request support?

Jump to post
  • Sun May 11, 2014 12:24 pm
  • Replies 5
  • Views 1336
Re: How to install font for template I bought ? Need help AS

May be there are control panel for theme on module area. Please check it
admin -> extension -> modules,

Jump to post
  • Sat May 10, 2014 4:48 pm
  • Replies 5
  • Views 1336
Re: Messed up after theme install

Usually theme from templatemonster is overwritten core file, even opencart have vqmod.
You must look code on file theme from templatemonster and add that code to new installation.

Jump to post
  • Mon Apr 28, 2014 11:58 am
  • Replies 2
  • Views 580
Re: Help with featured

1. Open file featured.php on catalog/controller/module/featured.php
2. Find:

Code: Select all

$this->load->model('catalog/product');
3. Add before :

Code: Select all

 $this->data['position'] = $setting['position'];

Jump to post
  • Mon Apr 28, 2014 11:54 am
  • Replies 1
  • Views 609
Re: Shoppica2 "Compare" and "Wishlist" text don't show

You must contact themeburn as developer shoppica2 to fix it.

Jump to post
  • Tue Apr 22, 2014 2:22 pm
  • Replies 1
  • Views 528
Re: Vq mod after restore

Don't delete folder vqcache.
Try reinstall vqmod again.

Jump to post
  • Tue Apr 22, 2014 1:59 pm
  • Replies 3
  • Views 658
Re: Need Help Column Right Not Clearing

May be you put module category on content top position for layout category. Please check your setting for module category.

Jump to post
  • Thu Mar 27, 2014 4:43 pm
  • Replies 2
  • Views 933
Re: weight is not showing to my product view

Do you want to show product weight on product page?
If yes, you can use this mods
http://www.opencart.com/index.php?route ... on_id=5169
or you can use my mods,
http://www.opencart.com/index.php?route ... on_id=2937

Jump to post
  • Sat Mar 08, 2014 1:13 pm
  • Replies 1
  • Views 547
Re: Image issue

Maybe there are duplicate code on there.
Please check it

Jump to post
  • Wed Mar 05, 2014 8:10 pm
  • Replies 2
  • Views 622
Re: Installed a new theme and this happened?

That is like file stylesheet.css not loaded on your theme.
Please ensure you are load on file stylesheet.css

Jump to post
  • Wed Mar 05, 2014 8:06 pm
  • Replies 1
  • Views 527
Re: Use cart as catalogue

You can use mod catalog mode. I have one for that.
http://www.opencart.com/index.php?route ... on_id=4093

Jump to post
  • Wed Nov 27, 2013 8:38 am
  • Replies 4
  • Views 843
Re: Adding extensions to responsive templates - risky ?

I think that is not true. For extension like payment or shipping where no need view, that is still work. But, to module which need view, you must adapt div class in order to work with your theme.

Jump to post
  • Mon Nov 18, 2013 9:46 am
  • Replies 3
  • Views 743
Re: Quantity based discounts site wide by fixed rate

Try check link below:
http://www.opencartx.com/order-totals/i ... e-discount

Don't forget contact developer first to ensure that is meet what you need.

Jump to post
  • Fri Oct 25, 2013 9:25 am
  • Replies 1
  • Views 994
Re: Logo Size, how to change?

Try change file css on
catalog/view/theme/orange3/stylesheet/stylesheet.css

Jump to post
  • Wed Oct 02, 2013 9:23 pm
  • Replies 3
  • Views 2172

Search found 245 matches