Search found 150 matches

Search found 150 matches

Re: Subcategory Extension not working (Version 2.1.0.2)

I found this for OpenCart 2.3.0.2
Hope this will help for someone.
It shows products of chosen category.
https://webocreation.com/blog/show-prod ... e-for-free

Thanks

Jump to post
  • Sat Feb 18, 2017 1:47 am
  • Replies 8
  • Views 2809
Re: News ticker module for free

Documentation and installation process is published at
https://webocreation.com/blog/news-tick ... e-for-free

Jump to post
  • Wed Nov 23, 2016 1:04 am
  • Replies 5
  • Views 4393
Re: Custom CSS for Custom Extension

In controller page you can add following code:

Code: Select all

$this->document->addStyle('catalog/view/extension/css/myx.css');
It is loaded as per the controller so be sure to include in needed controller pages.

Thanks
Rupak

Jump to post
  • Tue Aug 23, 2016 4:59 am
  • Replies 1
  • Views 863
Re: RENAME EXTENSION/MODULE : weight based shipping

Go to catalog\language\en-gb\shipping\weight.php and change text to your required text
$_['text_title'] = 'Weight Based Shipping';

In above file path url en-gb is language folder if you are working in multi language then need to change in other folder as well.

Thanks

Jump to post
  • Sun Aug 21, 2016 10:32 am
  • Replies 2
  • Views 1925
Re: Upgrade small piece of code to 2.1.0.2

Small or big let's talk :)

Thanks

Jump to post
  • Tue Aug 16, 2016 3:11 am
  • Replies 4
  • Views 1395
Re: Cart button not responsive in mobile views

Hi, I checked your site and if that was the right link. Then here is the solution: Find the following code, may be in catalog\view\theme\default\template\common\cart.twig <div class="col-sm-3"> <div id="cart" class="btn-group btn-block"> Change it to <div class="co...

Jump to post
  • Tue Aug 16, 2016 2:49 am
  • Replies 4
  • Views 933
Re: Cannot access admin

Make sure that the file startup.php OpenCart want to include is actually there or have the right permissions

Jump to post
  • Sat Jun 13, 2015 2:54 am
  • Replies 4
  • Views 1061
Insert SEO Keyword automatically in opencart for already ins

Please be safe by keeping the backup Insert SEO Keyword automatically in opencart for already inserted products Some time webmaster import large data and at this time inserting the SEO keyword by editing each product will take a lot of time. So taking this into consideration i have made a script th...

Jump to post
  • Mon Mar 03, 2014 4:10 am
  • Replies 1
  • Views 2512
Re: Top Menu

foreach ($categories as $category) { if ($category['top']) { // Level 2 $children_data = array(); $children = $this->model_catalog_category->getCategories($category['category_id']); foreach ($children as $child) { $data = array( 'filter_category_id' => $child['category_id'], 'filter_sub_category' =...

Jump to post
  • Fri Apr 26, 2013 9:36 pm
  • Replies 4
  • Views 408
Re: multi store login

System >> Setting >> Edit main store >> Server tab and
Use Shared Sessions to yes

Hope this help out

Jump to post
  • Fri Apr 26, 2013 8:46 pm
  • Replies 2
  • Views 666
Re: Removing payable and address from checque order confirma

Please make the backup and follow the following steps, i have not tested it but hope it will work $template->data['payment_address'] = str_replace(array("\r\n", "\r", "\n"), '<br />', preg_replace(array("/\s\s+/", "/\r\r+/", "/\n\n+/"), '<b...

Jump to post
  • Fri Apr 26, 2013 12:21 am
  • Replies 4
  • Views 657
Re: Trying to add a custom category layout

While inserting the category at the layout tab select your preferred tab by which the category showing style differs

Hope this helps you

Jump to post
  • Fri Apr 26, 2013 12:03 am
  • Replies 7
  • Views 11595
Re: Number of Products Across

You can use the Featured Products module and limit the product number to 3. Likewise you can use the Latest products module as well limit product number to 3. Go to admin >> Extensions>> Modules << edit either featured or the latest and Add module and insert 3 to the limit input box. Hope this help u

Jump to post
  • Thu Apr 25, 2013 11:59 pm
  • Replies 1
  • Views 330
On changing password, logout from all except the active one

What the issue is?

I have opened same site at different browser. When i change the password in one, then i am still able to keep on browsing and ordering in another browser.

Can we make such that if password is changed then we are logged out from all except the current one.

Jump to post
  • Fri Apr 05, 2013 5:40 pm
  • Replies 2
  • Views 884
When password change reset login through all the browsers

What the issue is?

I have opened same site at different browser. When i change the password in one, then i am able to keep on browsing and ordering in another browser.

Can we make such that if password is changed then we are logged out from all except the current one.

Jump to post
  • Fri Apr 05, 2013 5:37 pm
  • Replies 0
  • Views 435
Error when i checkout n click instantly to other link after

After adding the product when we click on checkout and then instantly click some link then a popup with error message is shown. I have clicked the Checkout and instantly click the shopping cart link http://content.screencast.com/users/rupaknpl/folders/Jing/media/f08d11ae-8f1e-4631-8f28-62f18130bcf8/...

Jump to post
  • Thu Apr 04, 2013 11:28 pm
  • Replies 0
  • Views 170
Re: OpenCart 1.5.5 Bug Thread

After adding the product when we click on checkout and then instantly click some link then a popup with error message is shown. I have clicked the Checkout and instantly click the shopping cart link http://content.screencast.com/users/rupaknpl/folders/Jing/media/f08d11ae-8f1e-4631-8f28-62f18130bcf8/...

Jump to post
  • Thu Apr 04, 2013 11:20 pm
  • Replies 293
  • Views 218902
Extension detail page tabs are not working on opencart.com

Extension detail page tabs are not working on opencart.com

Image

I didnot know why this is not working

I am confused for whom to report so post here

Jump to post
  • Sun Jan 27, 2013 3:53 am
  • Replies 1
  • Views 470

Search found 150 matches