Search found 136 matches

by boettner
23 Sep 2020, 14:39
Forum: TYPO3 extension
Topic: Reduce search word length to two digits
Replies: 7
Views: 3079

Re: Reduce search word length to two digits

Thanks for your answer. I know:
boettner wrote: 22 Sep 2020, 14:47 Forgot:

Code: Select all

SELECT * FROM mshop_index_text
        WHERE MATCH (content)
        AGAINST ('F9');
        
This returned no results.
Also searching e.g. for "TW" returns no results. Do have by chance an idea how to track that down?
by boettner
22 Sep 2020, 14:47
Forum: TYPO3 extension
Topic: Reduce search word length to two digits
Replies: 7
Views: 3079

Re: Reduce search word length to two digits

Forgot:

Code: Select all

SELECT * FROM mshop_index_text
        WHERE MATCH (content)
        AGAINST ('F9');
        
This returned no results.
by boettner
22 Sep 2020, 14:45
Forum: TYPO3 extension
Topic: Reduce search word length to two digits
Replies: 7
Views: 3079

Re: Reduce search word length to two digits

Hi again, ft_min_word_len is set correctly: mysql> show VARIABLES LIKE '%ft_min_w%'; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | ft_min_word_len | 2 | +-----------------+-------+ 1 row in set (0.00 sec) I rebuilt the mshop_index_text table by deleting it and s...
by boettner
21 Sep 2020, 14:28
Forum: TYPO3 extension
Topic: Reduce search word length to two digits
Replies: 7
Views: 3079

Re: Reduce search word length to two digits

Great thanks for this ultra-fast reply!
by boettner
21 Sep 2020, 14:18
Forum: TYPO3 extension
Topic: Reduce search word length to two digits
Replies: 7
Views: 3079

Reduce search word length to two digits

Hi,

how can I reduce the search word length to two digits) I found the parameter in autocomplete but there must be another one for the actual query since I don´t get results yet.

Thanks
Robert.
by boettner
21 Sep 2020, 06:24
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18453

Re: Separate mails for shop owner and customer - no bcc

Hi, not yet. We have gone live with the Aimeos v20 update just last week. Depending on my customers priorities I will have to see what is next. I see a possibility that I may not even have to implement it at all because we will definitely set up an order data export to SAP which will then take care ...
by boettner
17 Sep 2020, 11:59
Forum: TYPO3 extension
Topic: E-Mail CSS / client/html/common/template/baseurl
Replies: 4
Views: 2198

Re: E-Mail CSS / client/html/common/template/baseurl

The task configuration also offers a separate field for the baseurl (aimeos_template_baseurl) labelled "Absoluter Pfad oder Pfad relativ vom TYPO3 Basisverzeichnis zu den CSS Dateien des Themes" in german installation. Maybe you have to set it there?
by boettner
17 Sep 2020, 09:41
Forum: TYPO3 extension
Topic: E-Mail CSS / client/html/common/template/baseurl
Replies: 4
Views: 2198

Re: E-Mail CSS / client/html/common/template/baseurl

Did you set your TS in the scheduler task?
by boettner
17 Sep 2020, 08:34
Forum: TYPO3 extension
Topic: Email Decorators in 20.7.2
Replies: 2
Views: 1488

Re: Email Decorators in 20.7.2

Thanks for the hint! I solved it this way to include it globally in the email job plugin.tx_aimeos { settings { client { html { common { decorators { default { 0 = TheDecorator } } } email { payment { ... } } } } } } While your suggestion of course works too: plugin.tx_aimeos { settings { client { h...
by boettner
16 Sep 2020, 16:38
Forum: TYPO3 extension
Topic: Limit of number of products in the cart?
Replies: 3
Views: 1716

Re: Limit of number of products in the cart?

Hi Claudia,

the BasketLimits Plugin is responsible for these limits.

Best
Robert.