Search found 88 matches

Search found 88 matches

Re: How to change google maps API key?

To make oc built in google map button works you need to enter the geolocation coordinates like in this snapshot (get your store location value from google maps) https://forum.opencart.com/download/file.php?mode=view&id=41856 The result will be: https://forum.opencart.com/download/file.php?mode=v...

Jump to post
  • Tue Jan 18, 2022 7:31 am
  • Replies 4
  • Views 810
Re: stylesheet.css modifications won't show up

Yes, as 'by Mona' wrote it is a temp solution because I read somewhere this method makes the browser doesn't cache the file, I'm not sure if it is true. Anyway, there is another solution which is a permanent solution by changing the file name from stylesheet.css to something else like stylesheet1.cs...

Jump to post
  • Mon Jan 17, 2022 10:56 pm
  • Replies 14
  • Views 2389
Re: stylesheet.css modifications won't show up

Thank you all for help! Really appreciate it! Sorry if i didn't provide enough info. The truth is i'm a total newbie in programming, even simple one. To the level that i do not even know what info is important in such problem as mine. Anyway, Moshair's solution worked for me! And to clarify for oth...

Jump to post
  • Mon Jan 17, 2022 10:04 pm
  • Replies 14
  • Views 2389
Re: stylesheet.css modifications won't show up

Hi, Do this temporary trick to force loading the updated version of the cached files like css, js, images. For you case edit: catalog/view/theme/default/template/common/header.twig and add ?v=number to stylesheet.css in the code: <link href="catalog/view/theme/default/stylesheet/stylesheet.css&...

Jump to post
  • Mon Jan 17, 2022 3:29 am
  • Replies 14
  • Views 2389
Re: help me block hackers

Did you hear about vpn, anyone can now change his IP address and access you website again beside that it is not wise for performance adding many rules to the .htaccess, use Apache instead but ofcourse you can't do that if you have a shared hosting plan. The best solution is to use a web firewall, if...

Jump to post
  • Tue Jan 11, 2022 7:13 pm
  • Replies 9
  • Views 1083
Re: help me block hackers

I recommend using firewall rules from cloudflare.com .
I have a store locally and don't need visitors from another countries.
Also you can block a range of ip addresses.

Jump to post
  • Tue Jan 11, 2022 4:50 pm
  • Replies 9
  • Views 1083
Re: HomePage Url for Sitemap.xml

Hi, That was just a warning, you don't need to do any thing as long it is indexed. 1. If you insists modify: catalog/controller/extension/feed/google_sitemap.php add $output .= '<url>'; $output .= ' <loc>' . $this->config->get('site_url') . '</loc>'; $output .= ' <changefreq>daily</changefreq>'; $ou...

Jump to post
  • Tue Jan 11, 2022 3:08 am
  • Replies 2
  • Views 512
Re: [SOLVED] Problem with a theme extension when updating user group permissions - Permission Denied!

by mona wrote:
Fri Jan 07, 2022 11:28 pm
In addition to what has been said perviously .. it is all well and good to add a layer of snow to cover the issue, but what I suspect is the issue Gergely has found above .. duplicate permissions due to duplicate installs .. and no clean uninstall ..
Thank you. :)

Jump to post
  • Mon Jan 10, 2022 9:55 pm
  • Replies 12
  • Views 1662
Re: [SOLVED] Problem with a theme extension when updating user group permissions - Permission Denied!

Hi Thanks guys, the theme developer replied and gave me an update to a file. for who came here for the given solution, add these the lines below to the file admin/controller/extension/module/ptcontrolpanel.php $this->load->model('user/user_group'); $this->model_user_user_group->addPermission($this-...

Jump to post
  • Mon Jan 10, 2022 9:54 pm
  • Replies 12
  • Views 1662
Re: No access to menu options in Admin

Restore the 'permission' field in table `user_group` for ' Administrator' from you database backup and ensure that the user 'admin' has user_group_id = 1 in table `user`. https://forum.opencart.com/download/file.php?id=41787 Mine does not look like that and I have no idea how this changed. The perm...

Jump to post
  • Sun Dec 26, 2021 4:24 am
  • Replies 6
  • Views 1053
Re: No access to menu options in Admin

Hello,
How did that happen!!

Restore the 'permission' field in table `user_group` for ' Administrator' from you database backup and ensure that the user 'admin' has user_group_id = 1 in table `user`.

Image

Jump to post
  • Sat Dec 25, 2021 5:21 am
  • Replies 6
  • Views 1053
Re: Problem with a theme extension when updating user group permissions - Permission Denied!

Hi Thanks guys, the theme developer replied and gave me an update to a file. for who came here for the given solution, add these the lines below to the file admin/controller/extension/module/ptcontrolpanel.php $this->load->model('user/user_group'); $this->model_user_user_group->addPermission($this->...

Jump to post
  • Thu Dec 23, 2021 10:23 pm
  • Replies 12
  • Views 1662
Re: Problem with a theme extension when updating user group permissions - Permission Denied!

xxvirusxx wrote:
Wed Dec 22, 2021 7:35 am
Try to contact theme developer.
Thank you, I found four comments on that theme page about disappearance of the blog in the dashboard.
I will contact the theme developer.

Jump to post
  • Wed Dec 22, 2021 8:27 am
  • Replies 12
  • Views 1662
Re: Problem with a theme extension when updating user group permissions - Permission Denied!

Well, when you click Save on Edit Use Group page it should simply save the settings. If it doesn't then something is wrong, probably an extension which breaks the workflow. Check the error log for more info. Thank you for reply, I imported the theme layout to show the blog in the menu. Now the blog...

Jump to post
  • Wed Dec 22, 2021 4:56 am
  • Replies 12
  • Views 1662
[SOLVED] Problem with a theme extension when updating user group permissions - Permission Denied!

Hello, I have a problem with a theme from themeforest it includes a blog builtin, today I didn't found the blog link in the theme sidebar menu. I tried to access the blog directly from the url address bar : admin/index.php?route=plaza/blog/post&user_token=... I got 'Permission Denied!'. You do n...

Jump to post
  • Wed Dec 22, 2021 1:04 am
  • Replies 12
  • Views 1662
Re: Hide subcategory page category

It is so easy. edit catalog/view/theme/default/template/product/category.twig remove {% if categories %} <h3>{{ text_refine }}</h3> {% if categories|length <= 5 %} <div class="row"> <div class="col-sm-3"> <ul> {% for category in categories %} <li><a href="{{ category.href }}...

Jump to post
  • Mon Dec 20, 2021 11:30 pm
  • Replies 6
  • Views 739
Re: HTTP ERROR 500 after uploading shop from localhost to live server

:o paths in your config.php files are incorrect, you can't know file paths of the server by yourself unless you run oc install on that server , you said you uploaded the script from local-host to a live host, Do as I told you, you will stop crying !!! https://forum.opencart.com/viewtopic.php?f=199&...

Jump to post
  • Mon Dec 20, 2021 6:48 am
  • Replies 17
  • Views 5224

Search found 88 matches