Re: Prospection vendeurs tiers marketplace avec OpenCart
A custom solution can be placed for this.
Jump to post- Wed Jul 09, 2025 2:10 am
- Replies 2
- Views 50
Re: Product Images Not Showing on OpenCart 3.0.3.8 Storefront After Upload
Confirm the Exact URL in the Browser Console Right-click the broken image → Inspect → get the full src URL. Example: https://mystore.com/image/catalog/products/sample.jpg Paste this directly into a browser tab. If it works, then OpenCart is generating bad URLs somewhere. If it fails with 404, it's a...
Jump to post- Tue Jul 08, 2025 2:22 am
- Replies 3
- Views 185
Re: Newbie Needing Some Help...
if you have a good hand on docker and know how to work with it you can quickly test this just make sure you use the new version of Opencart.
https://github.com/Khnaz35/Opencart-v.3 ... -Container
- Tue Jul 08, 2025 2:15 am
- Replies 4
- Views 246
Re: [SOLVED] Fixing Errors 4.1.0.3
You are most welcome Glad could help
- Tue Jul 08, 2025 2:13 am
- Replies 5
- Views 660
Re: Resim Yükleme sorunu
First you need to lower your PHP version set to 7.4
Second you need to user developer console for the errors.
- Mon Jul 07, 2025 4:48 pm
- Replies 6
- Views 367
Re: Newbie Needing Some Help...
Yes this: 3.0.4.1 and soon 3.0.5.0. https://www.opencart.com/index.php?route=cms/download/history Yes as JNeuhoff already confirm this here The 3.0.x.x branch has now been updated, with added PHP 8.4 support, and a newer version of the cardinity payment method. Older PHP versions, like 7.x and 8.0,...
Jump to post- Mon Jul 07, 2025 3:12 pm
- Replies 4
- Views 246
Re: Admin panel logs me out randomly while editing products
Do share with us what do you have on your server settings for
Code: Select all
session.gc_maxlifetime
- Mon Jul 07, 2025 3:06 pm
- Replies 1
- Views 122
Re: Resim Yükleme sorunu
Your image uploading is from the admin side can you share the console error you are seeing?
Jump to post- Mon Jul 07, 2025 3:02 pm
- Replies 6
- Views 367
Re: Resim Yükleme sorunu
What is the PHP version you are using on site i am seeing allot of error being reported.
Jump to post- Mon Jul 07, 2025 3:00 pm
- Replies 6
- Views 367
Re: Resim Yükleme sorunu
Is the image available on your server? Can you share website url.
Jump to post- Sun Jul 06, 2025 11:29 pm
- Replies 6
- Views 367
Re: Stock par combinaison d’options, possible sans module ?
So you needed final quantity?
What is the logic can you explain more ?
- Sat Jul 05, 2025 9:20 pm
- Replies 1
- Views 1493
Re: Fixing Errors 4.1.0.3
Yes, replace the full function.
Jump to post- Sat Jul 05, 2025 11:15 am
- Replies 5
- Views 660
Re: Fixing Errors 4.1.0.3
public function addReturn(array $data): int { $this->db->query("INSERT INTO `" . DB_PREFIX . "return` SET `order_id` = '" . (int)$data['order_id'] . "', `product_id` = '" . (int)$data['product_id'] . "', `customer_id` = '" . (int)$this->customer->getId() . &q...
Jump to post- Sat Jul 05, 2025 12:42 am
- Replies 5
- Views 660
Re: Posting code on this forum
it is 4.1.0.3 PHP is 8.3.22 Change the line with this $code = $data['code']; $code = trim($code, " \t\n\r\0\x0B'\""); if (isset($data['languages'][$code])) { $data['name'] = $data['languages'][$code]['name']; $data['image'] = $data['languages'][$code]['image']; } else { $data['name']...
Jump to post- Sat Jul 05, 2025 12:35 am
- Replies 9
- Views 535
Re: Posting code on this forum
What is your opencart version and the php version ?
Jump to post- Sat Jul 05, 2025 12:16 am
- Replies 9
- Views 535
Re: Posting code on this forum
Yes you should post it between the tags
Code: Select all
Your code here
- Fri Jul 04, 2025 11:05 pm
- Replies 9
- Views 535
Re: [SOLVED] How to check if current page is the homepage in twig?
Glad could help
- Fri Jul 04, 2025 1:40 am
- Replies 5
- Views 1135
Re: How to check if current page is the homepage in twig?
You could adopt this approach. Haven't tested on my end <?xml version="1.0" encoding="utf-8"?> <modification> <name>Column Left Class for Homepage</name> <version>1.0.0</version> <author><![CDATA[<font color="#19700E"><b>khnaz35</b></font>]]></author> <link>mailto:khnaz...
Jump to post- Thu Jul 03, 2025 10:51 pm
- Replies 5
- Views 1135
Re: product registration- only the main language is mandatory
Have you follow this?
https://docs.opencart.com/en-gb/adminis ... /language/
- Thu Jul 03, 2025 10:37 pm
- Replies 4
- Views 1566
Re: paypal setup always give error
Drop me email for free estimate Jump to post
- Thu Jul 03, 2025 10:33 pm
- Replies 9
- Views 2826