Search found 4977 matches

Search found 4977 matches

Re: Removing dots under slideshow - carousel

Find the CSS class it uses and set "display: none;".

Or look in the template files and set "pagination: false".

Jump to post
  • Mon Sep 23, 2024 4:25 pm
  • Replies 3
  • Views 513
Re: Somtimes mandatory product Options do not print in the Customer Confirmation Email

There is a fix for 1.5.5.1 to remove products from the cart if an option no longer exists.
https://github.com/opencart-ce/opencart ... 1277b21398

It would need to be adapted for 3.0.x.

Jump to post
  • Sat Sep 21, 2024 12:36 am
  • Replies 6
  • Views 876
Re: Email Signature opencart address file location

Check HTTP_SERVER and HTTP_CATALOG in you config.php and admin/config.php files.

Jump to post
  • Fri Sep 20, 2024 4:18 pm
  • Replies 5
  • Views 828
Re: Admin LockOut

The database table you are looking for is oc_setting (no s on the end). Also the oc_ prefix may be different if you changed it on install.

Jump to post
  • Thu Sep 19, 2024 10:14 pm
  • Replies 3
  • Views 909
Re: Upgrading 2102 -> 2302 - help needed

You need to look in your PHP/server error logs for the cause of the 500 error.

Jump to post
  • Thu Sep 19, 2024 4:17 pm
  • Replies 5
  • Views 487
Re: [SOLVED] Edit Missing Order to change to Completed issue

You don't need to edit and order to change it's status. You can change the status in the Add Order History section when viewing an order.

Jump to post
  • Wed Sep 18, 2024 9:21 pm
  • Replies 4
  • Views 425
Re: modification cache no longer works after moving server. Also need a PHP vesion code.

That a question to ask your host as each host will be different. Some will not allow different PHP versions on the same hosting.

Jump to post
  • Mon Sep 16, 2024 7:47 pm
  • Replies 4
  • Views 1654
Re: Email From WebSite Bounces with Gmail email address. Flagged as unVerifiedwithOutlook

Use and online email deliverability checker such as https://www.mail-tester.com/. This will tell you is the email send from OpenCart look like spam.

Jump to post
  • Mon Sep 16, 2024 4:14 pm
  • Replies 4
  • Views 874
Re: modification cache no longer works after moving server.

Sounds like you new host has different default cache control. This can be a problem as OpenCart 3.0.3.9 and below don't correctly set any.

This is fixed in 3.0.4.0 by https://github.com/opencart/opencart/pull/13599.

For the register issue you need to look in you PHP/server error log.

Jump to post
  • Sat Sep 14, 2024 12:26 am
  • Replies 4
  • Views 1654
Re: [CLOSED] New product page error appeared - CKEditor warning

Looking at https://github.com/ckeditor/ckeditor4/security there are 5 issues that affect the last free version 4.22.1. 3 are in samples or plugins that aren't included in OpenCart. 1 looks to be in a feature not used in OpenCart by default. The final one looks to have been patch with https://github....

Jump to post
  • Fri Sep 13, 2024 8:25 pm
  • Replies 6
  • Views 1750
Re: 404 in new clean install

Check you have a .htaccess file and the rewrite rules in it are correct.

Jump to post
  • Mon Sep 09, 2024 3:44 pm
  • Replies 13
  • Views 3650
Re: Change Contact Form Sender Address

Hi, thank you to everyone who contributes to these forums. I would appreciate any help on a similar matter. For some reason every time a message comes through via the contact form it only displays my email address as the sender. It does not show who sent the request. I do not know how to fix and I ...

Jump to post
  • Fri Sep 06, 2024 11:22 pm
  • Replies 8
  • Views 2959
Re: Problems with user email information in contact form

Look at the raw email headers. What is the Reply-To header set to?

Jump to post
  • Fri Sep 06, 2024 4:37 pm
  • Replies 1
  • Views 643
Re: Could not load template

The second error suggests extension/module/promotionModule/stats_page/tab_promotions.twig is being included in extension/module/promotionModule/promotion_stats.twig at line 45. If this is the case and both files exist see viewtopic.php?t=219092.

Jump to post
  • Thu Sep 05, 2024 8:03 pm
  • Replies 14
  • Views 886
Re: Could not load template

That suggests their is an issue with that extensions Twig template. It's possible it's not compatible with the later version of Twig included in 3.0.4.0.

Jump to post
  • Thu Sep 05, 2024 5:28 pm
  • Replies 14
  • Views 886

Search found 4977 matches