OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce How to customize Front-end as a freelancer

This topic contains 28 replies, has 4 voices, and was last updated by  Andrey Yatsenko 5 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33236

    nellybaz10
    Participant

    Hello, I am a freelancer and has been hired to customize the front end of the orocommerce platform, but I don’t know how to access the source code of the client platform, I literally don’t know where to begin

Viewing 13 replies - 16 through 28 (of 28 total)
  • Author
    Replies
  • #33256

    nellybaz10
    Participant

    The localhost_error.log read failed to open stream: No such file or directory in /usr/share/nginx/html/oroapp/app/autoload.php on line 5
    PHP message: PHP Fatal error: require(): Failed opening required ‘/usr/share/nginx/html/oroapp/app/../vendor/autoload.php’

    So I ran the composer install command and got it fixed.
    The URL localhost:8000 is running now but blank.
    How do I get started in created my platform?

    Thanks a lot for the help so far.

    #33257

    mmiasnikov
    Participant

    Hm, something went wrong.

    Let’s try to recreate the VM with enabled logging, following the steps:

    1) Run

    command in terminal

    2) Run “up” command with enabled debug and logging for errors and output. For example, if you have a Linux OS it should be

    For other OS, see the instructions in the https://www.vagrantup.com/docs/other/debugging.html article.

    3) Provide vagrant.log file (using https://gist.github.com/, for example)

    Thank you.

    • This reply was modified 5 years, 8 months ago by  mmiasnikov.
    #33259

    nellybaz10
    Participant

    Here’s the log file

    vagrant.log

    #33260

    mmiasnikov
    Participant

    Hm. Did you run the

    command at first?

    #33261

    nellybaz10
    Participant

    Yes, I did.

    #33262

    nellybaz10
    Participant

    I re-ran the variant up and variant provision and everything works fine.
    Thanks for your help all the way.

    Now trying to customize the themes
    I would appreciate any resources that help in theme creating/customizing.

    Thanks again

    • This reply was modified 5 years, 8 months ago by  nellybaz10.
    #33264

    mmiasnikov
    Participant

    Ok, wonderful.

    I would appreciate any resources that help in theme creating/customizing.

    Please take a look to the Andrey’s and omusiienko’s recommendations in posts

    and on the article https://oroinc.com/b2b-ecommerce/doc/1.6/dev-guide/theme

    #33265

    nellybaz10
    Participant

    OK thanks a lot, really appreciate

    #33266

    nellybaz10
    Participant

    Hello,
    I tried changing the theme to my custome theme by editing the active theme in app/config.yml file, but there’s no change on my application.
    Do I need to restart vagrant to see changes?

    Your help is highly appreciated.
    thanks.

    #33267

    Andrey Yatsenko
    Moderator

    To enable new OroCommerce front-store theme go to System/ Configuration/ Commerce/ Design/ Theme.
    At the Theme Settings you will be able to select the new theme.

    If your new theme is not listed – check that bundle with theme is enabled and clear the cache with app/console cache:clear --env=prod command

    #37298

    nellybaz10
    Participant

    I installed the oroapp on my local machine and created a custom theme, but now, how do I access the codes of a live server or install the oroapp app in a client’s Enterprise standard edition application.
    Please the documentation worked for me on localhost, but on live server, I don’t know where to begin.
    Also, how do I access the database, something like phpmyadmin..
    Please help…………..
    So stuck…
    Nothing to fall back on.

    #37299

    nellybaz10
    Participant

    The client has given me an admin username and password to admin dashboard, how do I access the codes and database.
    Please, I would appreciate an urgent guide through these.
    Thanks.

    #37305

    Andrey Yatsenko
    Moderator

    There is no way to get the code from an admin dashboard.
    Instead you need:
    – an archive with the code
    – or direct access throug ssh to the webserver
    – or vcs repository link.

Viewing 13 replies - 16 through 28 (of 28 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top