Search found 7880 matches

by aimeos
25 Apr 2017, 20:37
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4726

Re: How do I extend and override Order checkout page

Where's the best place to add your extensions depends on what you are going to achieve. Please tell us more about what you want to implement.
by aimeos
25 Apr 2017, 20:36
Forum: Help
Topic: Service > Delivery
Replies: 3
Views: 2288

Re: Service > Delivery

Round about four times! But it dosen't make any sense to me. I did everything like on your screenshot (https://aimeos.org/docs/File:Admin-backend-service-list.png) and it works quite well with the payment. Well, there's no delivery provider named "DHL" or alike, only "Default" a...
by aimeos
25 Apr 2017, 11:33
Forum: TYPO3 extension
Topic: sitemap product url
Replies: 32
Views: 65696

Re: sitemap product url

For some reason the patch was not included in the package. Please try this one instead:
https://aimeos.org/fileadmin/download/a ... 5-pre3.zip
by aimeos
25 Apr 2017, 09:09
Forum: Help
Topic: Service > Delivery
Replies: 3
Views: 2288

Re: Service > Delivery

Did you read the articles about service providers?
https://aimeos.org/docs/User_Manual/Adm ... rvice_list
by aimeos
25 Apr 2017, 09:06
Forum: TYPO3 extension
Topic: Comments in email, manually sorting products, etc
Replies: 5
Views: 2515

Re: Comments in email, manually sorting products, etc

If you didn't implemented much on your own and haven't overwritten many templates, it should be feasible within a short time frame. There's a list of changes between 2016.10 and 2017.4: https://aimeos.org/docs/Developers/Changelog Regarding categories, you can use the catalog filter component and di...
by aimeos
25 Apr 2017, 09:01
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4726

Re: How do I extend and override Order checkout page

Have you read https://aimeos.org/docs/Developers/Html ... ut_process
It depends where you want to add your own code: before or after the redirect to the payment gateway.
by aimeos
25 Apr 2017, 08:58
Forum: Laravel package
Topic: Changing translation of country name
Replies: 3
Views: 2102

Re: Changing translation of country name

The translations have just completed recently so they have been in 2016.10.x-dev only. We've tagged a new version now and a "composer update" should add the updated country translations to your Aimeos project.
by aimeos
24 Apr 2017, 10:33
Forum: TYPO3 extension
Topic: sitemap product url
Replies: 32
Views: 65696

Re: sitemap product url

You need a domain record entry in your TYPO3 root page so absolute URLs can be created. The baseURL setting has no effect in this case as it's only used for the <base> tag in the HTML head section.
by aimeos
21 Apr 2017, 16:18
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5870

Re: Add usergroup to newly created user

The configuration should go into the root TypoScript setup template.
by aimeos
21 Apr 2017, 16:13
Forum: TYPO3 extension
Topic: sitemap product url
Replies: 32
Views: 65696

Re: sitemap product url

The TYPO3 ObjectManager returns an incomplete UriBuilder object when called from the command line. Therefore, Aimeos has to build the object itself: https://github.com/aimeos/aimeos-typo3/blob/2017.04/Classes/Scheduler/Base.php#L93 We will use the same code in the next 16.10.5 version as well to sup...