Search found 13 matches

by Oscar
23 Sep 2021, 06:52
Forum: Help
Topic: order Desc in products query
Replies: 6
Views: 1757

Re: order Desc in products query

Thanks a lot!! runs perfect :)
by Oscar
20 Sep 2021, 07:10
Forum: TYPO3 extension
Topic: [Solved - Again v21.7] - [Solved in 21.4] - zeynepjs mobile-first navigation menu
Replies: 21
Views: 68836

Re: [Solved - Again v21.7] - [Solved in 21.4] - zeynepjs mobile-first navigation menu

I have an extension and I would like to know if it is possible to fix the closing submenus without arrows. The problem is in the js or css? is to be able to compare it with the new version. Thanks
by Oscar
30 Aug 2021, 09:42
Forum: Help
Topic: Place in .ext config jqadmin
Replies: 3
Views: 1031

Re: Place in .ext config jqadmin

Runs perfect! Thx
by Oscar
29 Aug 2021, 17:45
Forum: Help
Topic: order Desc in products query
Replies: 6
Views: 1757

Re: order Desc in products query

Hello, I have tried to do a search ordering them descendingly and I have been able, but how could I filter only the promotional ones? Thank you very much for the help. This is my code $context = app()->make('\Aimeos\Shop\Base\Context')->get(); $manager = \Aimeos\MShop::create( $context, 'product' );...
by Oscar
26 Aug 2021, 12:26
Forum: Help
Topic: Place in .ext config jqadmin
Replies: 3
Views: 1031

Re: Place in .ext config jqadmin

Ok ill try 👍👍
Thx for help
by Oscar
26 Aug 2021, 12:24
Forum: Help
Topic: order Desc in products query
Replies: 6
Views: 1757

Re: order Desc in products query

Could be a search with filter? And then aply to the filter a -product.id
Thx for help :P
by Oscar
25 Aug 2021, 18:24
Forum: Help
Topic: order Desc in products query
Replies: 6
Views: 1757

order Desc in products query

Hello plz how can order the products in a descending order like order by product.id "DESC" in this query?

$products = $this->homeTree->getRefItems( 'product', null, 'promotion', )->slice(0,6);

and other question plz:

$this->homeTree is the manager?

thx
by Oscar
25 Aug 2021, 10:26
Forum: Help
Topic: Place in .ext config jqadmin
Replies: 3
Views: 1031

Place in .ext config jqadmin

Hi if i add in in the last line (90 => 'Mypanel',) in vendor\aimeos\ai-admin-jqadm\config\admin\jqadm\navbar.php <?php return [ 0 => 'dashboard', 10 => [ '' => 'sales', 10 => 'order', 20 => 'subscription', ], 20 => [ '' => 'goods', 10 => 'product', 20 => 'catalog', 30 => 'attribute', 40 => 'supplier...
by Oscar
30 Jul 2021, 06:16
Forum: Help
Topic: Problem After update on admin panel
Replies: 2
Views: 4694

Re: Problem After update on admin panel

hi,
I could solve the problem deleting the admin views in the shop folder. Then proyect takes the predefined and now it works correctly.
Thank you very much anyway!
by Oscar
29 Jul 2021, 12:09
Forum: Help
Topic: Problem After update on admin panel
Replies: 2
Views: 4694

Problem After update on admin panel

Hello,
after updating the project from 2021.04 to 2021.07 the extension loaded fine. But the admin panel has crashed and I can't navigate between tabs.

Loading animations don't finish
the paths seem fine but the scripts could be the problem?
Thanks a lot