Search found 156 matches

Search found 156 matches

Re: help admin login problem

I was in the admin this morning. I made absolutely no edits to any files, no changes, no saves. Three hours later I come back and I am unable to login to my admin. The login goes through, but it's a blank page. Nothing on the source of the admin login. Same results on different browsers and phone. ...

Jump to post
  • Thu Sep 12, 2024 3:11 am
  • Replies 3
  • Views 929
Re: Product purchase only for a specific user group possible?

Hi, I am looking for a way to show products to all users, but without seeing prices and the ability to purchase. If a user has logged in and is member of a specific user group, the user should be possible to purchase, depend on the group related prices. Any hint, how to get this setup working? Than...

Jump to post
  • Thu Sep 12, 2024 12:20 am
  • Replies 2
  • Views 989
Resource limit reached

Resource Limit Is Reached The website is temporarily unable to service your request as it exceeded resource limit. Please try again later. I have been getting this on one of my OpenCart sites, the only one with this issue (version 3.0.3.6), the store has around 3000 products. The traffic shouldn't ...

Jump to post
  • Mon Sep 09, 2024 11:46 pm
  • Replies 2
  • Views 995
Re: error.log full of cart / currency issues

Sorry! Version 3.0.3.6 <?php namespace Cart; class Currency { private $currencies = array(); public function __construct($registry) { $this->db = $registry->get('db'); $this->language = $registry->get('language'); $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "currency"...

Jump to post
  • Tue Sep 03, 2024 12:58 am
  • Replies 5
  • Views 487
error.log full of cart / currency issues

Hello, I just checked error logs on one of my websites and it has GBs of this notice for undefined variable / index: 2024-09-02 15:01:59 - PHP Notice: Undefined variable: currency in /home/website/public_html/system/library/cart/currency.php on line 25 2024-09-02 15:01:59 - PHP Notice: Undefined ind...

Jump to post
  • Mon Sep 02, 2024 11:05 pm
  • Replies 5
  • Views 487
Data from contact form added into database security issues?

I would like to get the data from the contact form to also add into a new database table, but I am wondering about the security issues of doing this.

Any advice for this?

Jump to post
  • Fri Aug 02, 2024 10:40 pm
  • Replies 2
  • Views 577
Re: SEO Urls not working

Full htaccess: ## # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! # # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename .htaccess.txt (this file) to .htaccess # # For any support issues please visit: https://www.opencart.com # # ...

Jump to post
  • Sat Oct 07, 2023 12:30 am
  • Replies 4
  • Views 1067
SEO Urls not working

Anyone got any advice on what I should try to get SEO urls working. Clean install, have enabled seo urls in admin settings, checked with Namecheap that Apache is installed and renamed the Htaccess. Any reason why it wouldn't be working? It just shows index.php page (home.twig) for all /seo-urls, whe...

Jump to post
  • Fri Oct 06, 2023 9:36 pm
  • Replies 4
  • Views 1067
Store language - where is it stored?

I'm trying to access what the default language set to a store within Stores - Settings - local (tab) - language, here it can be set to any language but I can't find how to access it or where it is stored in the database. This just gets the current language: (int)$this->config->get('config_language_i...

Jump to post
  • Fri Feb 03, 2023 1:32 am
  • Replies 2
  • Views 1239
Re: Wishlist clears when going from store to store. (Multistore)

That is brilliant, thank you very much for such a detailed response and a solution to my issue! Yes, this is a bug in Opencart 3.0.3.8. Currently, the wishlist is store-specific and does not persist across stores. This means that when you switch to a different store, the wishlist items are not saved...

Jump to post
  • Tue Jan 31, 2023 2:57 pm
  • Replies 2
  • Views 465
Wishlist clears when going from store to store. (Multistore)

Using Version 3.0.3.8, have a multistore and just tested adding products to wishlist and then changed to another store and back and the list had cleared. Is this a bug? Any one know a way to fix?

Thanks! :D

Jump to post
  • Tue Jan 31, 2023 4:56 am
  • Replies 2
  • Views 465
Re: Email issue (Content-Transfer-Encoding: base64)

Thank you ADD!

I am using Version 3.0.3.8 and PHP 8.0, so that is why! :D

Which PHP would you recommend for Version 3.0.3.8 btw?

Jump to post
  • Tue Jan 31, 2023 4:26 am
  • Replies 3
  • Views 695
Email issue (Content-Transfer-Encoding: base64)

Never had this issue before but emails are coming through encoded. Is this a server issue? How do I fix this? Thanks :-) Thank you for registering namecheap@business36.web-hosting.com 9:48 PM (1 minute ago) to me ------=_NextPart_a7ac8b17c277b411fcd0d71d1b0d6061 Content-Type: text/plain; charset=&qu...

Jump to post
  • Tue Jan 31, 2023 2:52 am
  • Replies 3
  • Views 695
Additional languages essential values

Hello! I have a question about additional languages and them being essential values when adding categories or products. My Opencart has two stores a Spanish and an English language store each selling different items. I have removed the change language. So it is different to Opencart's original langu...

Jump to post
  • Mon Jan 30, 2023 10:14 pm
  • Replies 1
  • Views 453
Function to compare price of products with the same model

Hello! I'm trying to create a function that will select products that have the same model and then sort / order by price . The result I am getting though is finding the products with the same model but isn't ordering by price and I am struggling to work out why. Any help for an SQL noob would be muc...

Jump to post
  • Sat Jan 14, 2023 4:45 am
  • Replies 5
  • Views 615
Re: SEO Urls contain /en-gb ?

Please provide more details if you want help here: OC version, extensions used, website URL In a standard OpenCart 4 the default language isn't shown s part of the URL. 4.0.1.1 No extensions I created a multi store in settings, could this be the reason why it's using language in the URL? It's also ...

Jump to post
  • Sun Jan 08, 2023 9:41 pm
  • Replies 12
  • Views 4186
SEO Urls contain /en-gb ?

Why do the SEO urls contain en-gb folder now?

Is there an easy way to remove this? For example:

.com/en-gb?route=common/home
.com/en-gb/catalog/desktops/pc

to just:

.com/
.com/pc

Jump to post
  • Sun Jan 08, 2023 7:35 pm
  • Replies 12
  • Views 4186
Slower performance?

My first project on 4.0+ Has anyone noticed a performance difference? I am looking into my hosting package now to do a comparison myself but a clean download that is stripped down to bare bones is loading slower than a site I have on version 3 full of images and videos. Possibly hosting package, but...

Jump to post
  • Sun Dec 04, 2022 3:24 am
  • Replies 1
  • Views 652
Re: Trouble getting past configure page of installation

I had a similar issue. The way I got around it was that I kept the prefix box empty and I pasted the prefix alongside the database and username of the database, so for example I think yours would be: username: creatkck _whateverdatabaseusernameyouchose database: creatkck _whateverdatabasenameyouchos...

Jump to post
  • Fri Aug 12, 2022 4:24 am
  • Replies 2
  • Views 1474
Re: Strange common search issue - header search

if (isset($this->request->get['search'])) { $search = $this->request->get['search']; } else { $search = ''; } var_dump($search); //print_r($this->request->get['search']); $data['search'] = $search; Sorry for posting partial code. Yes I have $data['search'] = $search;. When using var_dump I get this...

Jump to post
  • Tue Apr 19, 2022 5:09 am
  • Replies 9
  • Views 578

Search found 156 matches