Search found 18 matches

by ArthurHenrique
04 May 2021, 14:03
Forum: Laravel package
Topic: How to disable the mandatory use of the terms and condition
Replies: 1
Views: 941

How to disable the mandatory use of the terms and condition

Hello, I need to make some changes in my project and I have been troubles, one of this changes is disable the check of the terms and conditions. I need to disable the mandatory use of the services of payement and delivery too. Can somebody help me? Enviroment: Windows 10 PHP = 7.2 Laravel = 6.0 Aime...
by ArthurHenrique
20 Apr 2021, 11:39
Forum: Laravel package
Topic: Remove specific div and nav at aimeos project
Replies: 5
Views: 1466

Re: Remove specific div and nav at aimeos project

Thank you for the answer, but I already do this and nothing happen, I remove exactly these lines and doesnt work, I was thinking about a cache problem, so I do the comand php artisan cache:clear and again nothing happen. Are there another solution for this problem? Thanks again
by ArthurHenrique
19 Apr 2021, 13:51
Forum: Laravel package
Topic: Remove specific div and nav at aimeos project
Replies: 5
Views: 1466

Re: Remove specific div and nav at aimeos project

Hi
I need pull out elements like these:
by ArthurHenrique
16 Apr 2021, 13:47
Forum: Laravel package
Topic: Change the database of a project aimeos
Replies: 2
Views: 930

Change the database of a project aimeos

Hi, I need help to change the database of my project aimeos. I have no idea how to do that, I had created a new database and had changed the parameter (DB_DATABASE=) of the .env arquive, so I've try using php artisan migrate but its not worked, what I can do to have all the extructure that I had? So...
by ArthurHenrique
02 Mar 2021, 12:13
Forum: Laravel package
Topic: Remove specific div and nav at aimeos project
Replies: 5
Views: 1466

Remove specific div and nav at aimeos project

Hi, I need some help in delete some things in my project aimeos, I need to delete some div and nav but I really dont know how to do it, I readed the topic remove components but it doesnt helped me.

Thanks, Arthur.

Enviroment:
Windows 10
PHP = 7.2
Laravel = 6.0
Aimeos = 2020.10
by ArthurHenrique
09 Feb 2021, 17:19
Forum: Laravel package
Topic: Can I create multi stores with different themes?
Replies: 1
Views: 797

Can I create multi stores with different themes?

Hi, I need to know if I can create only one website (one domain), with multi stores, and the stores will have its own theme. I know how to create multi stores (sites) but I don´t know if is possible that wich store has his own theme. Thanks, Arthur. Enviroment: Windows 10 PHP = 7.2 Laravel = 6.0 Aim...
by ArthurHenrique
03 Feb 2021, 18:07
Forum: Laravel package
Topic: How to make changes in front-end
Replies: 5
Views: 3002

How to make changes in front-end

I need to make some changes in front-end, change the logo, color of the backgrounds, etc. I found the css arquives but I dont understand how modifier the html structure.

Enviroment:
Windows 10
PHP = 7.2
Laravel = 6.0
Aimeos = 2020.10
by ArthurHenrique
28 Jan 2021, 19:00
Forum: Laravel package
Topic: How to adapt the rounting for a new site
Replies: 1
Views: 652

How to adapt the rounting for a new site

I have created a new site using /*php artisan aimeos:setup <site code> [<template site>]*/ like the documentation recommended and it works, but I've been some trouble to adapt the rounting. Could someone help me? An example would be great, this is what the documentation said to do: 'routes' => [ 'js...