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 1689
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 1689
[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 2167
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 811
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 1864
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 4289
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 843
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 589
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 782
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 2025
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 1220
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 1146
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 1146
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 1220
Re: Overriding method calls from proxy models
Hi!
It would be nice to see the code of the first event handler. If it has any return values, using return, then all events after it will not be fired.
- Thu Sep 19, 2024 4:54 am
- Replies 5
- Views 2025
Re: Load a specific language on the Invoice Template
Hi!
Code: Select all
$language = new Language('de-de'); // language directory by default it's $this->config->get('language_directory')
$this->registry->set('language', $language);
$this->load->language('sale/order');
- Wed Sep 18, 2024 3:01 pm
- Replies 9
- Views 1220
Re: REVIEWS BY BRAND IN OPENCART?
Hi!
Yes, this can be done with just one SQL query. The query will need to use the oc_review (avg), oc_product, and oc_manufacturer_description tables.
- Sun Sep 15, 2024 11:25 am
- Replies 2
- Views 1379
Re: Upgrade to 3.0.3.9 - getting storage error
Hi!
1. Remove all files from storage/modification manually.
2. In admin panel update modifications.
- Mon Sep 09, 2024 11:20 am
- Replies 2
- Views 1547
Re: [EXTENSION IDEAS] If what you want is an idea for extension, please click here.
Hey there!
I can implement this extension for you personally, but on a commercial basis. I don't think it will be popular and profitable for me. Jump to post
- Tue Sep 03, 2024 9:15 am
- Replies 5
- Views 1092
Re: Product Option Image
Hi! I can make custom ocmod to add this functions in your store.
Jump to post- Mon Sep 02, 2024 10:52 am
- Replies 6
- Views 2831