Search found 122 matches
- 24 May 2023, 13:21
- Forum: Laravel package
- Topic: remove decimal value from price
- Replies: 1
- Views: 5292
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 decimal value ...
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 decimal value ...
- 08 May 2023, 14:13
- Forum: Laravel package
- Topic: coupon code is not showing in order/payment email
- Replies: 2
- Views: 6579
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 ...
- 04 May 2023, 08:01
- Forum: Laravel package
- Topic: coupon code is not showing in order/payment email
- Replies: 2
- Views: 6579
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 ...
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 ...
- 10 Apr 2023, 10:23
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
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 ...
- 10 Apr 2023, 08:08
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
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 ...
- 06 Apr 2023, 06:38
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
Re: How to give admin panel access to additional user group
Aimeos ! Will you reply? Thanks in Advance
- 04 Apr 2023, 05:20
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
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 ...
- 03 Apr 2023, 06:52
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
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 ...
- 31 Mar 2023, 10:45
- Forum: Laravel package
- Topic: How to give admin panel access to additional user group
- Replies: 8
- Views: 15976
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 ...
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 ...
- 27 Feb 2023, 06:30
- Forum: Laravel package
- Topic: getting problem in product search suggestions
- Replies: 1
- Views: 152498
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[42000 ...
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[42000 ...