Search found 10 matches

by ltwmaster
07 Jun 2017, 08:39
Forum: Help
Topic: Generating a PDF Invoice
Replies: 1
Views: 2889

Generating a PDF Invoice

I'm really hung up on this one, but how do you generate Invoices as PDFs in aimeos?
Is there any scheduler job that I need?

How can this be achieved?

Thank you!
by ltwmaster
22 May 2017, 09:22
Forum: Help
Topic: order-id in the URL on the confirmation page
Replies: 3
Views: 3755

Re: order-id in the URL on the confirmation page

Hi :) we are ajaxing the entire order. As we are uploading a bunch of images we need to associate those pictures with the order number. I can't find the order_id in the query string that is posted to the server. In the past version the order_number was included in the ACTION of the form that was tri...
by ltwmaster
19 May 2017, 08:32
Forum: Help
Topic: order-id in the URL on the confirmation page
Replies: 3
Views: 3755

order-id in the URL on the confirmation page

Hey Guys,

Quick question: In Aimeos 17.4 the order_id was included in the url on the confirmation page. Why was it removed in 17.5 and is there any way to retrieve the order id once I reach the authorization page that forwards me to the payment provider?

Cheers
by ltwmaster
18 May 2017, 06:45
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5904

Re: Add usergroup to newly created user

Dear Support,

I feel a bit awkward: I just checked back in my db and I used the wrong ID... Works like a charm now.
by ltwmaster
16 May 2017, 15:38
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5904

Re: Add usergroup to newly created user

Hi Aimeos,

Thank you for the quick reply!

Do you mean the TS that is in the template? Or which configuration?

I am using the quick installation...

Cheers,
ltw
by ltwmaster
16 May 2017, 08:01
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5904

Re: Add usergroup to newly created user

Hey Guys,

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.order.account.standard.groupids = 2
does not do the job for me. Is there any scheduler Job that needs to be setup for this to work?
by ltwmaster
15 May 2017, 12:23
Forum: Help
Topic: Set the price for an item from a textfield // Variable Price
Replies: 5
Views: 2924

Re: Set the price for an item from a textfield // Variable P

Hi Guys, its me again :) I'm a bit stuck on the logic of this case: So I introduce a new product type called "voucher" and this one uses a specific decorator, like in the example for bundles that you have posted above... Is this also used on the Invoice? In the E-Mails? Is there really no ...
by ltwmaster
20 Apr 2017, 18:33
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5904

Re: Add usergroup to newly created user

Hey Guys, I have also added the TS to the "Resources" Tab in the Folder "Users", but it doenst work. Am I getting something wrong? Should the TS be added to the Scheduler Task that sends out the account email? or to the checkout page? I am using the standard installation package ...
by ltwmaster
03 Apr 2017, 16:34
Forum: Help
Topic: Set the price for an item from a textfield // Variable Price
Replies: 5
Views: 2924

Re: Set the price for an item from a textfield // Variable P

Hi Aimeos,

thank you for the quick reply. I'll try that and come back to you incase I have questions, but your answer is very straight forward!

Cheers,
LTW
by ltwmaster
01 Apr 2017, 20:45
Forum: Help
Topic: Set the price for an item from a textfield // Variable Price
Replies: 5
Views: 2924

Set the price for an item from a textfield // Variable Price

Hey Girls and Guys, following question, you may respond in german if its easier for your: I want to have an item which has a variable price. I'm selling physical vouchers. Customers should be able to purchase the voucher at any value they want. eg. 55,55€. My approach would be to price the voucher a...