Re: White space at the right side in Full width Slider OC 3.0.0.2
I've taken a look at your website, a simple and quick fix would be to add this CSS class to your page.
Code: Select all
.swiper-pager { display:none;}
- Sun Aug 19, 2018 10:41 pm
- Replies 1
- Views 247
Re: Remove category image from OC 3.0.2.0?
As long as you don't set the category image, wouldn't it not show up?
Jump to post- Mon Aug 06, 2018 10:35 pm
- Replies 12
- Views 1437
Re: Changing an Opencart site to full HTTPS
You can look into catalog/view/theme/journal2/template/common/header.tpl. It's likely somewhere there from what I see on your website. Alternatively, check your vqmod scripts. The other image that's being loaded in http, try checking the welcome module, or one of the modules in the journal2 control ...
Jump to post- Wed Aug 01, 2018 11:10 pm
- Replies 12
- Views 1393
Re: SMS ON ORDER STATUS CHANGE
catalog/model/checkout/order.php addorderhistory function.
Jump to post- Wed Aug 01, 2018 12:17 am
- Replies 12
- Views 1065
Re: Unable to add more than 16 options to the product.
Increase max_input_vars to a greater value such as 5000
Jump to post- Wed Aug 01, 2018 12:16 am
- Replies 1
- Views 1176
Re: Stock control app
Perhaps something like this: https://www.opencart.com/index.php?rout ... n_id=21943
Jump to post- Wed Aug 01, 2018 12:15 am
- Replies 1
- Views 676
Re: question about url
You can add a couple of lines to your .htaccess file to perform basic client side cache.
Here's one link from stackoverflow: https://stackoverflow.com/questions/185 ... de-caching
- Wed Aug 01, 2018 12:12 am
- Replies 1
- Views 966
Re: How to make checkout quicker with paypal?
You can try enabling Paypal express, then add the paypal express payment button to various areas on your website.
Jump to post- Wed Aug 01, 2018 12:10 am
- Replies 2
- Views 972
Re: Changing an Opencart site to full HTTPS
are all your resources loaded on https? e.g. javascripts and stylesheets
Jump to post- Mon Jul 30, 2018 8:20 pm
- Replies 12
- Views 1393
Re: Opencart website future called "Your Registered Stores"?
Hello! I saw this future Your Registered Stores and i was wondering whats the purpose of this option? I`ve added my website and then i saw that the website gave me an API key to put it maybe in my website. Whats that for? Thanks! OpenCart 3 marketplace allows you to put in your API key from the Ope...
Jump to post- Wed Jul 25, 2018 11:28 pm
- Replies 2
- Views 376
Re: Changing an Opencart site to full HTTPS
in your config.php file, just change all http:// to https://. In system > settings, turn on SSL as well. That should do the trick.
Jump to post- Wed Jul 25, 2018 11:27 pm
- Replies 12
- Views 1393
Re: OpenCart Alpha 3.1.0.0 has been released
Sounds pretty exciting with the improved SEO features! Will be trying it out soon.
Jump to post- Wed Jul 25, 2018 11:25 pm
- Replies 149
- Views 133547
Re: database problem?
What's the error you are getting? Try checking the error logs as well.
Jump to post- Tue Jul 17, 2018 10:29 pm
- Replies 13
- Views 652
Re: Quantity option for OC 3.0.2.0
Why not use a variation extension such as https://www.opencart.com/index.php?rout ... n_id=33000
Then, all you need to do is setup 2 products, and link them together as a variation. Customer can then select the carton version, or the individual packing version.
- Tue Jul 17, 2018 10:26 pm
- Replies 2
- Views 758
Re: Email notification is not working
if you are sending an email out using your gmail address, you should setup smtp, and select SMTP instead of mail in your system settings.
Jump to post- Tue Jul 17, 2018 10:25 pm
- Replies 2
- Views 360
Re: SQL extract emails customers who bought model FROM order_id 3.000 to order_id 4.000
Next question; what is SQL command to extract emails customers who bought model FROM order_id 3.000 to order_id 4.000? Highly appreciated if you know that Michael, Denmark SELECT * email FROM oc_order o LEFT JOIN oc_order_product op ON op.order_id = o.order_id WHERE o.order_id >= 3000 AND o.order_i...
Jump to post- Tue Jul 17, 2018 10:22 pm
- Replies 7
- Views 974
Re: Extensions Will Not Enable
I just upgraded from opencart 2 to opencart 3.0.2.0 and I have had major issues with Extensions Enabling or Disabling. Whenever you click enable or disable it does not do anything, it just reverts back to the way it was. It will not activate any of my shipping or payment options (Even new ones I ju...
Jump to post- Fri Jul 06, 2018 2:43 pm
- Replies 3
- Views 265
Re: Not recieving notification emails
Have you tried testing with a simple PHP mail script to determine if it's a server issue? Sometimes, some server mails end up getting blocked
Jump to post- Fri Jul 06, 2018 2:42 pm
- Replies 7
- Views 393
Re: Zip Code no longer show on invoice
it should be {postcode} without the space
Jump to post- Fri Jul 06, 2018 2:41 pm
- Replies 4
- Views 438
Re: Upgrading from 2.2.0.0 to 3.x - What are the benefits/needs, security issues, and writing extensions
From my understanding, there isn't any known serious security flaws that will require you to upgrade your web store (unlike wordpress).
It's safe to stay on OpenCart 2, and if you don't like twig, you can opt to stay on OpenCart 2 too
- General Discussion
- Upgrading from 2.2.0.0 to 3.x - What are the benefits/needs, security issues, and writing extensions
- Fri Jul 06, 2018 2:36 pm
- Replies 6
- Views 1077