Search found 9 matches

by ocytacus
26 Sep 2016, 09:32
Forum: Help
Topic: Payment Email not being displayed properly?
Replies: 3
Views: 2864

Re: Payment Email not being displayed properly?

Hi, the email was sent to my gmail address, so I opened it in gmail itself.
by ocytacus
25 Sep 2016, 16:45
Forum: Help
Topic: Payment Email not being displayed properly?
Replies: 3
Views: 2864

Payment Email not being displayed properly?

Hi, Just wondering if I'm missing something in my configuration file, because my payment email doesn't display the css styling although it's there in the email source. https://dl.dropboxusercontent.com/u/72768665/debug/email1.jpg as compared to the example given here : https://aimeos.org/docs/images...
by ocytacus
20 Sep 2016, 15:16
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Suggestion to Product 'Selection' o

Thanks for your help. The latest Aimeos-core dev update really solved the issue.

My search suggestion is working properly now :D
by ocytacus
19 Sep 2016, 16:25
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Suggestion to Product 'Selection' o

Yes, it is. I assume you haven't added any configuration to your config/shop.php file that includes an "index" part? The only thing I tried to fix the problem is this: 'mshop' => [ 'index' => [ 'manager' => [ 'attribute' => [ 'standard' => [ 'search' => [ 'mysql' => 'SELECT mpro."id&...
by ocytacus
19 Sep 2016, 15:19
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Suggestion to Product 'Selection' o

That would only help temporarily if we don't find the underlying problem. Please have a look into the mshop_index_text table. Are there all article names listed for one selection product? Yes, I can see all the article products' and selection products' names in the value column SELECT * FROM x.msho...
by ocytacus
19 Sep 2016, 13:53
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Suggestion to Product 'Selection' o

aimeos wrote:Which Aimeos Laravel version do you use?
The latest dev version, I think. Composer Update installed the dev version by mistake after I include

Code: Select all

"aimeos/ai-payments": "dev-master"
in my composer.json the other day.

Should I reinstall my Aimeos package to fix this?
by ocytacus
19 Sep 2016, 11:32
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Result to Product 'Selection' only?

Hi, sorry. Just to clarify, it's my search suggestion that is having the problem, not the search result. The search result displays all the selection products. (I'll edit post title) As you can see here below, the search result returns 2 selection products which is correct. https://dl.dropboxusercon...
by ocytacus
19 Sep 2016, 10:32
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Re: Limit Product Search Result to Product 'Selection' only?

If you don't associate the articles to a category but only the selection products, the search result will only list the selection products. Hi, thanks for the fast response. I had only associated selection products to my category, but for unknown reasons, all these article products keep showing up ...
by ocytacus
19 Sep 2016, 07:54
Forum: Laravel package
Topic: Limit Product Search Suggestion to Product 'Selection' only?
Replies: 12
Views: 6536

Limit Product Search Suggestion to Product 'Selection' only?

Hi, Thanks for building this open-source e-commerce library. On the frontend, how can I limit product search result to return and display only 'Product Selection' type ? Because I only list product 'Selection' on my website and each product 'Selection' will have a few product 'Article' linked to it....