Search found 89 matches

by nos3
30 Nov 2015, 22:59
Forum: Laravel package
Topic: Updating cart address at login
Replies: 10
Views: 7123

Re: Updating cart address at login

Should be trivial to add address management to the My Account section. Does the current code support multiple billing addresses as well or just delivery addresses? The core library supported multiple billing addresses years ago but we had experienced difficulties because all external systems suppor...
by nos3
24 Nov 2015, 21:41
Forum: TYPO3 extension
Topic: Shop doesn't send emails
Replies: 4
Views: 3017

Re: Shop doesn't send emails

Did you've added, configured and executed the e-mail scheduler task?
by nos3
24 Nov 2015, 21:40
Forum: Help
Topic: Sorting the default catalog list
Replies: 2
Views: 2854

Re: Sorting the default catalog list

I'm searching for a way to sort the way products are displayed in the main catalog. (e.g. when you're visiting "/shop" or "/shop/list") By default, the main product list is not bound to a category but it displays all products like you've described. This is caused because there i...
by nos3
25 Oct 2015, 15:35
Forum: Help
Topic: Tax handling depending on country or VAT ID
Replies: 6
Views: 4211

Re: Tax handling depending on country or VAT ID

Hi Robert

I've already written such a plug-in and created an extension which offers VAT ID checks as well.
If you are interested, drop me a private message.

Norbert
by nos3
25 Oct 2015, 15:32
Forum: Help
Topic: Show latest products - Show products recursivly
Replies: 2
Views: 2920

Re: Show latest products - Show products recursivly

Hi Stephan

I've added a configuration option to display products of sub-categories in the current one and created a pull request to get this into the core:
https://github.com/aimeos/aimeos-core/pull/45

Norbert
by nos3
16 Sep 2015, 13:19
Forum: TYPO3 extension
Topic: catalog-filter-tree
Replies: 16
Views: 9355

Re: catalog-filter-tree

Hi Trimble
trimble wrote:The possibility of splitting the presentation of the categories would be great feature. Thanks for thinking about it.
I've saw your request and dared to make a small patch that should fix your problem :-)
https://github.com/aimeos/aimeos-core/pull/38

Norbert
by nos3
09 Sep 2015, 18:49
Forum: TYPO3 extension
Topic: aimeos extension
Replies: 6
Views: 4372

Re: aimeos extension

Hi Mirco At first I created a aimeos extension with the online tool and uploaded to the Extension folder typo3conf/ext/aimeos/Resources/Extensions First of all, don't put any files in the Aimeos TYPO3 extension! They will be lost as soon as you update the extension. Instead, create an Aimeos extensi...
by nos3
01 Sep 2015, 13:42
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354899

Re: Details Page Error

how to check the exact version of aimeos? The only way I know for dev-master is to look into the composer.lock file. I ran the sql statement as you said. i.e along with set session , and it worked . It succesfully created two tables , 1. mshop_media_list 2. mshop_media_list_type Very strange ... Ca...