Search found 7888 matches

by aimeos
09 May 2017, 09:10
Forum: Help
Topic: Redirect loop with payment forms to payment.url-self
Replies: 9
Views: 4356

Re: Redirect loop with payment forms to payment.url-self

Did you try the Stripe service provider in the ai-payments extension?
https://aimeos.org/docs/User_Manual/Adm ... ist#Stripe
by aimeos
08 May 2017, 12:41
Forum: TYPO3 extension
Topic: Stocklevel per size
Replies: 4
Views: 2175

Re: Stocklevel per size

Create a product of type selection in the simple mode admin interface and add one article for each size. It will create and associate the articles to your selection product. Afterwards, you can give each article its own stock level.
by aimeos
02 May 2017, 10:54
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4739

Re: How do I extend and override Order checkout page

- /ext/ai-client-html/client/html/src/Client/Html/Checkout/Standard/Order/Standard.php; public function process(); we need to execute some code based on the order data and update automatically the order status to completed. Instead of overwriting the existing implementation, you can - add your own ...
by aimeos
29 Apr 2017, 11:39
Forum: Laravel package
Topic: Aimeos Installation
Replies: 1
Views: 1171

Re: Aimeos Installation

Please tell us your Laravel and Aimeos version as well as your environment.
by aimeos
27 Apr 2017, 21:05
Forum: TYPO3 extension
Topic: Export, domain "catalog", items?
Replies: 1
Views: 1334

Re: Export, domain "catalog", items?

You can extend your own class from the product export controller and look up the categories of the products and assign them to the view in addItem(): https://github.com/aimeos/ai-controller-jobs/blob/master/controller/jobs/src/Controller/Jobs/Product/Export/Standard.php#L65 To fetch the category dat...
by aimeos
27 Apr 2017, 07:28
Forum: TYPO3 extension
Topic: Comments in email, manually sorting products, etc
Replies: 5
Views: 2527

Re: Comments in email, manually sorting products, etc

You could write a coupon decorator which limits the coupons to products of a configurable category
by aimeos
26 Apr 2017, 08:18
Forum: TYPO3 extension
Topic: sitemap product url
Replies: 32
Views: 65763

Re: sitemap product url

URLs in sitemaps are escaped (& -> &) which you have to revert first before you can open the URL in your browser: http://new.site.ru?id=13&ai%5Bcontroller%5D=catalog&ai%5Baction%5D=detail&ai%5Bd_name%5D=%D0%9A%D0%BE%D1%84%D0%B5%D0%B2%D0%B0%D1%80%D0%BA%D0%B0_Vigor_HX-2115&ai%5...
by aimeos
25 Apr 2017, 22:19
Forum: TYPO3 extension
Topic: sitemap product url
Replies: 32
Views: 65763

Re: sitemap product url

We've found out that the code for generating the sitemap was OK but existing sitemap files were not overwritten. This is fixed now:
https://aimeos.org/fileadmin/download/a ... 5-pre4.zip
by aimeos
25 Apr 2017, 20:37
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4739

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: 2299

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...