Post by tarikvps256 » Tue Feb 13, 2018 12:45 am

hello how are you ,i wish all members are fin O0
i have opencart 3.0.2.0 and i want to change some information and edit my store .

1- i want to change ''Powered By OpenCart'' in store front. ( https://ibb.co/j01eqn )

2-and i want to change '' OpenCart © 2009-2018 All Rights Reserved.
Version 3.0.1.1'' in admin dashboard ( https://ibb.co/hnh2An )

3- i want to change :
''help:
opencart homepage
documentation
support forum''
in admin dashboard ( https://ibb.co/mwhKqn )

4- i want to change the image of the logo opencart in admin dashboard ( https://ibb.co/ndweqn )

and thanks alot for help ;D

New member

Posts

Joined
Sat Jan 13, 2018 1:42 am

Post by IP_CAM » Tue Feb 13, 2018 10:29 am

Well, just look in the corresponsing language/... files, and use
a search tool, to by example find Powered By OpenCart or other
things.
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by tarikvps256 » Tue Feb 13, 2018 10:31 pm

IP_CAM wrote:
Tue Feb 13, 2018 10:29 am
Well, just look in the corresponsing language/... files, and use
a search tool, to by example find Powered By OpenCart or other
things.
Ernie
thank you for help ,Can you explain this '' corresponsing language/... files, and use
a search tool '' i want to change the url and text.
Please do not forget i want to change opencart logo image in admin, what i have to do ....
thanks for reading

New member

Posts

Joined
Sat Jan 13, 2018 1:42 am

Post by MrPhil » Tue Feb 13, 2018 11:36 pm

Do copyright laws and the product license allow copyright statements, etc. to be removed or altered? Removing a "powered by..." statement from a customer-facing page can be argued on aesthetic grounds, but what is the point of removing this content from admin pages? I'm rather curious as to what the OP is up to with these changes. I would think that OC developers would be quite annoyed at someone claiming their hard work as his own, which is what he would essentially be doing.

As the OP doesn't even know how to find text strings in the product, I would suggest not giving any help here.

User avatar
Active Member

Posts

Joined
Wed May 10, 2017 11:52 pm

Post by IP_CAM » Wed Feb 14, 2018 2:29 am

Well, he's still a Newbie, and if we should not reply to such Postings, there would
be very little left to reply to .... :laugh:
For Windows, a range of 'Search&Replace' Tools already exist, to enable
someone, to find 'matching' content in Files. And one could use them, to check for
'Content' like in a locally stored OC-Copy. So, better familiarize yourselfs first with
that Code, before trying to change anything.
Good Luck!
Ernie
---
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by tarikvps256 » Sun Feb 25, 2018 1:31 am

thanks alot i will try it ....
plz where can i edit :

''help:
opencart homepage
documentation
support forum''
in admin dashboard ( https://ibb.co/mwhKqn )

thanks alot

New member

Posts

Joined
Sat Jan 13, 2018 1:42 am

Post by cyclops12 » Sun Feb 25, 2018 1:37 am

MrPhil wrote:
Tue Feb 13, 2018 11:36 pm
Do copyright laws and the product license allow copyright statements, etc. to be removed or altered? Removing a "powered by..." statement from a customer-facing page can be argued on aesthetic grounds, but what is the point of removing this content from admin pages? I'm rather curious as to what the OP is up to with these changes. I would think that OC developers would be quite annoyed at someone claiming their hard work as his own, which is what he would essentially be doing.

As the OP doesn't even know how to find text strings in the product, I would suggest not giving any help here.
I see what you are saying but in all/most front end footer files it states

Code: Select all

<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
Last edited by cyclops12 on Sun Feb 25, 2018 1:41 am, edited 2 times in total.

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by cyclops12 » Sun Feb 25, 2018 1:40 am

tarikvps256 wrote:
Sun Feb 25, 2018 1:31 am
thanks alot i will try it ....
plz where can i edit :

''help:
opencart homepage
documentation
support forum''
in admin dashboard ( https://ibb.co/mwhKqn )

thanks alot
These can be edited in admin/view/template/common/header.twig

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by tarikvps256 » Tue Feb 27, 2018 2:20 am

cyclops12 wrote:
Sun Feb 25, 2018 1:40 am
tarikvps256 wrote:
Sun Feb 25, 2018 1:31 am
thanks alot i will try it ....
plz where can i edit :

''help:
opencart homepage
documentation
support forum''
in admin dashboard ( https://ibb.co/mwhKqn )

thanks alot
These can be edited in admin/view/template/common/header.twig
thanks for help , i changed the text and urls but when i check it i find only the text have changed but the url still the same !!

Code: Select all

<title>{{ title }}</title>
<base href="{{ base }}" />
{% if description %}
<meta name="description" content="{{ description }}" />
{% endif %}
{% if keywords %}
<meta name="keywords" content="{{ keywords }}" />
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<script type="text/javascript" src="view/javascript/jquery/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="view/javascript/bootstrap/js/bootstrap.min.js"></script>
<link href="view/javascript/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" />
<script src="view/javascript/jquery/datetimepicker/moment/moment.min.js" type="text/javascript"></script>
<script src="view/javascript/jquery/datetimepicker/moment/moment-with-locales.min.js" type="text/javascript"></script>
<script src="view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.js" type="text/javascript"></script>
<link href="view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.css" type="text/css" rel="stylesheet" media="screen" />
{% if direction == 'rtl' %}
<link href="view/stylesheet/bootstrap-a.css" rel="stylesheet" media="screen" />
<link type="text/css" href="view/stylesheet/stylesheet-a.css" rel="stylesheet" media="screen" />
{% else %}
<link href="view/stylesheet/bootstrap.css" rel="stylesheet" media="screen" />
<link type="text/css" href="view/stylesheet/stylesheet.css" rel="stylesheet" media="screen" />
{% endif %}
{% for style in styles %}
<link type="text/css" href="{{ style.href }}" rel="{{ style.rel }}" media="{{ style.media }}" />
{% endfor %}
{% for link in links %}
<link href="{{ link.href }}" rel="{{ link.rel }}" />
{% endfor %}
<script src="view/javascript/common.js" type="text/javascript"></script>
{% for script in scripts %}
<script type="text/javascript" src="{{ script }}"></script>
{% endfor %}
</head>
<body>
<div id="container">
<header id="header" class="navbar navbar-static-top">
  <div class="container-fluid">


    <div id="header-logo" class="navbar-header"><a href="{{ home }}" class="navbar-brand"><img src="view/image/logo.png" alt="{{ heading_title }}" title="{{ heading_title }}" /></a></div>
    <a href="#" id="button-menu" class="hidden-md hidden-lg"><span class="fa fa-bars"></span></a>{% if logged %}




    <ul class="nav navbar-nav navbar-right">
      <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="{{ image }}" alt="{{ firstname }} {{ lastname }}" title="{{ username }}" id="user-profile" class="img-circle" />{{ firstname }} {{ lastname }} <i class="fa fa-caret-down fa-fw"></i></a>
        <ul class="dropdown-menu dropdown-menu-right">
          <li><a href="{{ profile }}"><i class="fa fa-user-circle-o fa-fw"></i> {{ text_profile }}</a></li>
          <li role="separator" class="divider"></li>
          <li class="dropdown-header">{{ text_store }}</li>
          {% for store in stores %}
          <li><a href="{{ store.href }}" target="_blank">{{ store.name }}</a></li>
          {% endfor %}
          <li role="separator" class="divider"></li>
          <li class="dropdown-header">{{ text_help }}</li>
          <li><a href="http://www.mysite.com" target="_blank"><i class="fa fa-opencart fa-fw"></i> {{ text_homepage }}</a></li>
          <li><a href="http://mysite.com/doc/" target="_blank"><i class="fa fa-file-text-o fa-fw"></i> {{ text_documentation }}</a></li>
        <li><a href="http://help.mysite.com" target="_blank"><i class="fa fa-comments-o fa-fw"></i> {{ text_support }}</a></li>
        </ul>
      </li>
      <li><a href="{{ logout }}"><i class="fa fa-sign-out"></i> <span class="hidden-xs hidden-sm hidden-md">{{ text_logout }}</span></a></li>
    </ul>
    {% endif %} </div>
</header>
note: i have opencart v 3.0.2.0

New member

Posts

Joined
Sat Jan 13, 2018 1:42 am

Post by cyclops12 » Tue Feb 27, 2018 3:47 am

Be sure to clear all the caches
Browser cache
Extensions/modifications and click the refresh button
Admin dashboard screen you will see a blue cog on the right hand side, click that and clear both Theme and SASS cache

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by tarikvps256 » Wed Feb 28, 2018 12:48 am

cyclops12 wrote:
Tue Feb 27, 2018 3:47 am
Be sure to clear all the caches
Browser cache
Extensions/modifications and click the refresh button
Admin dashboard screen you will see a blue cog on the right hand side, click that and clear both Theme and SASS cache
Thank you for the valuable help it is working now :joker: ;D ;D ;D ;D

New member

Posts

Joined
Sat Jan 13, 2018 1:42 am

Post by cyclops12 » Wed Feb 28, 2018 12:53 am

Glad its now working for you :)

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: Semrush [Bot] and 116 guests