Re: How to add filter module on the manufacturer page?
https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=25709 I already have another filter extension that works quite well except on the manufacturer pages. It is very close to the original filter module of OpenCart. Just asking if it is possible to extend its functionalit...
Jump to post- Wed Jan 06, 2021 8:09 pm
- Replies 3
- Views 149
How to add filter module on the manufacturer page?
Hi, I am using OpenCart version 3.0.3.1 and I have the following question. Is it posible to add the default filter module on the manufacturer pages that list all products of each manufacturer seperately (not only on the page that lists all manufactuterers)? When I try to add the Filter module throug...
Jump to post- Wed Jan 06, 2021 2:44 am
- Replies 3
- Views 149
Re: How to add option values from product page to category page
What exactly are you tying to accomplish? Do you intend to use the size option on the category page like a filter, to limit the products listing? If so, why not use OpenCart's category and product filters? I want to display some options like size, color, etc. on category page below product image. J...
Jump to post- Sat Dec 26, 2020 7:01 pm
- Replies 5
- Views 281
Re: How to add option values from product page to category page
Besides of 2 paid Extensions for this (20.00each), 2 free Extensions also exist, to to have Sizes and Model in Category Listings: Sizes in products list (OCMOD) https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=35359 Display Model (Product Code) https://www.opencart.c...
Jump to post- Fri Dec 25, 2020 10:56 pm
- Replies 5
- Views 281
How to add option values from product page to category page
Hi, I am trying to add some of the option values (like size) that appear on product page to category page. As far as my understanig goes I do the following: First, I extract the necessary code from product.twig file, modify it a bit and add it to category.twig file. Here is the code: <div class="tex...
Jump to post- Fri Dec 25, 2020 8:06 pm
- Replies 5
- Views 281
Re: How to remove index.php?route= from SEO URL
I think I found the problem.
In the config.php file replaced:
define('HTTP_SERVER', 'http://domainName/');
with
define('HTTP_SERVER', 'https://domainName/')
It works now.
- Wed Nov 25, 2020 6:02 pm
- Replies 2
- Views 138
[SOLVED] How to remove index.php?route= from SEO URL
Hi, I have SEO URLs and .htaccess enabled on my OpenCart website but I still see index.php?route= in the URL just between the domain name and the SEO keyword. It looks like this: https://domainName/index.php?route=keyword and it should be: https://domainName/keyword How can I correct this? My OpenCa...
Jump to post- Wed Nov 25, 2020 2:00 pm
- Replies 2
- Views 138
Re: Submitting sitemap feed to Google Search Console issue
Indeed Google cannot read the feed.
I used the extension suggested above by paulfeakins to generate a sitemap.xml file and uploaded it. This solved the issue.
Thanks for the support!
- Tue Nov 24, 2020 11:58 pm
- Replies 6
- Views 405
Re: Submitting sitemap feed to Google Search Console issue
It loads very fast when I paste the feed URL in a browser. Jump to postpaulfeakins wrote: ↑Mon Nov 23, 2020 5:50 pmDoes the sitemap take a long time to load? Sometimes it needs to be cached.
This free extension should do it: https://www.opencart.com/index.php?rout ... n_id=39568
- Mon Nov 23, 2020 6:01 pm
- Replies 6
- Views 405
[SOLVED] Submitting sitemap feed to Google Search Console issue
Hi,
I am trying to submit my sitemap in Google Search Console using the URL provided in Extensions > Feeds > Google Sitemap with no success. The result (status) I get from Google is "Couldn't fetch".
My OpenCart version is 3.0.3.1
What am I doing wrong?
Thank you in advance!
- Mon Nov 23, 2020 1:24 pm
- Replies 6
- Views 405
Re: Collapse Product Filter in Mobile View
Thank you! Looks great. Jump to postpprmkr wrote: ↑Fri Mar 27, 2020 1:43 amSomething new, something borrowed ...
Install using Extension - Installer
After that Refresh Modifications
Inside archive you find filters-tab.psd. Edit text on image and save as catalog/view/theme/default/image/filters-tab.png
If helpful, show appriciation
- Fri Mar 27, 2020 3:30 am
- Replies 2
- Views 270
[SOLVED] - Collapse Product Filter in Mobile View
Hello, Is it possible to collapse product filters in the default theme of Opencart 3.0.3.2. I see there are some 3rd party extensions that offer this feature on top of many other features, which we will not use at the moment. If it does not require much extra coding efforts I would be grateful for a...
Jump to post- Fri Mar 27, 2020 12:34 am
- Replies 2
- Views 270
Re: How to display two products per row on category page in mobile view
I did !!! a new class .. so you can use css ... Does it not work for you? <div class="product-layout product-list col-xs-12 newclass"> @media screen and (max-width:768px) { .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12, .product-layout.product-list.col-xs-12.newclass { width: 50...
Jump to post- Tue Mar 24, 2020 9:27 pm
- Replies 11
- Views 983
Re: Free** Sticky fixed menu on scroll
Thank you!
Jump to post- Sun Mar 22, 2020 1:28 pm
- Replies 4
- Views 2972
Re: How to display two products per row on category page in mobile view
Can you suggest another solution that changes the twig and works? Jump to post
- Sun Mar 22, 2020 1:03 pm
- Replies 11
- Views 983
Re: How to display two products per row on category page in mobile view
It works. Thanks a lot. Actually only classes in common.js need to be changed. No changes in category.twig Jump to post
- Sun Mar 22, 2020 12:11 am
- Replies 11
- Views 983
Re: How to display two products per row on category page in mobile view
then use: <div class="product-layout product-grid col-xs-6 col-sm-3"> This way it always adds four products per row on desktop regardless if I have a right or left column. The default behaviour is four products per row if there are no right or left column and three products per row if there is righ...
Jump to post- Sat Mar 21, 2020 8:54 pm
- Replies 11
- Views 983
Re: How to display two products per row on category page in mobile view
This way it does show two products in a row but not only in mobile view, also in desktop view, and I need to keep the default behaviour on desktop. Jump to post
- Sat Mar 21, 2020 7:17 pm
- Replies 11
- Views 983
[SOLVED] - How to display two products per row on category page in mobile view
Hello, How to display two products per row on category page in mobile view. I found the following solution for Featured products: In "catalog/view/theme/My theme/template/extension/module/featured.twig" replaced code <div class="product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12"> with <div class="...
Jump to post- Sat Mar 21, 2020 3:57 pm
- Replies 11
- Views 983
Re: Email services (SMTP) stopped working within Opencart after SSL installation
I post an update in case someone else also has this problem. It is solved with the help of the support team of the hosting provider. They deleted the PHP.ini file in my domain name folder that was placed there by default during Opencart installation. It was in conflict with another PHP.ini on the se...
Jump to post- General Support
- [SOLVED] Email services (SMTP) stopped working within Opencart after SSL installation
- Sat Dec 21, 2019 10:48 pm
- Replies 1
- Views 236