Search found 12 matches

by Sergunik
08 Oct 2020, 11:36
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5785

Re: Need to add new functionality

+1 for "ratings/reviews"
Any updates?
by Sergunik
03 Jul 2020, 09:29
Forum: Laravel package
Topic: GraphQL support
Replies: 1
Views: 1116

GraphQL support

Dear Aimeos team,

When I'll be ready GraphQL functionality?
by Sergunik
22 Oct 2018, 13:01
Forum: Laravel package
Topic: How to get the basket items with properties in other class
Replies: 6
Views: 4085

Re: How to get the basket items with properties in other cl

DiegoFelipeProaño wrote:How does your BaseHelper Class look like?

Code: Select all

<?php

namespace App\Helper;

class BaseHelper
{
    /**
     * @return \Aimeos\MShop\Context\Item\Standard $context
     */
    protected static function getContext() {
        return app('\Aimeos\Shop\Base\Context')->get();
    }
}
by Sergunik
17 Sep 2018, 08:17
Forum: Laravel package
Topic: Wrong logic in sorting query (aimeos kernel)
Replies: 3
Views: 1683

Re: Wrong logic in sorting query (aimeos kernel)

aimeos wrote:We've released a new aimeos-core version (2018.07.21) which should fix this problem. Can you please check and verify?
Now it works properly.
Many thanks!
by Sergunik
14 Sep 2018, 10:56
Forum: Laravel package
Topic: Wrong logic in sorting query (aimeos kernel)
Replies: 3
Views: 1683

Wrong logic in sorting query (aimeos kernel)

Hi all! Situation: I have a 14 products in some category. I Added different prices to each product depends of quantity ( Minimum quantity ). Added at least 4 different prices to each product. After that opened category page with list of products. Case 1: Default sorting by relevance. All fine. Case ...
by Sergunik
09 Aug 2018, 12:49
Forum: Laravel package
Topic: Extend translation class
Replies: 1
Views: 1113

Extend translation class

Main issue: Detect all not translated phrases in project. Idea: Replace or extend function aitrans . My extended function should consist of parent functionality and few extra (dirty) rows: IF (phrase has no translation) THEN log this phrase to file After that need only surf cross the website. First...
by Sergunik
10 Jul 2018, 14:38
Forum: Laravel package
Topic: [Mysql] Full text search on category page
Replies: 2
Views: 1995

[Mysql] Full text search on category page

How could I turn on full text search in catalog? Now, if I search product via search bar – queries in mysql DB didn't use MATCH (col1,) AGAINST (expr) . And in mysql log I see: SELECT COUNT(*) AS "count" FROM ( SELECT DISTINCT mpro."id" FROM "mshop_product" AS mpro LEFT...
by Sergunik
15 May 2018, 09:34
Forum: Laravel package
Topic: How to get the basket items with properties in other class
Replies: 6
Views: 4085

Re: How to get the basket items with properties in other cl

Found solution: <?php namespace App\Helper; class BasketHelper extends BaseHelper { /** * @return \Aimeos\Controller\Frontend\Basket\Standard * @throws \Aimeos\Controller\Frontend\Exception * @throws \Illuminate\Container\EntryNotFoundException */ private static function getBasketController() { retu...
by Sergunik
15 May 2018, 08:15
Forum: Laravel package
Topic: How to get the basket items with properties in other class
Replies: 6
Views: 4085

Re: How to get the basket items with properties in other cl

It's still issue for me.
Dear Support, Could you please help get basket items in own controller?

--
PHP 7.0.22-0ubuntu0.16.04.1
laravel/framework: 5.5
aimeos/ai-laravel: 2018.04.1