Search found 42 matches

by andreas.allacher
20 Aug 2016, 16:29
Forum: TYPO3 extension
Topic: Payment provider - HTML code on process?
Replies: 3
Views: 1997

Re: Payment provider - HTML code on process?

Great, let me know when the change is finished. I have for now done it with the solution I mentioned in the comment above and I have it completely working now - however it is still a bit hacky. Also in Javascript solutions it might make sense to also be able to display certain parts of the order too...
by andreas.allacher
20 Aug 2016, 11:21
Forum: TYPO3 extension
Topic: Price per country?
Replies: 11
Views: 5786

Re: Price per country?

I mean the product costs. So I bascially would have to setup two stores in the aimeos backend. Is there a way to automatically switch the store depending on the user's country data --> not domain. I guess it is possible be creating a decorator or similar? If so, how would I do so? However, the probl...
by andreas.allacher
20 Aug 2016, 11:19
Forum: TYPO3 extension
Topic: Discount (Percentage) for user / usergroup
Replies: 6
Views: 3332

Re: Discount (Percentage) for user / usergroup

Is the update to the extension cheaper than the original price?

If I want to go with number 1, I just need to create a discount basket plugin bascially?
by andreas.allacher
20 Aug 2016, 09:05
Forum: TYPO3 extension
Topic: Payment provider - HTML code on process?
Replies: 3
Views: 1997

Re: Payment provider - HTML code on process?

I have now done the following, still a bit hacky but better than an own page or overwriting the whole form: I added hidden fields to the form that contains my parameters. Then I created 3 Decorators, that overwrite / modify the Template HTML code, here I check if the view has the corresponding form ...
by andreas.allacher
20 Aug 2016, 01:31
Forum: TYPO3 extension
Topic: Payment provider - HTML code on process?
Replies: 3
Views: 1997

Payment provider - HTML code on process?

Hi, our Payment provider is basically a payment page, however it is integrated via Javascript and therefore looks exactly like the main page, the result is transmitted to the payment provider. So therefore, I would need to be able to add the corresponding payment provider code instead of a form. Is ...
by andreas.allacher
19 Aug 2016, 20:59
Forum: TYPO3 extension
Topic: Optional Shop Account
Replies: 9
Views: 5261

Re: Optional Shop Account

Regarding 4, I think I found out how to accomplish this, by adding:
plugin.tx_aimeos.settings.client.html.checkout.standard.order.account.standard.groupids {
0 = {usergroupId}
}

to TypoScript-Setup seems to work fine.
by andreas.allacher
19 Aug 2016, 20:32
Forum: TYPO3 extension
Topic: BasketLimits - special limits (modulo)
Replies: 1
Views: 1347

BasketLimits - special limits (modulo)

Hi, I have special limits to my basket that I can only order in increments of 6 (however, not per product but over all products). From what I can see the default BasketLimits is not able to solve this. However, am I correct that I only have to create a own Plugin like BasketLimits - probably easiest...
by andreas.allacher
19 Aug 2016, 19:50
Forum: TYPO3 extension
Topic: Discount (Percentage) for user / usergroup
Replies: 6
Views: 3332

Discount (Percentage) for user / usergroup

Some users in our webshop get a percentage discount by default. Is this possible? Do I need this extension: Customer or customer group specific items to achieve this. Or to be more correct can I achieve this with that extension because it only says prices itself but doens't mention discounts. To get...
by andreas.allacher
19 Aug 2016, 19:44
Forum: TYPO3 extension
Topic: Price per country?
Replies: 11
Views: 5786

Price per country?

Is it possible to configure prices per delivery / billing country?
If so, how would one do this?

I guess I would need to create a price type and a corresponding decorator?
Though I am not sure which decorator I would need.
by andreas.allacher
19 Aug 2016, 19:36
Forum: TYPO3 extension
Topic: Optional Shop Account
Replies: 9
Views: 5261

Re: Optional Shop Account

Which setting is it that disables the user creation on checkout? How would one create a correct aimeos user account manually? I guess after the TYPO3 user account is created one would have to also store data accordingly in aimeos somehow? Is it allowed in Europe to automatically create a user accou...