Get the most out of your Centmin Mod LEMP stack
Become a Member

OpenCart How to locate which file to edit on Chrome Inspect?

Discussion in 'Ecommerce / Shopping cart usage' started by pamamolf, Jul 31, 2016.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    8:34 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    I can see the code that i want to edit but don't know which file and where is located on the server....

    [​IMG]

    I want to change the highlighted line....

    Thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,352
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:34 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    upload_2016-7-31_5-41-40.png
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    8:34 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    That file is for css only and not contain the html highlighted code that i want to change:

    Code:
    <a href="http://domain.gr/index.php?route=account/register">Συνδεθείτε</a>
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,352
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:34 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if it's a forum, it should have template text searching capabilities - i know vbulletin and xenforo have this
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    8:34 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    No it's not...

    It is opencart and doesn't have anything related :(
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,352
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:34 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    moved to appropriate forum.

    might want to ask on opencart support/forums :)
     
  7. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    2:34 AM
    The html you are seeing now is probably rendered output by php in the header files. At least that's how it was for WC/PS.