Search found 7892 matches

by aimeos
14 May 2017, 13:27
Forum: Laravel package
Topic: Aimeos Installation Issue
Replies: 2
Views: 1714

Re: Aimeos Installation Issue

The right URL is either http://cart.dev/index.php/list (.php ending) or http://cart.dev/list (without "index")
by aimeos
11 May 2017, 10:51
Forum: Help
Topic: Redirect loop with payment forms to payment.url-self
Replies: 9
Views: 4357

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

I think so too. If you rename the new parameter to "cp_payment" to be consistent and fix the formatting (no spaces, only tabs), we will be glad to merge your PR :-)
by aimeos
11 May 2017, 07:39
Forum: Help
Topic: Redirect loop with payment forms to payment.url-self
Replies: 9
Views: 4357

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

Thank you for debugging! That seems to be a side effect of merging the order and process step together in the last version.

Yes, adding the cs_order parameter should fix the problem but a second record in mshop_order is created as far as I can see. We have to find a way to avoid this.
by aimeos
10 May 2017, 08:47
Forum: Help
Topic: Redirect loop with payment forms to payment.url-self
Replies: 9
Views: 4357

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

Seems like the URL is empty and therefore it stays on the "process" page while the JS for that page posts the form over and over. Can you add a few debug statements to - https://github.com/aimeoscom/ai-payments/blob/master/lib/custom/src/MShop/Service/Provider/Payment/OmniPay.php#L820 (why...
by aimeos
09 May 2017, 09:10
Forum: Help
Topic: Redirect loop with payment forms to payment.url-self
Replies: 9
Views: 4357

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

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

Re: Comments in email, manually sorting products, etc

You could write a coupon decorator which limits the coupons to products of a configurable category