Re: Please help me, it's urgent
Thank you guys! I want to hug you I got panicked ! (I'm a girl with some basic knowledge of programming but it is not compared to yours
)
- Thu Sep 11, 2025 8:53 pm
- Replies 10
- Views 442
Re: Please help me, it's urgent
no one can tell you if it will work or not - your host should not have upgraded without your knowledge and prior warning. You could also upgrade to 3.0.4.1 - this supports php8 - but this might effect any modules / extension / theme you have ... Default Opencart should be fine - always back up your...
Jump to post- Thu Sep 11, 2025 8:46 pm
- Replies 10
- Views 442
Re: Please help me, it's urgent
Thank you guys, it did work, I revert the php to 7.4 and now it's fine. Should I consider upgrading soon? I have lots of extensions that I'm running, thats true...
Jump to post- Thu Sep 11, 2025 8:27 pm
- Replies 10
- Views 442
Re: Please help me, it's urgent
Please check screenshots, should I order php selector, for stop waiting? will it work? I do not know when they will answer mepaulfeakins wrote: ↑Thu Sep 11, 2025 7:56 pmYour web host might have updated PHP without telling you.
You should ask them ASAP.

I did not knew that opencart 3.0.3.8 does not support php 8 Jump to post
- Thu Sep 11, 2025 8:04 pm
- Replies 10
- Views 442
Re: Please help me, it's urgent
thank you, that's what I thought, I've sent them message. Can I do something manually until I got any news from them? I have ftp access Jump to postpaulfeakins wrote: ↑Thu Sep 11, 2025 7:56 pmYour web host might have updated PHP without telling you.
You should ask them ASAP.
- Thu Sep 11, 2025 8:00 pm
- Replies 10
- Views 442
[SOLVED] Please help me, it's urgent, php issues
hello everyone, I suddenly got this message in both admin and front, although I was not making any changes, nor was on my computer anyway, what might happen? please help me, I beg you. Version 3.0.3.8 PHP version: 7.3.13 Default theme Unknown: Creation of dynamic property Request::$request is deprec...
Jump to post- Thu Sep 11, 2025 7:40 pm
- Replies 10
- Views 442
[SOLVED]'sorry, you have been blocked' in extensions page
Hello, I got this message today in exrensions page, "sorry, you have been blocked" (check screenshot) although I had no made any changes in extensions, did not installed any new one. I cleared cache and still the message is here. Any help? Everything else works fine, at least that's how it...
Jump to post- Wed Aug 13, 2025 10:45 pm
- Replies 2
- Views 26364
Sitemap feed multilanguage
Hello everyone. I recently added a second language (Greek) in my oc and I'm trying to include it in my sitemap, I use different SEO_URL for each language. The extension that I use is the default one and it generates an xml based on the current language each time, at least that's what I understand. I...
Jump to post- Fri Jul 25, 2025 4:10 pm
- Replies 3
- Views 47420
Re: Round total price with shipping at cart
Thank you, I understand what you mean, I might revert it to two decimals for now because it looks like an error ...
Jump to post- Wed May 28, 2025 5:32 pm
- Replies 3
- Views 1575
[SOLVED] Round total price with shipping at cart
Hello everyone, I have a small problem which I found out many users encourage, or kind of similar issue. I have multi-currency in my store and I wanted to show zero decimals in prices, I found that in currencies, ok. Although the products round up correctly, the total cost is not calculated based on...
Jump to post- Wed May 28, 2025 3:14 pm
- Replies 3
- Views 1575
Re: Center additional images in mobile view
this css alternation worked if anyone interested, so I will mark the post as SOLVED, thank you guys! @media (max-width: 767px) { .thumbnails { overflow: auto; clear: both; list-style: none; padding: 0; margin-bottom: -40px; display: flex; flex-wrap: wrap; justify-content: center; } }
Jump to post- Sat May 24, 2025 3:28 pm
- Replies 10
- Views 7951
Re: Center additional images in mobile view
Sorry I removed the modification that you advised because it was not look alright and didn't want to leave it like this. It is still aligned at the left. Jump to post
- Fri May 16, 2025 3:26 am
- Replies 10
- Views 7951
Re: Center additional images in mobile view
Some thing like this? @media (max-width: 768px) { .image-additional { display: flex; justify-content: center; flex-wrap: wrap; text-align: center; margin: 0 auto; float: none !important; } .image-additional a { margin: 5px; } } Don't forget to refresh your theme cache and modifications. Thank but t...
Jump to post- Fri May 16, 2025 12:19 am
- Replies 10
- Views 7951
Re: Center additional images in mobile view
https://tonias-handmade.com Jump to postJNeuhoff wrote: ↑Thu May 15, 2025 10:30 pmThis can be easily done with your theme's stylesheet.css. But first you have to provide proper details, see forum rules. Also what's your website URL?
- Thu May 15, 2025 11:31 pm
- Replies 10
- Views 7951
Re: Center additional images in mobile view
It's default theme, I have altered the CSS and the breadcrumb on top.
Do you think that additional images section was center by default and I altered it accidentally ?
- Thu May 15, 2025 10:28 pm
- Replies 10
- Views 7951
[SOLVED] Center additional images in mobile view
Hello, I want to make the additional images shown under the main image to display at the center of the screen instead on the left in mobile view. I tried to play with display and float options in css .image-additional but couldn't make it work.... Thank you in advance Version 3.0.3.8 default theme P...
Jump to post- Thu May 15, 2025 9:19 pm
- Replies 10
- Views 7951
Re: Sumbmiting review
with the help of developer mode and Gemini ;D The human beings who write the code are the people that helped you, all Gemini did was "steal" it and package it as their own - they do not deserve the credit. Nevertheless, glad you found a solution. Please mark the topic to include [SOLVED] ...
Jump to post- Sat May 10, 2025 3:15 am
- Replies 7
- Views 3987
Re: Sumbmiting review
Well I found it, kind off, If anyone is interested, I pasted this script (with the help of developer mode and Gemini ;D ) <script defer> document.addEventListener('DOMContentLoaded', function() { if (window.location.hash === '#tab-review') { // Find the corresponding tab link and simulate a click to...
Jump to post- Fri May 09, 2025 7:46 pm
- Replies 7
- Views 3987
Re: Move add to cart, optons, qty etc above description in mobile view - 2.3.0.2
I know this is an old post but I wanted to mention that this works on oc 3.0.3.8 and it looks briliant on mobile.
I just copy pasted the script that you mentrion on your first answer at product.tpl (product.twig for oc 3)
- Fri May 09, 2025 4:33 pm
- Replies 16
- Views 96720
Re: Sumbmiting review
Have you checked the marketplace? I believe there are many available. Try searching using google for example (not recommended just as an example) https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=27045 Thank you Mona, I do not want the procedure, I just want to di...
Jump to post- Fri May 09, 2025 2:07 pm
- Replies 7
- Views 3987