Re: Page with redirect error, not getting indexed by Google Search Engine
It would be best to post some examples or the URLs that Google search console is reporting this for. Also inspect the URLs and post the User-declared canonical for each URL, as this is the page the redirect is to.
Jump to post- Wed Nov 06, 2024 5:35 pm
- Replies 10
- Views 1714
Re: 2FA Admin with TOTP App (google authenticator, authy etc) free vqmod
See. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-40420 https://github.com/opencart/opencart/issues/13863 Issues on the admin side get rejected because you need admin access. So in OpenCart if someone has admin access you must assume that have access to everything. Even if they don't have...
Jump to post- Wed Nov 06, 2024 5:28 pm
- Replies 41
- Views 6753
Re: No payment methods showing
Check your web browser's developer tool to see if there are any error messages or if a request is being blocked.
Jump to post- Wed Nov 06, 2024 8:25 am
- Replies 15
- Views 2202
Re: 2FA Admin with TOTP App (google authenticator, authy etc) free vqmod
You can edit the Twig templates in the admin by going to Design -> Theme Editor. The edited templates are stored in the database.
Jump to post- Wed Nov 06, 2024 8:21 am
- Replies 41
- Views 6753
Re: 2FA Admin with TOTP App (google authenticator, authy etc) free vqmod
Ive been thinking about this some more, and i think i might have to take back what i said about if someone has admin they can likely only mess with the db. There is the extension installer ... So someone could make a custom extension and then install it and then be able to edit files / get code exe...
Jump to post- Tue Nov 05, 2024 5:26 pm
- Replies 41
- Views 6753
Re: coupon option not available during checkout ver 4.
The coupon be entered on the cart page not the checkout page.
Jump to post- Tue Nov 05, 2024 8:03 am
- Replies 3
- Views 1142
Re: My site is being bombarded with random testimonials
Are you talking about the built in OpenCart reviews or an extension that adds testimonials?
Have you tried enabling a CAPTCHA?
- Mon Nov 04, 2024 5:25 pm
- Replies 7
- Views 1055
Re: No payment methods showing
It would be helpful to post the theme and any payment extensions you are using. Also any extension that modifies the checkout.
Check both your OpenCart and PHP error logs for any related errors.
You could also test with the default theme and a simple payment extension such as bank transfer.
- Mon Nov 04, 2024 5:20 pm
- Replies 15
- Views 2202
Re: On invoices, we suddenly get strange ASCII characters for the euro sign, etc
Base64 encoding would not cause that issue. It look like the email is in UTF-8, which it should be, but the mail client is displaying in another character encoding. Try viewing the email in a different email client. View the raw source of the email in you email client and check what characters and e...
Jump to post- General Support
- [SOLVED] On invoices, we suddenly get strange ASCII characters for the euro sign, etc (Plesk Issue)
- Fri Nov 01, 2024 8:06 am
- Replies 7
- Views 1017
Re: On invoices, we suddenly get strange ASCII characters for the euro sign, etc
Something might of have changed for the issue to suddenly start. Have you made any changes such as installing an extension or changing any mail settings? Ask your host if they have made any changes to your hosting, such as changing the PHP version. Check both your OpenCart and PHP error log. Try vie...
Jump to post- General Support
- [SOLVED] On invoices, we suddenly get strange ASCII characters for the euro sign, etc (Plesk Issue)
- Thu Oct 31, 2024 5:55 pm
- Replies 7
- Views 1017
Re: Admin Page - Side Bar - Order Progress Status Bar - Never worked - Version 2.0.1.1
Looking at that screenshot, your pending and returns are less that 1%, so will probably not show.
Jump to post- Wed Oct 30, 2024 6:03 pm
- Replies 3
- Views 611
Re: Permissions Denied for Install of new Mods
It would be helpful to post your OpenCart version, PHP version, theme and any extensions that may be relevant. Check that DIR_APPLICATION and all the other DIR_s only have one / at the end in admin/config.php. It's not the permissions of the vqmod directory it's the "/home/wwwshop/sites/dddd.co...
Jump to post- Wed Oct 30, 2024 5:44 pm
- Replies 3
- Views 2596
Re: How to increase "database table size"? to fix module issue saving selections for USER GROUP > Dashboard Panels
Thanks @abuislam How does one "increase the table size"? Unfortunately that looks like a post just advertising a website. If the settings are saving then the tables size is not likely an issue. You would also find lots of other issues with OpenCart if there was a problem with the oc_setti...
Jump to post- General Support
- How to increase "database table size"? to fix module issue saving selections for USER GROUP > Dashboard Panels
- Wed Oct 30, 2024 5:31 pm
- Replies 9
- Views 1010
Re: Customer registering problem when "Guest Checkout" is disable
Sadly they do close a lot of bug reports without fixing. You could try 3.0.4.0 which has less bugs. Or try in upload/catalog/controller/checkout/register.php, change. if ($this->cart->hasDownload() || $this->cart->hasSubscription()) { To. if ($this->cart->hasDownload() || $this->cart->hasSubscriptio...
Jump to post- Tue Oct 29, 2024 6:41 pm
- Replies 6
- Views 3439
Re: PHP version requirement affecting OpenCart version 1.5.6
You could probably get away with just updating the system/library/encryption.php file for PHP 7.4 compatibility.
There are a few replacements about.
https://github.com/opencart-ce/opencart ... yption.php
- Tue Oct 29, 2024 7:57 am
- Replies 8
- Views 5566
Re: Customer registering problem when "Guest Checkout" is disable
It's been reported but closed with no solution. https://github.com/opencart/opencart/issues/12497
Jump to post- Mon Oct 28, 2024 5:32 pm
- Replies 6
- Views 3439
Re: [Upgrade via github]
You can probably get away with not updating if system/helper/db_schema.php or install/controller/upgrade haven't changed.
Jump to post- Mon Oct 28, 2024 5:27 pm
- Replies 6
- Views 1320
Re: Adding scrollbars to the related products pop-up window in admin
The line of code that creates all dropdowns is https://github.com/opencart/opencart/blob/f7006bf771fd59250c6724bdea2f81d83dbf03cf/upload/admin/view/javascript/common.js#L170. You can change the class to class="dropdown-menu pre-scrollable" or add CCS somehow with a max-height and set overf...
Jump to post- Mon Oct 28, 2024 4:23 am
- Replies 1
- Views 661
Re: Remove or category/subcategory from Product URL
That issue was fixed from 3.0.3.8 onwards. Jump to postnonnedelectari wrote: ↑Sat Oct 26, 2024 9:09 pmBy the way, the OC google sitemap feed prints out both the product urls with and without categories, which, in the former case, is rather useless when the canonical is set to without.
- Sat Oct 26, 2024 11:58 pm
- Replies 11
- Views 1294
Re: Remove or category/subcategory from Product URL
Why? I don't entirely know, but woud having the category in the URL not help with search? Seems counter productive. The issue probably is that the canonical tag and site map links don't have the categories in the URL. This gives search engines mixed signals as the on site links don't match the othe...
Jump to post- Sat Oct 26, 2024 6:28 pm
- Replies 11
- Views 1294