Search found 27 matches

by nvindice
19 Jun 2019, 14:17
Forum: Help
Topic: Testing Aimeos extensions
Replies: 2
Views: 1283

Re: Testing Aimeos extensions

Thank you. I feel kind of stupid now, but it works.
by nvindice
18 Jun 2019, 18:10
Forum: Help
Topic: Testing Aimeos extensions
Replies: 2
Views: 1283

Testing Aimeos extensions

Hi all, I've set up a test environment like described here , but when I want to run ./vendor/bin/phing -Ddir=ext/myext testext , an error occurs: PHP Fatal error: Uncaught Error: Class 'Aimeos\MShop\Factory' not found in /var/www/test/aimeos-core/ext/myext/controller/frontend/tests/TestHelperFronten...
by nvindice
24 May 2019, 12:24
Forum: Help
Topic: Index product properties
Replies: 5
Views: 2303

Re: Index product properties

Thank you for the reply. The query got incredibly slow after adding something like $expr = array( $filter->compare( '==', 'product.property.value', $input ), $filter->compare( '>', $cmpfunc, 0 ) ); $textConds = $filter->combine( '||', $expr ); $expr = array( $textConds, $filter->getConditions() ); t...
by nvindice
22 May 2019, 06:05
Forum: Help
Topic: Index product properties
Replies: 5
Views: 2303

Re: Index product properties

I would love to use product properties for the keyword search, e.g. when the user searches for a SKU or MPC. Do you see any chances here, without losing too much performance?

(Using 2018.x currently...)
by nvindice
21 May 2019, 06:44
Forum: Help
Topic: Index product properties
Replies: 5
Views: 2303

Index product properties

Hi Aimeos,

how can I add product properties to the index, so that our customers can find a product eg. by it's SKU?
I tried to add

Code: Select all

product/property
to

Code: Select all

mshop.index.manager.standard.domains
, but it does not seem to work...

Thanks,
Nils
by nvindice
17 May 2019, 14:27
Forum: TYPO3 extension
Topic: RealURL in scheduler tasks
Replies: 2
Views: 1610

Re: RealURL in scheduler tasks

If anybody ever encounters the same problem: Use the "Aimeos shop advanced scheduler" instead of the regular scheduler task template. Background: RealURL needs the TSFE to be initialized. In the standard scheduler task, Aimeos won't do that, in "advanced mode" (alias Email6-task)...
by nvindice
16 May 2019, 16:24
Forum: TYPO3 extension
Topic: RealURL in scheduler tasks
Replies: 2
Views: 1610

RealURL in scheduler tasks

Hi Aimeos team, when using the scheduler task to create a sitemap or export products, the generated links are not rewritten by RealURL, meaning they have lots of parameters etc. How can I use the RealURL generated links? Platform: Typo3 v8.7.26 Aimeos: 2018.10 (latest) RealURL: 2.5.0 Set scheduler c...