Search found 264 matches

Search found 264 matches

Re: Generating a barcode from scratch

Not sure if I fully understand what you mean. Where exactly are you trying to generate these barcodes? Also, why would you need to duplicate a product multiple times? Are you saying that for the example you've provided, you will need to create three products like below: 1. Black Shoe Size 43 2. Blac...

Jump to post
  • Fri Apr 11, 2025 3:19 am
  • Replies 2
  • Views 160
Re: i install payment extintion

Looks like this is a third-party extension by Tamara for payments - you should try to contact them for support instead.

Jump to post
  • Sun Apr 06, 2025 4:13 pm
  • Replies 2
  • Views 319
Re: Fonts do not load properly?

This is really more of a CSS question and not related to OpenCart. That being said, your CSS rule of font-family: 'Open Sans Condensed', tahoma; means that "Open Sans Condensed" will be applied first, and if that is not available, it will fallback to "Tahoma". Anyway, you mention...

Jump to post
  • Thu Apr 03, 2025 2:25 am
  • Replies 5
  • Views 456
Re: Category mega menu

JNeuhoff wrote:
Wed Mar 19, 2025 6:05 am
Please read the forum rules, and then try again here with an updated post providing more details, otherwise no one will be able to help you here.
Seems like they are having issues with Journal theme as can be seen from their other post here: viewtopic.php?t=235361

Jump to post
  • Wed Mar 19, 2025 4:17 pm
  • Replies 3
  • Views 551
Re: journal theme category error

You should try contacting Journal for support or check their online documentation to see if you can resolve the issue on your own.

Unfortunately, most users here won't provide any help for Journal theme.

Jump to post
  • Wed Mar 19, 2025 4:15 pm
  • Replies 1
  • Views 304
Re: Shipping cost for each product

I recommend ClearThinking's Ultimate Shipping.

Jump to post
  • Thu Feb 13, 2025 3:20 am
  • Replies 3
  • Views 1537
Re: Bootstrapping opencart to a custom file for a cron job

Why are you re-initialising all the core OpenCart classes? Perhaps as a starter, try creating a new file: "catalog/controller/tool/cron.php". And inside this file: <?php class ControllerToolCron extends Controller { public function index() { echo "Hello World!"; } public function...

Jump to post
  • Wed Feb 12, 2025 3:27 pm
  • Replies 8
  • Views 1202
Re: Add an extra Voided status after Confirm an order on admin

Seems like an ongoing issue that still hasn't been resolved yet: https://github.com/opencart/opencart/issues/14361

Is it happening only to a specific payment? Have you tried another payment method to check if the same happens?

Jump to post
  • Wed Feb 12, 2025 3:20 pm
  • Replies 2
  • Views 1895
Re: Registering Events

The status displayed follows the status of the setting name: "module_extension_name_status", assuming that your extension is under "Modules" (for instance, if your extension is a shipping extension, then the status setting name should be "shipping_extension_name_status"...

Jump to post
  • Tue Jan 28, 2025 4:09 pm
  • Replies 8
  • Views 1910
Re: Information input onto general tab disappearing after saving

Might also want to check/increase on your PHP post_max_size and max_input_vars.

Jump to post
  • Tue Jan 28, 2025 3:59 pm
  • Replies 2
  • Views 504
Re: How to edit email message?

I believe you should edit the language file at:

Code: Select all

catalog/language/en-gb/information/contact.php

Jump to post
  • Fri Jan 24, 2025 10:04 am
  • Replies 2
  • Views 510
Re: Session data partialy deleting

Since you're using a third-party checkout extension, this issue is likely related to the extension. You should try contacting the developers of the extension for support instead.

Jump to post
  • Fri Jan 24, 2025 1:28 am
  • Replies 1
  • Views 305
Re: Registering Events

Eh, there's no need to use snake case. I generally follow the OpenCart default modules/extensions, so I use pascal case for my class name and namespace. Just stick to pascal case since that seems to be used across the OpenCart codebase. Anyway, it seems like your file paths and namespace/class name ...

Jump to post
  • Wed Jan 22, 2025 4:17 pm
  • Replies 8
  • Views 1910
Re: Reduce the Product Title to One Line On Home Page

Hi, How can we reduce the displayed product title to one line on the home page? This is to align all of our 'Add To Cart' buttons. Thanks in advance ;) You can try adding the following CSS style to the <h4> tag (assuming you are using the default OpenCart theme) of your product title: white-space: ...

Jump to post
  • Mon Jan 20, 2025 10:44 am
  • Replies 11
  • Views 1665
Re: To many redirects or to many request

From the error logs, seems like mod_qos is blocking your IP address for too many requests.

Jump to post
  • Sat Jan 18, 2025 5:59 am
  • Replies 5
  • Views 583
Re: redirect question

paulfeakins wrote:
Fri Jan 17, 2025 8:08 pm
Erika383Rivera wrote:
Fri Jan 17, 2025 2:21 pm
Hello!
Thanks for the solution, It worked just fine for me as well!
Lol, you're a bot, you're banned, goodbye.
Off-topic but genuinely curious what's the purpose of bots making such posts? What do they even achieve man.

Jump to post
  • Sat Jan 18, 2025 5:58 am
  • Replies 7
  • Views 688
Re: redirect question

Chrome caches 301/302 redirects - which is probably why (as you mentioned) the redirects keep persisting until you clear your browser cache.

Jump to post
  • Fri Jan 17, 2025 4:34 am
  • Replies 7
  • Views 688
Re: USPS Not Working on Version 3.0.3.8

Same thing, encountered this issue and adding "https://" to the API URL solved the issue. Another issue is that USPS renamed their First-Class Package service to USPS Ground Advantage, so the First-Class Package services won't show up as a shipping option at checkout. If you take a log th...

Jump to post
  • Wed Jan 15, 2025 2:11 pm
  • Replies 3
  • Views 726
Re: USPS Not Working on Version 3.0.3.8

Same thing, encountered this issue and adding "https://" to the API URL solved the issue. Another issue is that USPS renamed their First-Class Package service to USPS Ground Advantage, so the First-Class Package services won't show up as a shipping option at checkout. If you take a log the...

Jump to post
  • Wed Jan 15, 2025 12:56 pm
  • Replies 3
  • Views 726
Re: Categories not showing

It sounds like you're facing an issue with displaying categories and products after cleaning sample data in Opencart 4.0.2.3. Here are a few suggestions to help resolve this: Clear Cache: Make sure to clear your browser cache and Opencart cache. Sometimes, old data can still be cached and cause dis...

Jump to post
  • Sat Jan 11, 2025 11:25 pm
  • Replies 2
  • Views 1017

Search found 264 matches