Search found 188 matches

Search found 188 matches

Re: How to make a div tag responsive within HTML block ? [3.6.0.6]

I am not sure if it is good practice or not, but you can rearrange it like this. <div class="slider"> <style> .slider { max-width: 100%; width: 600px; height: 200px; margin: 10px auto; position: relative; } .slide1,.slide2,.slide3,.slide4,.slide5 { position: absolute; width: 100%; height: ...

Jump to post
  • Sat Jul 02, 2022 12:25 pm
  • Replies 4
  • Views 347
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

Not seen this happen myself. However, we find most checkout problems are caused by extensions. Fair enough. I'm not too worried about it as I have disabled the Free Checkout payment module now and I probably won't need to re-enable it. We've had about 1,000 orders through the site since the Free Ch...

Jump to post
  • Fri Jun 24, 2022 11:34 am
  • Replies 12
  • Views 485
Re: Default Email template is not working properly

If you are referring to when an order is first placed, the email that is sent out, then check catalog/view/theme/default/template/mail/order_add.twig file If you are referring to when an order is updated, the email that is sent out, then check catalog/view/theme/default/template/mail/order_edit.twig...

Jump to post
  • Thu Apr 28, 2022 8:26 pm
  • Replies 8
  • Views 523
Re: Moving Folders and Having Problems

Your admin page is showing fine at my end. Also, once you get everything up and running it is recommended to use SSL especially if you're going to be selling products.

Jump to post
  • Sun Feb 20, 2022 9:42 pm
  • Replies 13
  • Views 980
Re: Spammers/Hackers crashed my Website/ Cant access Admin Dashboard

You can also enable the google recaptcha extension for both registration and contact pages. It may help to reduce spam on the frontend. For admin, you can also take a look at this thread https://forum.opencart.com/viewtopic.php?f=179&t=225771. The best way will be to use a firewall, you can try ...

Jump to post
  • Tue Feb 01, 2022 6:59 am
  • Replies 4
  • Views 4060
Re: No longer able to add away message script on homepage

You can add the script in those files, save them, and clear both caches and refresh modification to see if it works.
If it doesn’t then you may have to provide more info including possibly posting the script code here.

Jump to post
  • Mon Jan 10, 2022 1:36 pm
  • Replies 8
  • Views 615
Re: No longer able to add away message script on homepage

It is not recommended to directly edit the default files, that being said, which files did you add the script to in 3.x?

Jump to post
  • Mon Jan 10, 2022 12:00 pm
  • Replies 8
  • Views 615
Re: htaccess blocking and allowing i addresses

It is best to use a firewall like https://www.getastra.com/ to block malicious bots and certain countries from accessing your website.

Jump to post
  • Wed Jan 05, 2022 1:41 am
  • Replies 7
  • Views 1161
Re: Small Charity - Getting Started

You can try Let's Encrypt for SSL, IT'S FREE. Clearly: NO! Why not? Let's Encrypt Certificates are used by many fakeshops. Second: this kind of certificate does not confirm who the owner of the webshop/website is. Third: a qualified certificate will cost approx. 15,- Euro per year - that amount sho...

Jump to post
  • Fri Jul 23, 2021 1:15 pm
  • Replies 14
  • Views 926
Re: Help with adding script to information page

There are some free cookie related extensions on the marketplace, check this link https://www.opencart.com/index.php?rout ... rch=cookie.

Jump to post
  • Fri Jul 23, 2021 1:06 pm
  • Replies 14
  • Views 1067
Re: Help with adding script to information page

What kinda script are you referring to?

Jump to post
  • Thu Jul 22, 2021 7:28 am
  • Replies 14
  • Views 1067
Re: How to block fake customers?

I would recommend you to use google recaptcha instead of the default basic captcha or try one of the advanced captchas or spam preventing extensions from the marketplace.

Jump to post
  • Thu Jul 22, 2021 7:27 am
  • Replies 13
  • Views 2663
Re: Small Charity - Getting Started

You can try Let's Encrypt for SSL, IT'S FREE. There's a Reports section in admin where you can check products purchased reports using the filters. Also, for seo urls, you can try the extension in this link https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=31993, it...

Jump to post
  • Thu Jul 22, 2021 7:24 am
  • Replies 14
  • Views 926
Re: Best practice robots.txt for opencart 3.0.3.7 ?

For the robots headers and tags: in catalog/controller/common/header.php before: return $this->load->view('common/header', $data); add: // index and follow headers and tags $data['robots'] = false; if ( isset($this->request->get['search']) || isset($this->request->get['order']) || isset($this->requ...

Jump to post
  • Wed Jul 14, 2021 11:23 pm
  • Replies 15
  • Views 1625
Re: captcha like opencart website

Don't know if this is what you're looking for https://www.fabianwennink.nl/projects/I ... onstration, but you can check it out and use at your own risk.

Jump to post
  • Fri Jul 09, 2021 8:43 am
  • Replies 4
  • Views 406
Re: Cannot add Items to Cart

Also I could be wrong, but it looks like your site is using a journal theme, did you modify any of the files? And can you give some more details on what technical/SEO stuff was done and which areas it was done in your site?

Jump to post
  • Tue Jun 29, 2021 1:17 pm
  • Replies 4
  • Views 419
Re: SSL certificate Help

If you already have a valid SSL installed, check your config.php files, one in root, and the other in admin. In root config.php file, change from // HTTP define('HTTP_SERVER', 'http://yourdomain.com/'); // HTTPS define('HTTPS_SERVER', 'http://yourdomain.com/'); to // HTTP define('HTTP_SERVER', 'http...

Jump to post
  • Tue Jun 29, 2021 1:11 pm
  • Replies 9
  • Views 600

Search found 188 matches