Page 1 of 1
Search found 18 matches
Re: Can I add text and images to the Home Page?
You can use below extension to achieve your requirements. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=27316 This extension have many other functionalities you can show add category url and name, as well as show custom image, text, name, url for it. For any ot...
Jump to post- Thu May 10, 2018 2:20 pm
- Replies 3
- Views 783
Re: Select related products in a list
You can use below extension to show random related products from same category.
So you do not need to manage manually, it will show automatically.
https://www.opencart.com/index.php?rout ... n_id=20328
- Thu May 10, 2018 2:17 pm
- Replies 5
- Views 697
Re: Remove Brands & Gift Certificates
After modification to your footer template file. From admin: 1. Go to Extensions -> Modifications, click on refresh 2. Go to Dashboard, click on top right setting icon and click refresh button. And if you don't want to modify your footer template file, user below extension to remove Remove Brands &a...
Jump to post- Thu May 10, 2018 2:13 pm
- Replies 11
- Views 2751
Re: Resize product box
in theme stylesheet.css find .product-thumb .button-group and add "margin-top:-50px !important;".
If need any support please contact at avarahvahin@gmail.com
- Thu Dec 28, 2017 1:09 pm
- Replies 5
- Views 998
Re: Customize menu and homepage.
You can add information pages on top by adding below code: <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_information }}</span> <span class="c...
Jump to post- Thu Dec 28, 2017 12:53 pm
- Replies 3
- Views 5171
Re: How to add personal details in product listing?
Hi,
I will add new fields for product add/edit admin panel.
Please contact at avarahvahin@gmail.com
- Tue Dec 26, 2017 1:43 pm
- Replies 4
- Views 649
Re: OC 3.0.2.0 - how to change sort order in Search results? + how to disable "search in descriptions"?
you can remove search from descripition by commenting the code line.
$sql .= " OR pd.description LIKE '%" . $this->db->escape($data['filter_name']) . "%'";
from model file: catalog/model/catalog/product.php
If you need support please contact at: avarahvahin@gmail.com
- General Support
- OC 3.0.2.0 - how to change sort order in Search results? + how to disable "search in descriptions"?
- Fri Dec 01, 2017 2:29 pm
- Replies 1
- Views 1147
Re: How to change Category description position to bottom of page
Go to the theme category template file: catalog/view/theme/YOUR-THEME/template/product/category.twig find code : {% if description %} <div class="col-sm-10">{{ description }}</div> {% endif %} cut the code and paste abvoe line: {{ content_bottom }}</div> If need support please contact at a...
Jump to post- Fri Dec 01, 2017 1:51 pm
- Replies 2
- Views 2246
Re: Messed up cache for some twig files, but most work as expected
There are tips to reflect changes when edit twig files: 1. First try to clear the cache files 2. From admin dashboard, top right corner have setting button can refresh cache or disable to store cache. 3. Try to edit files from the theme editor itself 4. If not succeeds using above 3 points, rename t...
Jump to post- Fri Dec 01, 2017 1:37 pm
- Replies 4
- Views 1579
Re: Can't Create a theme?
Please make sure you have set proper permissions on files and folders, so that theme name appear on theme selection list in admin settings
Jump to post- Fri Dec 01, 2017 1:32 pm
- Replies 5
- Views 754
Re: Looking for someone to upgrade my OC - UPDATED w NEW INFO
Hi ardragifts,
I will provide you the support.
Please contact me at avarahvahin@gmail.com
- Thu Nov 30, 2017 1:49 pm
- Replies 10
- Views 1478
Re: About upgrade from 1.5.5.1 to 3.0.2.0
Honestly to avoid issues you need assistance in making your lower version to higher.
Will help you please contact avarahvahin@gmail.com
- Tue Nov 21, 2017 6:04 pm
- Replies 7
- Views 2789
Re: Message PHP5.4+ Required
The opencart version you are using it requires higher php version.
PHP5.4+ Required.
So ask you hosting provider to upgrade the php version
- Tue Nov 21, 2017 6:01 pm
- Replies 9
- Views 3286
Re: How to resize Add to Cart button on Product page
From your product file, search cart button and currently having classes "btn btn-primary btn-lg btn-block", remove class btn-block.
Jump to post- Tue Nov 21, 2017 5:58 pm
- Replies 6
- Views 1708
Re: after editing admin panel view filles no change done
From Admin dashboard page, click on Top Right Setting button.
From popup click on refresh button.
- Tue Nov 21, 2017 5:34 pm
- Replies 4
- Views 1277
Re: public_html/vqmod/vqcache/vq2-system_storage0n9nb4ewxm1o_modification_catalog_controller_common_header.php on line 1
I will solve your issue, please contact at avarahvahin@gmail.com
And share FTP details
- General Support
- public_html/vqmod/vqcache/vq2-system_storage0n9nb4ewxm1o_modification_catalog_controller_common_header.php on line 115
- Tue Nov 21, 2017 5:23 pm
- Replies 4
- Views 1850
Re: Removing registration fields in Opencart 3.0.2.0
You can use the extension to remove telephone field validation, https://www.opencart.com/index.php?rout ... n_id=32474
Jump to post- Sat Nov 18, 2017 3:10 pm
- Replies 5
- Views 3291
Re: Hiding Telephone in Checkout Personal Details
You can do it manually using below steps: 1. from theme template file, catalog/view/theme/yourtheme/template/checkout/register.twig , hide/remove telephone field. 2. From controller file, catalog/controller/checkout/register.php , remove line $json['error']['telephone'] = $this->language->get('error...
Jump to post- Sat Nov 18, 2017 2:39 pm
- Replies 3
- Views 1323
Search found 18 matches