Search found 7914 matches

by aimeos
24 Sep 2016, 09:42
Forum: TYPO3 extension
Topic: Change EXT:aimeos_dist/Resources/Private/Partials/Page/
Replies: 2
Views: 1676

Re: Change EXT:aimeos_dist/Resources/Private/Partials/Page/

The TS constant configuration contains this setting:

Code: Select all

page.fluidtemplate.partialRootPath = EXT:aimeos_dist/Resources/Private/Partials/Page/
You can copy the directory structure to another place and change it accordingly
by aimeos
23 Sep 2016, 12:33
Forum: TYPO3 extension
Topic: E-mail configuration in TYPO3
Replies: 10
Views: 5265

Re: E-mail configuration in TYPO3

Use the Aimeos e-mail scheduler task and select "Order payment related e-mails"/"Customer account e-mails" and execute this task frequently: https://aimeos.org/docs/TYPO3/Install_Aimeos/Configure_scheduler_tasks#Every_minute Aimeos uses the SMTP configuration from the TYPO3 insta...
by aimeos
22 Sep 2016, 14:37
Forum: TYPO3 extension
Topic: Currency Swiss francs
Replies: 2
Views: 1509

Re: Currency Swiss francs

The correct configuration would be

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
  domain = client/currency
  string = CHF
  trans = Fr
}
by aimeos
20 Sep 2016, 15:38
Forum: Laravel package
Topic: Aimeos order Customer ID
Replies: 3
Views: 3383

Re: Aimeos order Customer ID

Use the dev-master branch, there you can overwrite the bootstrapping easier and - Create a new class with extends from the class \Aimeos\Shop\Base\Context - Overwrite the addUser() method with your own one - Register your new class using the name "\Aimeos\Shop\Base\Context" in the ./app/Pr...
by aimeos
20 Sep 2016, 14:17
Forum: Laravel package
Topic: Aimeos order Customer ID
Replies: 3
Views: 3383

Re: Aimeos order Customer ID

Does Asgard use another table for storing registered users than the Laravel "users" table?
What you describe looks like that the Laravel Auth facade doesn't know that the user is logged in:
https://github.com/aimeos/aimeos-larave ... t.php#L123
by aimeos
20 Sep 2016, 13:25
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6526

Re: Limit Product Search Suggestion to Product 'Selection' o

It took us some time to figure out what the problem was. If you save an article of a selection product in the expert mode admin interface, the product is added to the index regardless of being associated to a category. This is fixed in the dev-master branch of the Aimeos core now. You should run &qu...
by aimeos
20 Sep 2016, 09:43
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6101

Re: Links at views going to root

That's really wierd, everthing is there and nevertheless, the record isn't found ... What's the "siteid" of the records? Does it match with the "id" in the "mshop_locale_site" table? Can you update to dev-master of the Aimeos Laravel package and see if it happens again?...
by aimeos
19 Sep 2016, 15:37
Forum: Help
Topic: .po file
Replies: 8
Views: 4990

Re: .po file

Translate the strings at Transifex. We will update dev-master and generate the necessary files afterwards.
by aimeos
19 Sep 2016, 15:35
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6526

Re: Limit Product Search Suggestion to Product 'Selection' o

Yes, it is. I assume you haven't added any configuration to your config/shop.php file that includes an "index" part?
by aimeos
19 Sep 2016, 14:50
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6526

Re: Limit Product Search Suggestion to Product 'Selection' o

That would only help temporarily if we don't find the underlying problem. Please have a look into the mshop_index_text table. Are there all article names listed for one selection product?