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
- Sat Feb 18, 2017 1:47 am
- Replies 8
- Views 2073
Re: News ticker module for free
Documentation and installation process is published at
https://webocreation.com/blog/news-tick ... e-for-free
- Wed Nov 23, 2016 1:04 am
- Replies 5
- Views 3313
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');
Thanks
Rupak Jump to post
- Tue Aug 23, 2016 4:59 am
- Replies 1
- Views 676
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
- Sun Aug 21, 2016 10:32 am
- Replies 2
- Views 1379
Re: Upgrade small piece of code to 2.1.0.2
Small or big let's talk
Thanks
- Tue Aug 16, 2016 3:11 am
- Replies 4
- Views 1040
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="col-sm-12 col-md-3"> <div id="cart" c...
Jump to post- Tue Aug 16, 2016 2:49 am
- Replies 4
- Views 465
Side bar column shopping cart for OpenCart Version 2
Side bar column shopping cart for OpenCart Version 2
Enjoy more free modules visit https://webocreation.com/blog/
- Sat Jun 20, 2015 10:31 am
- Replies 0
- Views 241
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 646
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 1525
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 282
Re: multi store login
System >> Setting >> Edit main store >> Server tab and
Use Shared Sessions to yes
Hope this help out
- Fri Apr 26, 2013 8:46 pm
- Replies 2
- Views 500
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+/"), '<br />', trim(str_replace($find, $replace, $format)))); Find t...
Jump to post- Fri Apr 26, 2013 12:21 am
- Replies 4
- Views 544
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
- Fri Apr 26, 2013 12:03 am
- Replies 7
- Views 3713
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 247
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.
- Fri Apr 05, 2013 5:40 pm
- Replies 2
- Views 425
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.
- Fri Apr 05, 2013 5:37 pm
- Replies 0
- Views 303
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 102
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 157611
Google Map at your store Module for free
Insert your store at google map and show at your Opencart store
Get the Google Map Module for free
Demo of Google Map at contact us page and as moudle
Enjoy!!!!
- Thu Jan 31, 2013 3:53 pm
- Replies 0
- Views 320
Extension detail page tabs are not working on opencart.com
Extension detail page tabs are not working on opencart.com
I didnot know why this is not working
I am confused for whom to report so post here
- Sun Jan 27, 2013 3:53 am
- Replies 1
- Views 404