Search found 27 matches

by brunojti
23 Aug 2016, 17:35
Forum: Laravel package
Topic: Modify/create new template structure
Replies: 8
Views: 4968

Re: Modify/create new template structure

Reinstalled the whole thing an now it is working... I'm still getting used to the architecture but I'm evolving! :D
Thank you!
by brunojti
23 Aug 2016, 01:50
Forum: Laravel package
Topic: Modify/create new template structure
Replies: 8
Views: 4968

Re: Modify/create new template structure

How can I check the extension version? and how can I be sure that I am downloading the latest version?
btw, do you know any repository that contains a store that used aimeos? This would a huge game changer for me now!

Thanks!
by brunojti
22 Aug 2016, 16:41
Forum: Laravel package
Topic: Modify/create new template structure
Replies: 8
Views: 4968

Re: Modify/create new template structure

Code: Select all

./client/html/templates/common/summery/ 
You are considering the root as the extension root, right?

You spelled `summery`. Is this right?

Does yours installation has ai-client-html extension?
by brunojti
19 Aug 2016, 11:37
Forum: Laravel package
Topic: Modify/create new template structure
Replies: 8
Views: 4968

Modify/create new template structure

Hi, In the docs you say Extensions that depend on the core and contain PHP template files in the client/html/templates/ directory named the same as existing ones are used first. Only if no extension contain a appropriate PHP template, the default one from the core is used. Well, in the ./ext folder,...
by brunojti
18 Aug 2016, 01:00
Forum: Help
Topic: How to import categories/catalog list?
Replies: 5
Views: 3553

Re: How to import categories/catalog list?

How can one calculate the values for the "level", "nleft" and "nright" fields? I am interested in doing that ;)
by brunojti
08 Aug 2016, 17:57
Forum: Laravel package
Topic: No text types availables when creating first product
Replies: 1
Views: 1525

Re: No text types availables when creating first product

Updating to "aimeos/aimeos-laravel": "~2016.07" in composer.json and running `composer update` solved it!
(was 2016.04)
by brunojti
08 Aug 2016, 14:43
Forum: Laravel package
Topic: No text types availables when creating first product
Replies: 1
Views: 1525

No text types availables when creating first product

I am following the user manual (https://aimeos.org/docs/User_Manual/Cre ... st_product) and I got stuck in the following step (https://aimeos.org/docs/File:Create_the ... uct_04.jpg)

The type select field is empty.

What am I doing wrong?