Re: Featured products two column mobile
catalog/view/theme/default/stylesheet/stylesheet.css - at around line 580 is this .product-thumb .caption { padding: 0 20px; min-height: 180px; } by changing the minimum height you fix the problem .product-thumb .caption { padding: 0 20px; min-height: 250px; } This will do it for everything. OC has...
Jump to post- Wed Apr 09, 2025 6:27 am
- Replies 10
- Views 571
Re: Homepage Product Links Using HTTP Instead of HTTPS – OpenCart 3.0.2.0
Hi, I have a problem with the homepage layout. I have several OC Products Modules that print different types of product grids. There, and only there, the product links are printed using a plain HTTP URL instead of the HTTPS one. Every single other link on the site is correctly printed with HTTPS. I...
Jump to post- Wed Apr 02, 2025 6:29 am
- Replies 2
- Views 451
Re: Trying to locate System > Settings > Option file (2.1.0.1)
It shouldn't. Jump to post
- Fri Mar 28, 2025 8:18 pm
- Replies 10
- Views 1878
Re: Trying to locate System > Settings > Option file (2.1.0.1)
It should be as it's a back end issue. Jump to post
- Fri Mar 28, 2025 7:46 pm
- Replies 10
- Views 1878
Re: Trying to locate System > Settings > Option file (2.1.0.1)
You should find it here:
admin/language/english/setting/setting.php Jump to post
- Fri Mar 28, 2025 7:01 pm
- Replies 10
- Views 1878
Re: TMD header module no changes at the top menu
Ask the extension developer or post in the commercial support forum for paid assistance. It should be an easily fixable problem. Jump to post
- Thu Mar 27, 2025 7:08 pm
- Replies 3
- Views 337
Re: Product Page Customization Help
Hi, I want to add some text right below the Price of my product page. I am using Roxina theme, opencart version 3.0.4.0 How is it possible? Do I need an extention? https://postimg.cc/fJTL5G7B If your theme doesn't natively allow that you could easily write a quick extension for it. You could also u...
Jump to post- Thu Mar 27, 2025 12:24 am
- Replies 2
- Views 288
Re: OpenCart vs. WooCommerce – Which One is Better for a Scalable E-commerce Store?
Hey everyone, I’m in the process of choosing an e-commerce platform for my business, and I’m torn between OpenCart and WooCommerce. Which platform is better for scalability, customization, and long-term growth? Would love to hear from those who have used both! I've used both. It's Opencart for me e...
Jump to post- Wed Mar 26, 2025 6:27 pm
- Replies 5
- Views 1068
Re: The OpenCart community needs to strive for the global market as much as possible
Many of the clients I have come into contact with find it difficult to accept the high cost of customized module development, But I think promoting multilingual sub-forums and recruiting customers with common needs to share development costs may be a solution. Because subscription-based e-commerce ...
Jump to post- Sat Mar 15, 2025 11:35 pm
- Replies 10
- Views 2358
Re: The OpenCart community needs to strive for the global market as much as possible
Like the OP I would be interested to hear other users and developers opinions and viewpoints.
Jump to post- Sat Mar 15, 2025 7:48 pm
- Replies 10
- Views 2358
Re: The OpenCart community needs to strive for the global market as much as possible
I have seen clients moving to WordPress and Woocommerce. IMO it's a backward move and I say that but they move anyway. Opencart is fantastic, modern, easy to work with and affordable. I cannot see why it's not more successful than it is. Also as a developer I have seen a big move to store owners try...
Jump to post- Sat Mar 15, 2025 7:20 pm
- Replies 10
- Views 2358
Re: Featured
How do you mean? On line 1 just replace this code for your image call:
<h3>{{ heading_title }}</h3>
You can use the theme editor or write an Ocmod for it. Jump to post
- Sun Mar 09, 2025 9:25 am
- Replies 3
- Views 299
Re: Featured
Hello, I'm trying to edit the Featured on the index page but I can't find the right template to edit the featured. I want to put an image there instead of the word Featured. I'm using OC ver 3.0.2.0 see image. Can any one help? Thank you If you're using the default theme try this: catalog/view/them...
Jump to post- Sun Mar 09, 2025 9:09 am
- Replies 3
- Views 299
Re: HTML content issue
Hi, I have an issue with HTML content module. When I save the content, it appears then as Disabled and the content dissappeared. I suppose my HTML content is too heavy... How can I fix it? Perhaps increasing the capacity of the module? I use 3.0.4, no Theme installed, PHP 8, I don't use cloudflare ...
Jump to post- Thu Mar 06, 2025 10:46 pm
- Replies 5
- Views 558
Re: Some orders with PayPal Checkout Integration V3.0.2 are marked as cancelled
Are you using any anti fraud extensions?
Jump to post- Wed Mar 05, 2025 2:06 am
- Replies 9
- Views 1850
Re: Website Popup Box
Okay now where do I insert the code? An easy way is to install an extension that lets you add custom JS to the the site header. You just need to add this: <script type="text/javascript"> window.onload = function () { alert("Welcome!."); }</script> If in doubt post in the commerc...
Jump to post- Sun Feb 23, 2025 6:33 pm
- Replies 7
- Views 405
Re: Forbidden message on certain admin sections after migration
Any update or resolution on this issue? Jump to post
- Thu Feb 20, 2025 8:15 pm
- Replies 11
- Views 7198
Re: Add to cart button redirect to shopping cart page directly Version 4.0.2.3
When a customer clicks on add to cart button i want instead of showing a message on top, it moves to shopping cart page otherwise customer use to click again and again. what and where can i make changes? Try this or something similar from the marketplace: https://www.opencart.com/index.php?route=ma...
Jump to post- Thu Feb 20, 2025 8:13 pm
- Replies 1
- Views 355
Re: PHP8+ Required
Hi. I am trying to upgrade to the latest version 4.0.2.3 but constantly get the above error when trying to install. My server is running php8.2 Any help greatly appreciated. Thanks in advance Check that you don't have PHP 7.4 or similar in your .htaccess file. If you do, remove it and retry the upg...
Jump to post- Fri Feb 14, 2025 5:19 am
- Replies 6
- Views 3069
Re: Shipping cost for each product
I'll third it. Jump to post
- Thu Feb 13, 2025 10:37 pm
- Replies 3
- Views 1537