Search found 23 matches

by Doveman
17 Nov 2017, 22:23
Forum: Help
Topic: Purpose of nleft and nright
Replies: 1
Views: 1277

Purpose of nleft and nright

These 2 elements (nleft & nright) are found in mshop_catalog and mshop_locale_site. Can you tell me what they are used for. How is their value set?
by Doveman
17 Nov 2017, 15:21
Forum: Help
Topic: Multiple Warehouses
Replies: 1
Views: 1285

Multiple Warehouses

The user docs indicate that I can setup multiple warehouses but I can't find any info on that in the developer docs. Does the siteid field have anything to do with this? If not what is the purpose of siteid? Is there some special config entries that need to be made? The user doc that talks about thi...
by Doveman
17 Nov 2017, 04:46
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3936

Re: HIding attributes

It turns out that the body-default.php in my extension is not being executed. I named the extension zlcsymfony which is what the symfony install was named and is the name of the top level directory. Do I need to make some other changes to have my extensions override the aimeos extension? The path to...
by Doveman
16 Nov 2017, 17:51
Forum: Help
Topic: Database Table Relationships
Replies: 2
Views: 2358

Database Table Relationships

I need to reference some data from some external tables so I have been working on understanding the relationships between the aimeos tables. One issue came up when trying to understand products to prices. The schema would imply that the product is related to price via the mshop_price_list table, but...
by Doveman
16 Nov 2017, 05:10
Forum: Help
Topic: Custom Extension Stucture
Replies: 1
Views: 1214

Custom Extension Stucture

I am still learning Aimeos so please forgive my lack of understanding. You have already verified my setup for customizing templates, now I need to verify that I have the custom extension directory setup correctly for modifications to database setup and queries. zlcsymfony is the name of my custom ex...
by Doveman
16 Nov 2017, 03:04
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3936

Re: HIding attributes

I double checked and cache is disabled in the config.yml with aimeos_shop: madmin: cache: manager: name: None but looking at it I think it should have the something for mshop as well as madmin but I didn't find any docs on that. I also did a bin/console aimeos:cache the attributes still show.
by Doveman
14 Nov 2017, 22:30
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3936

HIding attributes

I Add the following line at the bottom of "/client/html/templates/catalog/lists/body-default.php" file as was suggested by Metalics in an earlier post to suppress attributes that do no apply to poducts in the current category but it is not working and I am thinking I've missed something. A...
by Doveman
13 Nov 2017, 19:43
Forum: Symfony bundle
Topic: Locating components / templates
Replies: 11
Views: 12651

Locating components / templates

I am having a bit of a problem understanding where certain function take place. For example if I want to change the format for {% block aimeos_nav %}{% endblock %} I can find the templates and I understand how to overwrite them, and I can find the views and how to overwite them, but I can't figure o...
by Doveman
10 Nov 2017, 01:09
Forum: Symfony bundle
Topic: database schema
Replies: 3
Views: 4676

Re: database schema

Ok Thanks. Dos that unpack into the ext folder?
by Doveman
09 Nov 2017, 22:33
Forum: Symfony bundle
Topic: database schema
Replies: 3
Views: 4676

database schema

I am on Linux with Symfony 3.3, php5 and the Lastest version of Aimeos.

Two questions:
1. Where are the database schemas located?
2. When I want to modify the extensions where do I put the mods.

Thanks