Search found 1122 matches

Search found 1122 matches

Re: Geo zones question

Maybe you need to share the screenshot or the site url , because from your short hand writing its difficult to understand what exactly you are after.

Jump to post
  • Thu Oct 19, 2023 12:06 pm
  • Replies 12
  • Views 373
Re: Hide price to opencart guests

You can add the word [SOLVED] in the post title. thanks

Jump to post
  • Thu Oct 19, 2023 12:04 pm
  • Replies 7
  • Views 466
Re: Smart TV Live Product Listing: Part of file name missing / Page not found Error

What is the journal theme version you are using? Also did install or made any further changes since this issue start happening ? Have you tried opening the direct url into the browser to see if the pdf is loading? Is there any code or extension which is renaming the file? is it possible that you ren...

Jump to post
  • Thu Oct 19, 2023 11:42 am
  • Replies 14
  • Views 1256
Re: Now unable to log into admin for 1.5.6.1.

on your first error regarding admin.
can you confirm if your both catalog & admin config.php loaded over https?

Code: Select all

// HTTP

define('HTTP_SERVER', 'https://yourwebsite.com/');

// HTTPS

define('HTTPS_SERVER', 'https://yourwebsite.com/');
Because your site say different

Jump to post
  • Thu Oct 19, 2023 11:32 am
  • Replies 6
  • Views 10128
Re: Opencart 4 SMTP Issue

anandnathtiwari wrote:
Wed Oct 18, 2023 10:19 pm
Email work on default opencart customer registeration but not seller registration.
Then you have to inform the extension developer and ask them to fix their issue.

Jump to post
  • Wed Oct 18, 2023 10:24 pm
  • Replies 13
  • Views 806
Re: Opencart 4 SMTP Issue

Have you made a test by disabling the third party extension. Does default opencart send email?

Jump to post
  • Wed Oct 18, 2023 9:32 pm
  • Replies 13
  • Views 806
Re: Generate random value oc 3.0.3.8

Glad to hear that. You can add word [SOLVED] in the post title.

Jump to post
  • Wed Oct 18, 2023 9:19 pm
  • Replies 10
  • Views 593
Re: EMAIL NOT WORKING

The main issue is not because of Opencart but rather your server configuration, when connecting to the sandbox.smtp.mailtrap.io on port 587 with TLS. The error happens during the handshake. Because you are having a one SSL from the Sectigo which is valid till January 20,2024 that use the wildcard fo...

Jump to post
  • Wed Oct 18, 2023 5:52 pm
  • Replies 5
  • Views 453
Re: Opencart Upgrade from 2.1.0.2 to 4.0.1.1

ATM 2.1.0.2. - It works well, is reliable, all addons... Just perfect, everything as it should be, so I would only update if I really have to... Just contacted my hosting provider, he told me I should not worry about PHP version they keep also old ones which you can select (also 4.4 etc), the only ...

Jump to post
  • Wed Oct 18, 2023 12:44 pm
  • Replies 13
  • Views 2595
Re: Generate random value oc 3.0.3.8

if (!isset($this->config->get['secret_token'])) { $random_number = bin2hex(random_bytes(14)); $this->session->data['secret_token'] = $random_number; } if (isset($this->session->data['secret_token'])) { $data['secret_token'] = $this->session->data['secret_token']; unset ($this->session->data['secret...

Jump to post
  • Wed Oct 18, 2023 12:37 pm
  • Replies 10
  • Views 593
Re: Error message when clicking on products...

Where would this SQL be generated from? Do you know which file? I cannot see in the mysqli.php where this is. Its catalog side controller and model files, i have quickly take a look at it but seems its need deeper debugging. these are the part of model code which are handling this query these are t...

Jump to post
  • Tue Oct 17, 2023 10:35 pm
  • Replies 6
  • Views 286
Re: Error message when clicking on products...

The error message you provided points to a syntax error in your SQL query. By examining the provided SQL query, I noticed a space between the alias and the column name: s p.status = '1' You probably intended: sp.status = '1' if you further help you need to share the full query from your model file.

Jump to post
  • Tue Oct 17, 2023 10:12 pm
  • Replies 6
  • Views 286
Re: TWIG v TPL

gsc1ugs wrote:
Tue Oct 17, 2023 5:28 pm
The above works, but using the same %if% statement to hide the button, it does'nt work.. has

Code: Select all

{%stock%] 
reset its self before hitting the button? button id is the same and there is only one
Isn't a typo here ?

Jump to post
  • Tue Oct 17, 2023 8:49 pm
  • Replies 4
  • Views 204
Re: Image File Manager Not Working

mediatechnology2 wrote:
Tue Oct 17, 2023 8:29 pm
config.php in /admin and /shop look OK.
How about any errors in the developer console ?

Jump to post
  • Tue Oct 17, 2023 8:47 pm
  • Replies 13
  • Views 1163
Re: Generate random value oc 3.0.3.8

Save the token in the database: If you're setting the value in the admin settings, you will typically save this in the setting table of OpenCart. If you're using the admin settings controller, there is usually a save function that saves all the settings into the database. Retrieve the token from the...

Jump to post
  • Tue Oct 17, 2023 8:45 pm
  • Replies 10
  • Views 593
Re: Generate random value oc 3.0.3.8

To save the value and ensure it doesn't change when the page is refreshed, you'll need to store it somewhere persistent, such as in the database or session.
Are you working on admin side, or catalog?

Jump to post
  • Tue Oct 17, 2023 2:17 pm
  • Replies 10
  • Views 593
Re: Add to cart - not adding

you need to fix CROSS policy related issues first.

Jump to post
  • Wed Aug 30, 2023 12:17 pm
  • Replies 9
  • Views 1437
Re: Stamps.com/Shipstation install intergration

Please let me know what file - directory structure and what specific file I should add this code. In your shipstation module a file is called index.php past the below code into it and save the file. (see attached image) error_reporting(E_ALL); ini_set('display_errors', '1'); Then visit the url and ...

Jump to post
  • Wed Aug 30, 2023 12:05 pm
  • Replies 31
  • Views 3298

Search found 1122 matches