Search found 122 matches

by VirtualSpy
24 May 2023, 13:21
Forum: Laravel package
Topic: remove decimal value from price
Replies: 1
Views: 1892

remove decimal value from price

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win) I changed the "value" column type from decimal to int from table mshop_price & mshop_index_price but the price is still showing in decimal. why? I also checked this template using die dump (dd) here getting d...
by VirtualSpy
08 May 2023, 14:13
Forum: Laravel package
Topic: coupon code is not showing in order/payment email
Replies: 2
Views: 2234

Re: coupon code is not showing in order/payment email

The template code seems to be correct: https://github.com/aimeos/ai-controller-jobs/blob/master/templates/order/email/summary-html.mjml#L176-L182 Is the coupon code shown in the checkout/confirm page after the payment? 'order/base/coupon' was missing in my version in payment and delivery both $doma...
by VirtualSpy
04 May 2023, 08:01
Forum: Laravel package
Topic: coupon code is not showing in order/payment email
Replies: 2
Views: 2234

coupon code is not showing in order/payment email

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win) coupon code is not showing in order/payment email src code $basket = $order->getBaseItem(); $view->summaryBasket = $basket; template code <h3 class="p-m-item"> <?= $enc->html( $this->translate( 'controller/jobs',...
by VirtualSpy
10 Apr 2023, 10:23
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

Re: How to give admin panel access to additional user group

Guess, the problem is the fixed list of groups here: https://github.com/aimeos/aimeos-laravel/blob/master/src/Controller/AdminController.php#L36 If it would be configurable, you can log in with users having different groups. It was helpful, and because of this, I knew more. https://github.com/aimeo...
by VirtualSpy
10 Apr 2023, 08:08
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

Re: How to give admin panel access to additional user group

Guess, the problem is the fixed list of groups here: https://github.com/aimeos/aimeos-laravel/blob/master/src/Controller/AdminController.php#L36 If it would be configurable, you can log in with users having different groups. It was helpful, and because of this, I knew more. https://github.com/aimeo...
by VirtualSpy
06 Apr 2023, 06:38
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

Re: How to give admin panel access to additional user group

Aimeos ! Will you reply? Thanks in Advance
by VirtualSpy
04 Apr 2023, 05:20
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

Re: How to give admin panel access to additional user group

Access to panels is checked here: https://github.com/aimeos/ai-admin-jqadm/blob/master/src/Admin/JQAdm.php#L45-L47 Just add the names of your additional groups in your ./config/shop.php for order and user panels: - https://github.com/aimeos/ai-admin-jqadm/blob/master/config/admin/jqadm/resource.php...
by VirtualSpy
03 Apr 2023, 06:52
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

Re: How to give admin panel access to additional user group

Access to panels is checked here: https://github.com/aimeos/ai-admin-jqadm/blob/master/src/Admin/JQAdm.php#L45-L47 Just add the names of your additional groups in your ./config/shop.php for order and user panels: - https://github.com/aimeos/ai-admin-jqadm/blob/master/config/admin/jqadm/resource.php...
by VirtualSpy
31 Mar 2023, 10:45
Forum: Laravel package
Topic: How to give admin panel access to additional user group
Replies: 8
Views: 4062

How to give admin panel access to additional user group

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win) i have created two additional group one for catalog management and one for order management , i know about permission for group https://github.com/aimeos/ai-admin-jqadm/blob/master/config/admin/jqadm/resource.php but i did...
by VirtualSpy
27 Feb 2023, 06:30
Forum: Laravel package
Topic: getting problem in product search suggestions
Replies: 1
Views: 2699

getting problem in product search suggestions

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win) i am getting this error many times in console from product search suggestions Uncaught (in promise) SyntaxError: Unexpected token '<', "<div class"... is not valid JSON and getting this in admin log SQLSTATE[4200...