Re: Restore error
seems like your backup didnt completely restore
Jump to post- Mon Apr 12, 2021 5:57 pm
- Replies 9
- Views 213
Re: Find out which products uses discount in order
this should be stored in oc_product_discount in mysql based on the product_id so you will have to use that data (i dont use it in my stores so i cant exactly see)
Jump to post- Fri Apr 09, 2021 5:34 pm
- Replies 2
- Views 104
Re: Fatal Error...
mysqli is not enabled for your host you might need to enable it in order to use mysqli functionality
at least thats what i get from that screenshot you posted, i dont speak finnish
- Fri Apr 09, 2021 5:31 pm
- Replies 1
- Views 248
Re: mirror duplicate a site?? some site work on 2 domains
look into this
http://docs.opencart.com/en-gb/administ ... lti-store/
- Fri Apr 09, 2021 5:26 pm
- Replies 8
- Views 279
Re: mirror duplicate a site?? some site work on 2 domains
why not use multi store for this?
Jump to post- Fri Apr 09, 2021 4:20 pm
- Replies 8
- Views 279
Re: problemen met paypal betalingn
kijk eens in oc_order tabel in de database of daar het volledige order wel voorkomt voor dat id
en dan onder oc_order_product of de jusite producten voor dat orderid wel voorkomen ?
Indien alles daar wel bestaat zou het betekenen dat er iets in de admin backend misgaat!
- Fri Mar 26, 2021 5:13 pm
- Replies 3
- Views 566
Re: Productafbeelding niet in imagemanager na upload
kijk eens in je php error logs of er iets verschijnt direct na het uploaden van de afbeelding, vaak heeft dit iets te maken met php memory/file uploads
Jump to post- Wed Mar 24, 2021 7:27 pm
- Replies 1
- Views 740
Re: Can't install any New Payment options
check your webserver error logs for errors
Jump to post- Mon Mar 22, 2021 2:47 pm
- Replies 1
- Views 130
Re: problemen met paypal betalingn
heb je in de database gekeken of je order wel gewoon correct aangemaakt word?
ik heb ongeveer dezelfde setup als jou en bij mij werkt paypal standaard wel gewoon correct
- Wed Mar 17, 2021 11:00 pm
- Replies 3
- Views 566
Re: Php script to copy a record in DB to all products
This should work but is probably not the best way to do it, just wrote this for you in a few minutes
change your database information to your opencart db (backup ur db first)
Change the $newtabcontent 1 and 2 and $name1 and $name2 to your data
if you need help pm me
- Mon Nov 30, 2020 7:32 pm
- Replies 7
- Views 492
Re: Uploaden productfoto's versie 3.0.3.6 lukt niet
Wat staat er in je webserver error logs ? dus niet die in je opencart maar in /var/log/httpd/ of /etc/httpd/logs/
Jump to post- Wed Nov 18, 2020 10:05 pm
- Replies 2
- Views 488
Re: Website went off out of the blue
check your error logs, your host might have updated php which can cause errors
Jump to post- Mon Nov 02, 2020 3:51 pm
- Replies 3
- Views 215
Re: Banning Customers by IP Address
Make sure you have enabled the recaptcha for the registration form, make sure you have installed modsecurity and ip banning on your server it will handle those sql injection/hack attempts automaticly...
Jump to post- Wed Sep 30, 2020 8:52 pm
- Replies 12
- Views 1280
Re: Update naar recentere versies van... alles?
Bootstrap en jquery zijn natuurlijk onderdeel van de geinstalleerde theme en niet van opencart zelf, je kan dit allemaal naar je eigen wens aanpassen in je theme
- Wed Sep 30, 2020 8:09 pm
- Replies 5
- Views 2916
Re: Stock updates with CSV feeds
I just import the csv into a mysql database, next i have a cron running that loops through the products and grabs the correct stock quantity from the database and updates this for the product into the quantity field
Jump to post- Mon Sep 21, 2020 2:39 pm
- Replies 1
- Views 352
Re: Zoekfunctie werkt niet, pagina geeft melding: Deze pagina werkt niet (HTTP ERROR 500)
check je error logs eens, waarschijnlijk moet je het memory limit van php verhogen
Jump to post- Nederlands Forum
- Zoekfunctie werkt niet, pagina geeft melding: Deze pagina werkt niet (HTTP ERROR 500)
- Mon Sep 21, 2020 2:38 pm
- Replies 11
- Views 798790
Re: session table is 11gb in phpmyadmin on opencart Version 3.0.3.2
delete from oc_session where expire < DATE_SUB(NOW(), INTERVAL 1 MONTH)
Jump to post- Wed Aug 19, 2020 9:34 pm
- Replies 23
- Views 911
Re: HTTP ERROR 500 - Unable to handle this request.
check your webserver error logs there should be something there (not the opencart error logs)
Jump to post- Mon Jul 06, 2020 6:13 pm
- Replies 10
- Views 724
Re: Extensions - Extensions ( Error Undefined )
check your webserver error logs
Jump to post- Mon Jun 29, 2020 6:21 pm
- Replies 3
- Views 243
Re: $CashApp?
Make a clone of the bank transfer method and edit that ?
Jump to post- Mon Jun 29, 2020 6:20 pm
- Replies 1
- Views 245