Search found 20 matches

Page 1 of 1

Search found 20 matches

Re: Banning domains, emails address, and ip

id you need a better firewall here is what i have created. and if you wish you can have the denied access redirect to my server. https://github.com/bluebrad/Opencart-firewall if not comment out the line or remove it in the .htaccess file.

Jump to post
  • Fri Jan 13, 2023 2:38 am
  • Replies 5
  • Views 1242
Add Option to product

Image
https://imgur.com/tnVEvKx
in the Product the options add is not working plus is way more difficult to edit. why was this changed?

Jump to post
  • Mon Oct 10, 2022 10:06 am
  • Replies 1
  • Views 994
Re: [SOLVED] - Using HTML Code in product description

im having the problem with <object id="tb-dis" data="https://hiddenurl.com/discription-html.php" width="100%" height="800px">Error</object> im using this to create a static Description across 1000+ items that are similar. this way i can change 1 HTML file for ...

Jump to post
  • Mon Oct 10, 2022 8:56 am
  • Replies 8
  • Views 13876
Re: [SOLVED] Order Status Emails all on one line with no spaces - hard to read.

I updated catalog/language/en-gb/mail/order_edit.php to this: <?php // Text $_['text_subject'] = '%s - Order Update %s'; $_['text_order_id'] = ' Order ID: '; $_['text_date_added'] = ' Date Added: '; $_['text_order_status'] = ' Your order has been updated to the following status: '; $_['text_comment'...

Jump to post
  • Wed Mar 16, 2022 3:08 am
  • Replies 21
  • Views 3135
Default admin theme settings

so i hit the menu on the top right of the dashboard of the admin and now my admin is blank. where do i change the settings back to the default settings?

Jump to post
  • Tue Feb 22, 2022 6:26 am
  • Replies 3
  • Views 396
Re: SyntaxError: JSON.parse: unexpected character at line 1

what did you change?

uralgit wrote:
Thu Jan 15, 2015 5:58 pm
I experienced a similar problem and solved it simply (after one week headache).
It was arising from an image-name which involved a non standart character

Jump to post
  • Sat Feb 19, 2022 5:08 am
  • Replies 24
  • Views 31045
Re: [SOLVED] - Can't login to admin panel

so it was not the configuration at all it was the time zone!
i removed the time zone from the SQL _Settings>config_timezone>"Made it blank"
BAM im now able to log in

Jump to post
  • Sat Oct 16, 2021 2:30 am
  • Replies 18
  • Views 42485
Re: can't login to admin panel

Same problem on OC 3.0.3.8 after updating some of the sites info and my user NAME only it will not let me log back in i tried reinstalling and just updating my name from john doe to my name and the same thing so i desided to just leave it and after i updated the business info ... bam the same proble...

Jump to post
  • Thu Oct 14, 2021 2:33 am
  • Replies 25
  • Views 51982
Re: [SOLVED] - Can't login to admin panel

im having the same problem but its after i started making changes after a fresh install updated just the name to the user and bam now i cant login it did it again with a fresh install and the same problem no errors or logs. just will not log in Opencart 3.0.3.8 also if i update the domain it dues th...

Jump to post
  • Thu Oct 14, 2021 2:22 am
  • Replies 18
  • Views 42485
Re: Paying an affiliate

There is no way to pay affiliates from inside openCart, but when you paid them outside, you just go to Edit Affiliate page and add a transaction with negative amount. E.g. you paid affiliate A $100 in paypal. Then in admin you go to affiliate A's Edit page and add transaction with amount -100. Wher...

Jump to post
  • Fri Sep 24, 2021 10:42 pm
  • Replies 9
  • Views 2135
Re: Cant add reward points to some orders

i am unable to manually add reward points to any customer from the admin panel edit the customer than when going to Reward Points and add points (clicking the button dues nothing) hitting enter will take me back to the user accounts page than prompts me the notice : Success: You have modified custom...

Jump to post
  • Fri Sep 10, 2021 1:01 pm
  • Replies 7
  • Views 1170
[SOLVED] Incorrect file size/Image manager

Same problem
just needed to match my PHP.ini max_upload_size=20m
and set my max file size to 2000000 and it worked fine

Jump to post
  • Thu Jun 10, 2021 11:45 pm
  • Replies 8
  • Views 6609
Re: Help, Blank page when in admin/setting/your store (edit)

Same Problem Version 3.0.3.2 only on the default store page, all others work fine i reinstalled and cloned over product manual even when cloning if i use export and import it would crash similarly i looked in the logs and there was no errors so im deaming it there is a bad product that was erroring...

Jump to post
  • Sat Jan 16, 2021 3:56 am
  • Replies 12
  • Views 2940
Re: Editing text on Gift Voucher page

I would like to see the option per store. i have 3 stores and it only shows the link for one. i would like to change the store it points to. or show them all at the same time

Jump to post
  • Sat Jan 16, 2021 3:19 am
  • Replies 9
  • Views 8045
Re: Help, Blank page when in admin/setting/your store (edit)

Same Problem
Version 3.0.3.2
only on the default store page, all others work fine

Jump to post
  • Wed May 06, 2020 11:34 pm
  • Replies 12
  • Views 2940
Re: [SOLVED] Opencart blank page after resetting PHP settings to default in panel,

im having a similar problem but only the default setting store page is blank
everything els is working
also i do not have the folder /myoc

Jump to post
  • Wed May 06, 2020 2:01 pm
  • Replies 14
  • Views 3373
Re: A Download extension that could use links... (SOLVED)

so this is old . i would like to know how to do this for 3.0.2.3 (3.x) if possable to have all links external for downloads i do not want any files on the server with OC all files will be a link to a cloud storage link this way there is an option for me to update the files on another server and have...

Jump to post
  • Fri Nov 15, 2019 4:34 am
  • Replies 33
  • Views 10595
Re: suddenly Image Manager won't popup! 3.0.2

can you provide the file that is fixed? or the whole code not in parts Since these topics begins to evolve more and more, an interesting concept I discovered on: https://stackoverflow.com/questions/13076480/php-get-actual-maximum-upload-size is the validation of the file size and useful for each ser...

Jump to post
  • Fri Oct 11, 2019 6:26 am
  • Replies 6
  • Views 2310
Re: Upload Required Error for Downloadable Files

php upload and post are correct and im still having the problem even with a 2 kb file any file i try to upload i get the popup UPLOAD REQUIRED!
no errors in the error logs
UPDATE: still having the same problem after it randomly stopped and now its back

Jump to post
  • Fri Oct 11, 2019 6:24 am
  • Replies 3
  • Views 1338
Re: suddenly Image Manager won't popup! 3.0.2

Couldn't you just provide the corrected file? Since these topics begins to evolve more and more, an interesting concept I discovered on: https://stackoverflow.com/questions/13076480/php-get-actual-maximum-upload-size is the validation of the file size and useful for each servers. Let's integrate thi...

Jump to post
  • Fri Oct 11, 2019 1:04 am
  • Replies 6
  • Views 2310

Page 1 of 1

Search found 20 matches