Search found 108 matches

by mohal_04
21 Sep 2018, 20:17
Forum: Laravel package
Topic: Laravel - Order quantity update
Replies: 3
Views: 1874

Re: Laravel - Order quantity update

An order is a fixed set of data where you can only change status values but not the quantity or prices or other data that are relevant for the price the customer has already paid. If you use Aimeos more like an offer tool without the necessity for the customer to pay directly, you can adapt the adm...
by mohal_04
20 Sep 2018, 21:03
Forum: Laravel package
Topic: Laravel - Order quantity update
Replies: 3
Views: 1874

Laravel - Order quantity update

Laravel: 5.6
Aimeos: 2018.04
PHP: 7.1.18

Hi,

So, how administrator of the website can update quantity of products in an order? Please, let me know if you don't understand my question.

Thanks!
by mohal_04
20 Sep 2018, 20:46
Forum: TYPO3 extension
Topic: How do I print an invoice
Replies: 12
Views: 5895

Re: How do I print an invoice

aimeos wrote:Invoicing is done by Sage or the other accounting software/services and not part of Aimeos. You could generate a PDF and add it to the confirmation e-mail if you like
Hi,

Thanks for your response! I guess, I have to do this myself.

Thanks!
by mohal_04
14 Sep 2018, 09:19
Forum: TYPO3 extension
Topic: How do I print an invoice
Replies: 12
Views: 5895

Re: How do I print an invoice

We use the SageOne web service and are pretty satisfied: https://www.sageone.de/ I guess, you have connected them via the Sage API, didn't you? I can't find anything about it in the documentation. Can anyone please give me a hint, how to send information to Sage / Lexoffice? Regards Christian Hi Ch...
by mohal_04
14 Sep 2018, 06:22
Forum: Laravel package
Topic: Checkout - Credit Card
Replies: 3
Views: 1957

Re: Checkout - Credit Card

You need a payment service provider which handles credit card payments. The Omnipay integration supports a lot of them. Storing credit card data locally is forbidden and not supported! Hi, Thanks for your reply! So, is Omnipay already integrated in Aimeos 2018.04? If yes then from where I can acces...
by mohal_04
13 Sep 2018, 14:31
Forum: Laravel package
Topic: Checkout - Credit Card
Replies: 3
Views: 1957

Checkout - Credit Card

Laravel: 5.6
Aimeos: 2018.04
PHP: 7.1.18

Hi,

I want to setup Credit Card checkout. Is this option already available? If yes then from where I can enable it. If no then how I can integrate Credit Card checkout?

Please, reply ASAP!

Thanks!
by mohal_04
31 Aug 2018, 06:34
Forum: Laravel package
Topic: Aimeos Orders - Revised Orders!
Replies: 2
Views: 1641

Aimeos Orders - Revised Orders!

Laravel: 5.6
Aimeos: 2018.04
PHP: 7.1.18

Hi,

So the old system has a functionality for revised orders. Where a customer may ask to revise her order and system was handling it as the same order with a revision number.

Is there anything similar in Aimeos?

Please, reply ASAP!

Thanks!
by mohal_04
31 Aug 2018, 06:29
Forum: Laravel package
Topic: No shipping costs for Selection Product
Replies: 4
Views: 2228

Re: No shipping costs for Selection Product

Hi,

Please, share your solution here! I may also need something similar in future.

Thanks!
by mohal_04
31 Aug 2018, 06:26
Forum: Laravel package
Topic: Invalid Catalog Lines
Replies: 2
Views: 1244

Re: Invalid Catalog Lines

Hi there; I'm trying to import categories from magento to aimeos, when i run the command i got this error php artisan aimeos:jobs catalog/import/csv Executing the Aimeos jobs for "default" Invalid catalog lines in "storage/csv": 132/132#0 /home/vagrant/sync/vendor/aimeos/aimeos-...
by mohal_04
31 Aug 2018, 06:22
Forum: Laravel package
Topic: New Laravel Installation
Replies: 9
Views: 4229

Re: New Laravel Installation

Why are you not installing it on Laravel 5.6?