Re: [SOLvED] Custom Product Layout not showing
Hi! I’ve developed some extensions that can make module output and template substitution more flexible in just a few clicks. Check out Custom Templates Pro and Extended Layout.
Jump to post- Wed Jul 02, 2025 1:14 pm
- Replies 2
- Views 2008
Re: Automatically populate products in category, based on their filter (3.0.3.8)
Hi! This is called landing pages for filters. I recall a decent filter that did this – OCFilter.
Here’s the filter’s page on the marketplace.
There’s also an auto-categories extension on LiveOpenCart here.
- Sat Jun 28, 2025 1:03 am
- Replies 4
- Views 2718
Re: Move add to cart, optons, qty etc above description in mobile view - 2.3.0.2
Hi! Also you may use my extension "custom templates pro" to have two different templates (product.twig) for desktop/mobile devices.
Jump to post- Mon Jun 16, 2025 12:15 pm
- Replies 16
- Views 40147
Re: Display different HTML Module when logged in
Hi!
You may use my extension "Extended Layout" to manage it.
- Mon Jun 16, 2025 12:12 pm
- Replies 8
- Views 2600
Re: Display filter_id in product/category
Hi!
If you want to do it manually, you may look how someone made similar moment to show product attributes. But you should replace attribute models to filter models. Also needle functions (SQL code to request product's filter_id) may not exists(idk), so you should create it.
- Mon Jun 16, 2025 12:05 pm
- Replies 3
- Views 6341
Re: Best version control for Opencart
Hi! You may use my modification editor script
https://github.com/halfhope/oc_modification_editor
It's a standalone script, not extension.
You also can use some extensions which can extend your modifications section. Like this one.
- Mon Jun 16, 2025 11:57 am
- Replies 2
- Views 1847
Re: product filter with info from product name
You can use prompt like this (see attachments) to ask Grok/Chat gpt/deepseek/etc to generate product attributes from string. Output format can be any. This will not able you to add attributes automatically, but at least your product data will be typed. With typed data you can copy/paste it into your...
Jump to post- Sat May 31, 2025 6:39 am
- Replies 11
- Views 2407
Re: product filter with info from product name
Hi!
I think you can use Neural networks to generate product attributes from name. Some of them can do this.
- Sat May 31, 2025 3:00 am
- Replies 11
- Views 2407
[FREE EXTENSIONS] All my extensions is free
Hello everyone! I have been working with OpenCart-based online stores for over 12 years, focusing on designing and improving existing solutions. Selling extensions has always been a small part of my work, and due to market changes, it is no longer profitable. With my relocation to the USA, I've deci...
Jump to post- Sun Dec 22, 2024 6:46 am
- Replies 2
- Views 2391
Re: Hacker Paypal direct code in checkout
Hello!
If you are interested in site cleaning with a 1-year guarantee, you can read the description of this service here.
Upon completion, a detailed report with recommendations. + I will install a free module to track changes in files (FSMonitor).
Regards,
Talgat
- Mon Dec 02, 2024 11:56 am
- Replies 12
- Views 970
Re: OcMOD update programatically
Hi! You can move the ocmod update functionality to the catalog and it will be available via a regular link. I recommend adding a check for some secret_key in the controller. There is one nuance. Before updating the modifiers, the algorithm turning on the maintenance mode in the store. If an error oc...
Jump to post- Tue Nov 05, 2024 1:16 am
- Replies 2
- Views 1961
Re: What are the key steps to launching a tech product?
Hi!
Could you please describe in more detail what exactly you want to do?
- Sun Nov 03, 2024 6:21 am
- Replies 1
- Views 4447
Re: Show product options on category page
Hi!
If you will have issues with performance after this modifications, check this out. Fast OpenCart catalog functions getProductAttributes and getProductOptions in catalog/model/catalog/product.php.
- Sat Nov 02, 2024 11:44 am
- Replies 3
- Views 967
Re: How to mod OC 4.0.2.3 share Facebook pictures
Hi!
Try to find extensions using query "opengraph". It's a protocol for sharing structured data.
- Wed Oct 02, 2024 3:52 am
- Replies 3
- Views 660
Re: Looking for a Solution for Country-Specific Stores with Selective Product Display
Hi!
You can use multistore - store for each country and this extension
https://opencartadmin.com/en/multilang
- Tue Sep 24, 2024 5:11 am
- Replies 2
- Views 866
Re: Overriding method calls from proxy models
In addition to changing data through arguments, event handlers can also return values using return. For example, if the controller/common/home/before event handler returns the generated html code via return, then the entire output of the common/header controller will be replaced by it, and the comm...
Jump to post- Sat Sep 21, 2024 7:31 am
- Replies 5
- Views 2161
Re: Load a specific language on the Invoice Template
Before model getter functions. 3 it's your language_id. Jump to post
- Fri Sep 20, 2024 7:08 am
- Replies 9
- Views 1411
Re: Email Signature opencart address file location
Try to check your php.ini file and .htaccess. The sender for the mail function can be specified in these files.
Jump to post- Thu Sep 19, 2024 9:48 am
- Replies 5
- Views 1261
Re: Email Signature opencart address file location
Hi!
Try to check "System>Settings" in your admin panel.
- Thu Sep 19, 2024 6:56 am
- Replies 5
- Views 1261
Re: Load a specific language on the Invoice Template
Try to substitute config_language_id value in config class.
Code: Select all
$this->config->set('config_language_id', 3);
- Thu Sep 19, 2024 6:46 am
- Replies 9
- Views 1411