Search found 150 matches

Search found 150 matches

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 539
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 539
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 678
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 302
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 302
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 410
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 410
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 305
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 474
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 2957
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 2957
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 483
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 615
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 398
Re: Strange common search issue - header search

Latest version.

So strange as within the controller.php I can get the correct search term, I can print_r / echo it. But when passing it into the value on the input search bar it's replaced with an "a". I thought it would be javascript doing it but I see nothing that would.

Jump to post
  • Mon Apr 18, 2022 6:18 am
  • Replies 9
  • Views 398
Strange common search issue - header search

I am having a strange issue where the value of the search bar is "a". If I search for cars: .com/index.php?route=product/search&search=cars The search bar in the header has a value of a instead of cars if (isset($this->request->get['search'])) { $search = $this->request->get['search'];...

Jump to post
  • Sun Apr 17, 2022 8:00 pm
  • Replies 9
  • Views 398
Browser caching or hosting caching or Opencart caching issue?

In Opencart 3.0.3.8 I am having an issue with caching. Not sure what is causing it. Examples: - I need to refresh if an item is removed from the wishlist to see it be removed. - If items are added to cart or price comparison I need to refresh. - If user is logged in and there is a check for this on ...

Jump to post
  • Tue Apr 12, 2022 5:47 pm
  • Replies 2
  • Views 558
Htaccess in Opencart 3.0.3.8

How comes this file is missing in the latest Opencart versions?

Does adding it cause caching issues?

Jump to post
  • Tue Apr 12, 2022 5:04 pm
  • Replies 8
  • Views 4299
Someone with GPT 3 experience

Looking for someone with GPT 3 and Open Cart experience.

I would be looking to integrate this with a feed importing extension.

Jump to post
  • Fri Mar 04, 2022 11:30 pm
  • Replies 2
  • Views 691
Re: How to properly store 2 arrays to be accessed in twig?

Thank you very much for responses! I am trying to achieve 'filter_sub_category' => true, but rather than all products being merged, I would like them to stay within their sub category. This way I can for example have: Example Parent category: Electronics Sub Categories: Phones (Products: Iphone, gal...

Jump to post
  • Fri Feb 18, 2022 7:03 pm
  • Replies 4
  • Views 716

Search found 150 matches