Search found 22288 matches

Search found 22288 matches

Re: Call from the frontend through the "route=" parameter of a custom page to a custom folder through an extension

Hello Community, I'm a developer and I want to create an extension for one of my clients for OpenCart for version 4.0.2.3. This extension will be of type "Theme" and I want it to have the following features: 1. I want to be able to run the files that will be in the extension instead of th...

Jump to post
  • Wed Apr 17, 2024 12:11 am
  • Replies 1
  • Views 167
Re: query help

Joe1234 wrote:
Tue Apr 16, 2024 10:29 pm
Thanks, I'm not able to test it yet, but when you asked, exactly what was your phrasing? I couldn't get anywhere with using AI on this....I was using Bing's copilot though.
Here's a simple example: https://stackoverflow.com/a/15667227

Jump to post
  • Tue Apr 16, 2024 11:39 pm
  • Replies 3
  • Views 92
Re: Getting error in scss.inc.php

lockbox wrote:
Tue Apr 16, 2024 9:54 pm
Editing line 1753 to this if (is_array($key)) $key = $key[1]; did not work for me
removing the line did?
All the errors are gone :)
Don't know why, maybe it may help someone

Code: Select all

if (!empty($key) && is_array($key)) $key = $key[1]

Jump to post
  • Tue Apr 16, 2024 11:36 pm
  • Replies 5
  • Views 1365
Re: Cart doesn't update quantity or remove products

Has anybody experienced this. No matter what I try, it will not update quantity or remove an item from the cart. This is a serious issue, especially when a real customer is making a purchase. There are no errors in the error log. The cart just will not update or remove items. When the update and re...

Jump to post
  • Mon Apr 15, 2024 10:51 pm
  • Replies 5
  • Views 167
Re: Where are "+" and "-" symbols stored?

Hello, I'm fairly new here. I'm running OC 4.0.2.3. I'm working on a small modification to suit my needs as an admin. I just need to know where I can find the "+" and "-" symbols (price_prefix) that appear in the product options form under admin. (not in the db already attached ...

Jump to post
  • Sun Apr 14, 2024 8:20 am
  • Replies 4
  • Views 146
Re: Cart doesn't update quantity or remove products

Hello, I'm fairly new here. I'm running OC 4.0.2.3. During testing I noticed that the cart doesn't update quantity or remove products. I have Windows 11 on my laptop (I know the cache system is finnicky) and my Android phone does the same thing. I have cleared the cache and reloaded pages on both b...

Jump to post
  • Sun Apr 14, 2024 8:18 am
  • Replies 5
  • Views 167
Re: Version 4.0.2.3 Product Discount V Special Query

I have a product for £10. I go to discount and enter: Qty=3, Priority = 1, Price= £5, valid start and end dates. then go to Special tab and enter: priority =2, price = £9, valid start and end dates. This to me suggests that the item is now £9, but if the customer buys 3 or more they get it at £5 ea...

Jump to post
  • Sun Apr 14, 2024 8:17 am
  • Replies 1
  • Views 78
Re: Remove /en/gb/catalog from the url

Nevertheless, you seem to miss the point that OC4 is not ready for a commercial site. Surely that decision is something that you are paid for ? You can do whatever you like but seems in any clients best interest to use a robust version to me. Ive been away from OC for a few years and have recently ...

Jump to post
  • Sun Apr 14, 2024 8:14 am
  • Replies 9
  • Views 2564
Re: OpenCart 4.0.2.3 - checkout

m.petro wrote:
Sat Apr 13, 2024 7:47 pm
1. OpenCart 4.0.2.3
2. eMarket
3. PHP 8.2
During checkout, any change in the address block resets the settings for payment and delivery methods. Can this be turned off?
The MB has been a bit reworked in regard to addresses, including the payment and shipping methods during checkout.

Jump to post
  • Sun Apr 14, 2024 8:13 am
  • Replies 1
  • Views 92
Re: How to add a Cron jobs in the panel

Hello, in the admin panel of opencart ( 4.0.2.3 ) I can edit and delete a cron job, but there isn't a 'create' button. of course I can add a php file in the 'catalog/controller/cron' folder, and this file will be my cronjob, but I want to add it by admin panel, or better, I want to add a cronjob in...

Jump to post
  • Sun Apr 14, 2024 8:12 am
  • Replies 2
  • Views 242
Re: Currencies not calculating correctly - OC4.02.3

just a thought - is there anything I can do for my existing 3.03.2 site to get it to go to ECB instead of yahoo??? Upgrade to one of the latest OC releases from the Opencart repositories. ECB is already integrated. Alternatively, you can use an extension from the Marketplace. In the meantime, now t...

Jump to post
  • Sun Apr 14, 2024 8:10 am
  • Replies 7
  • Views 529
Re: Currencies not calculating correctly - OC4.02.3

Possibly! -searched the forum for info not github.. However, which file needs to be changed? (and if I change that & then use the upgrade tool in the future, will the change get lost in the process?) - had a quick look around & cant see where to make the change Having said that I did go to ...

Jump to post
  • Thu Apr 11, 2024 3:48 am
  • Replies 7
  • Views 529
Re: bug probleem

Caused by an installed extension. Contact the extension developer of that extension to resolve this issue.

Jump to post
  • Thu Apr 11, 2024 3:44 am
  • Replies 3
  • Views 473
Re: bug probleem

OC version.

Jump to post
  • Wed Apr 10, 2024 2:52 am
  • Replies 3
  • Views 473
Re: Cron Job

I'm using V 3.0.4.0. Is there a cron job that I can create to keep statistics up to date? I have to manually go into statistics and update all of them at the moment and the "Order Sales" total is always higher than the actual value until I manually update it. Thanks. Matt Unless using OC ...

Jump to post
  • Sun Apr 07, 2024 3:05 am
  • Replies 3
  • Views 210
Re: Opencart no record of orders occurring

Well the error about the IPN is what I was referring to... your sales where going to missing orders because the IPN callback was failing. Now with the paypal checkout integration.... Debugging turned on? Also did you check the other error log.... The one in your store directory? Mike Thanks for the...

Jump to post
  • Sun Apr 07, 2024 3:03 am
  • Replies 15
  • Views 634
Re: Request some features

Hello, I have a few extension requests, and I'm willing to pay for them. 1. When I'm logged into the admin backend and I go to the main site (frontend), I'd like to be able to do the following: When I add a product to the cart, it should skip registration/authentication and show 3 buttons: 1. Searc...

Jump to post
  • Thu Apr 04, 2024 7:58 pm
  • Replies 3
  • Views 272
Re: Individual product currency

Can anyone advise of an extension that will do this 1. My default store currency is AUD 2. I have products that I buy from suppliers here in Australia at an AUD price 3. I have products that I buy from US suppliers at a USD price 4. I enter the AUD products into my store at an AUD price 5. I enter ...

Jump to post
  • Thu Apr 04, 2024 7:57 pm
  • Replies 2
  • Views 144
Re: Australia Post Shipping Question

Thanks, yes I know that but I am asking if it works with just product weight and not sizes In catalog/model/extension/shipping/auspost.php file (out-of-the-box): curl_setopt($curl, CURLOPT_HTTPHEADER, ['AUTH-KEY: ' . $api_key]); curl_setopt($curl, CURLOPT_URL, 'https://digitalapi.auspost.com.au/pos...

Jump to post
  • Wed Apr 03, 2024 11:42 pm
  • Replies 3
  • Views 234
Re: Copied site to new domain and get errors

Same server or different server? PHP version? Better, yet, to install a fresh version and see if the issue can be reproduced prior to upgrade.

Jump to post
  • Tue Apr 02, 2024 11:49 pm
  • Replies 7
  • Views 253

Search found 22288 matches