Re: Tilaus pending??
Miten sinulla on maksutapa-moduulissa määritelty 'Tialuksen tila'?
Jump to post- Thu Jan 14, 2021 10:47 pm
- Replies 2
- Views 85
Re: Lahjakortin toteutus...
Jos sinulla on tavallinen FTP yhteys: - Avaa hakemisto checkout_finland_unsafe/Opencart-3.0.x/ ( jos käytät OC versiota 3, valitse hakemisto kauppasi OC version mukaan) - Avaa FTP ohjelman toiseen ikkunaan palvelimella oleva kauppasi juurihakemisto - Ylikirjoita hakemisto 'catalog'. Jos käytät cpane...
Jump to post- Mon Jan 04, 2021 5:42 pm
- Replies 3
- Views 407
Re: Lahjakortin toteutus...
Voi käyttää zip-paketissa olevaa checkout_finland_unsafe versiota.
Jump to post- Thu Dec 31, 2020 9:20 pm
- Replies 3
- Views 407
Re: Miten voin saada Affilitaes takaisin....
Tässä ohje:
https://isenselabs.com/posts/affiliates-opencart-3x
- Thu Dec 31, 2020 9:19 pm
- Replies 2
- Views 3548
Re: Checkout voi suksia jonnekkin... Onko ideoita?
Terve, Olen pienyrittäjä jolla ei ole verkkokaupassa paljon myyntiä mutta nyt toi OP/checkout nostaa taas hintoja. Löytyykö jokin toinen mahdollisuus kuin Checkout? Niin että asiakas voi maksaa omallapankillaan? Thanks! Sama huomio. Kuukausimaksu on yli kolminkertaistunut kertaheitolla (Siis pienil...
Jump to post- Fri Dec 04, 2020 12:04 am
- Replies 2
- Views 817
Re: Class 'Twig\\Loader\\ArrayLoader' not found
From my computer.
Translate:
20. heinäkuuta = 20th July
24. marraskuuta = 24th November
Koko = Size Jump to post
- Wed Nov 25, 2020 4:07 pm
- Replies 11
- Views 1323
Re: Class 'Twig\\Loader\\ArrayLoader' not found
Description of this event:straightlight wrote: ↑Tue Nov 24, 2020 10:42 pmThis issue has been fixed on the v3.0.3.6 which contains a new version of the vendor.


- Wed Nov 25, 2020 3:28 am
- Replies 11
- Views 1323
Re: Class 'Twig\\Loader\\ArrayLoader' not found
As of version 3.0.3.5, Twig sticks are in the storage /vendor directory. It looks like the storage directory is not recognized.
This can help:
Code: Select all
require_once(DIR_STORAGE . "vendor/autoload.php");
- Tue Nov 24, 2020 10:36 pm
- Replies 11
- Views 1323
Re: Checkout toimii mutta ei toimi lahjakortti ostoksissa...
Tosiaan Checkout Finlandilla ei se ominaisuus ole käytössä. Luvattu on että se tulee tämän vuoden aikana. Minulla on tähän eräs 'turvaton' ratkaisu. Ratkaisu on turvaton siinä mielessä että se ei ole moksiskaan siitä, jos kauppias itse tekee jonkin mokan tai käyttää jotakin muuta ulkopuolista laajen...
Jump to post- Tue May 05, 2020 1:35 am
- Replies 1
- Views 1691
Re: can i delete session table data
just use files to store sessions and php will handle it in stead of OC. File system/config/default.php: $_['session_engine'] = 'db'; Why this is default setting 'db', because that recording sessions on a data insert to database is an "unfinished project" and unstable for the functioning of the trad...
Jump to post- Sat Nov 02, 2019 7:07 pm
- Replies 21
- Views 6712
Re: can i delete session table data
This is big bug from Opencart.
My friend was 2.5 million lines in table over two years. Very few online retailers have the skill to use cron.
This should be set on the admin page where you can set the duration of the session.
-peku-
- Sat Nov 02, 2019 4:45 pm
- Replies 21
- Views 6712
Re: OC3.0. Toimistustapa Shipit.fi
Valmista tuli:
https://www.pm-netti.com/opencart/toimi ... t/Shipitfi
- Mon Oct 21, 2019 11:13 pm
- Replies 3
- Views 5691
Re: Seo url is not found
Sort order of array: However, it seems to me that the seo_url address to search for is always the last key one in the array. In this case, array_reverse "does the job to home".

- Thu Oct 17, 2019 8:47 pm
- Replies 10
- Views 741
Re: Seo url is not found
This is not need do, seo url create in admin product page, is not .htaccess.
I added yet this:
Code: Select all
if(count($parts) > 1){
$parts = array_reverse($parts);
}
- Thu Oct 17, 2019 7:55 pm
- Replies 10
- Views 741
[Solved ?]Re: Seo url is not found
I am solved this? ;D This is not need anyone foreach loop, this is work my test store: $parts = explode('/', $this->request->get['_route_']); $parts = array_reverse($parts); $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "seo_url WHERE keyword = '" . $this->db->escape($parts[0]) . "' AND s...
Jump to post- Thu Oct 17, 2019 7:38 pm
- Replies 10
- Views 741
Re: Seo url is not found
cardinality means how many unique values are there for the column. These Cardnality is not can change in phpmyadmin. Can these do issue? I think, that this is Opencart bug. My test in file startup/seo_url.php: $parts = explode('/', $this->request->get['_route_']); echo "<pre>"; print_r($parts); ech...
Jump to post- Thu Oct 17, 2019 6:53 pm
- Replies 10
- Views 741
Re: Seo url is not found
I would suggest to run the query yourself via phpmyadmin and see. This is already checked, I am uploaded backup from table 'seo-url', there is not problem. But new finding: What mean 'cardinality' of table seo_url? Columns 'query' and 'keyword' cardinality is empty of my test store. But my live sto...
Jump to post- Thu Oct 17, 2019 6:24 pm
- Replies 10
- Views 741
Seo url is not found
This start strange problem with SEO url, OC 3.0.3.2 SEO url: hornby-r8788-skaledale-rural-corrugated-nissen-hut-pre-built language id: 1 These found from table 'seo_url', also language id is enabled in table 'language'. My test it work, when 'missing' error status in file startup/seo_url.php: /* els...
Jump to post- Thu Oct 17, 2019 5:46 pm
- Replies 10
- Views 741
Re: OC3.0. Toimistustapa Shipit.fi
Toisessa ketjussa Venkko jo nosti asiaa esille. Mutta kun nyt on huonosti saatavilla toimitustapoja uusimpaan OC versioon, niin selailin internettiä. Ja törmäsin tuohon Shipit.fi palveluun josta saisi kaikki tarvittavat toimitustavat yhdellä moduulilla.. tai jotain sinne päin. Eli heidän bisnes on ...
Jump to post- Thu Oct 03, 2019 8:59 pm
- Replies 3
- Views 5691
Re: Own extension Group without admin extension file
Found! File admin/catalog/extension/extension/shipping.php line 73: $this->model_setting_extension->uninstall('shipping', $value); I did modification: <search><![CDATA[$this->model_setting_extension->uninstall('shipping', $value);]]></search> <add position="replace"><![CDATA[ $shipping = explode('_'...
Jump to post- Sun Sep 29, 2019 9:21 pm
- Replies 2
- Views 534