Search found 25 matches

by t_csaba
22 Feb 2018, 12:03
Forum: TYPO3 extension
Topic: How do i show download attributes(pdf) in frontend?
Replies: 3
Views: 2411

Re: How do i show download attributes(pdf) in frontend?

When uploading a pdf file, it appeared next to the image, icould not change the media type from the simple view of the backend. I have attached some additional screenshots to better explain the problem: https://image.ibb.co/cAdWJH/demo1.png In the expert view, I was able to upload an image with a do...
by t_csaba
16 Feb 2018, 11:01
Forum: TYPO3 extension
Topic: Order emails are not translated
Replies: 5
Views: 2355

Order emails are not translated

I have a typo3 website with multiple languages configured, and I ran into a problem with the email sending. When a customer buys something, all the emails are sent in english, and english isn't even set as the default language. Am i missing a configuration? Or is this related to this problem: https:...
by t_csaba
02 Feb 2018, 14:03
Forum: TYPO3 extension
Topic: How do i show download attributes(pdf) in frontend?
Replies: 3
Views: 2411

How do i show download attributes(pdf) in frontend?

https://image.ibb.co/ftPNG6/test.png In the simple view of the aimeos shop, there is a "Downloads" tab. If my customer uploads there a pdf file, how do i show it as a downloadable document in the frontend? <?php if( ( $mediaItems = $this->detailProductItem->getRefItems( 'media', null, 'do...
by t_csaba
12 Jan 2018, 11:00
Forum: TYPO3 extension
Topic: Coupon available for all products
Replies: 2
Views: 1167

Re: Coupon available for all products

Easy solution, thank you.
by t_csaba
12 Jan 2018, 09:00
Forum: TYPO3 extension
Topic: Coupon available for all products
Replies: 2
Views: 1167

Coupon available for all products

Hello again, I am having trouble implementing a global discount coupon. I have read some similar posts, but the solution wasn't clear. I have tried creating a custom coupon provider, but as i can see it, all the existing coupon providers work in a way, that they add an existing product with a modifi...
by t_csaba
09 Jan 2018, 14:08
Forum: TYPO3 extension
Topic: Account profile and new account creation under typo3
Replies: 4
Views: 2276

Re: Account profile and new account creation under typo3

Unfortunately I don't have the time (and probably the skills) to write a code that is up to the aimeos standards. In case someone else needs something similar here's my workaround: I have extracted the needed data from the logged in useruser using $GLOBALS['TSFE']->fe_user->user['user data needed'] ...
by t_csaba
08 Jan 2018, 11:37
Forum: TYPO3 extension
Topic: Account profile and new account creation under typo3
Replies: 4
Views: 2276

Re: Account profile and new account creation under typo3

2. When an unregistered client buys something, there is a checkbox under summary: "Create a customer account for me" After checking this checkbox nothing happens. Is there a config that i should set to redirect the user to a registration page? Because by filling the address and related de...
by t_csaba
08 Jan 2018, 09:36
Forum: TYPO3 extension
Topic: Account profile and new account creation under typo3
Replies: 4
Views: 2276

Re: Account profile and new account creation under typo3

When an unregistered client buys something, there is a checkbox under summary: "Create a customer account for me" After checking this checkbox nothing happens. Is there a config that i should set to redirect the user to a registration page? Because by filling the address and related detai...
by t_csaba
08 Jan 2018, 09:13
Forum: TYPO3 extension
Topic: Account profile and new account creation under typo3
Replies: 4
Views: 2276

Account profile and new account creation under typo3

Hi, i would like some assistance with the "Account profile" plugin and the registration feature. 1. When adding the "Account profile" to a page, i don't see any content. As far as i see the only configuration the plugin needs is "Page with JSON REST API plugin" , which ...
by t_csaba
05 Jan 2018, 08:54
Forum: TYPO3 extension
Topic: Easy way to disable features of the plugin
Replies: 5
Views: 2413

Re: Easy way to disable features of the plugin

Thank you for the reply, it works perfectly.