Search found 148 matches

by ahmed31916
27 Sep 2022, 08:28
Forum: Laravel package
Topic: Why the icons doesn't displayed
Replies: 6
Views: 1274

Re: Why the icons doesn't displayed

I found the problem, I overwrite on some templates. So I had to update the font awesome on the templates too.
Thanks :D
by ahmed31916
26 Sep 2022, 06:46
Forum: Laravel package
Topic: Why the icons doesn't displayed
Replies: 6
Views: 1274

Re: Why the icons doesn't displayed

aimeos wrote: 08 Sep 2022, 11:25 Did you overwrite some templates?
I tried to overwrite on the template that not related to CMS (product item template).
I installed the last version and the logout icon appeared, but pagination icons doesn't.
by ahmed31916
25 Sep 2022, 04:25
Forum: Laravel package
Topic: Js error when deleting a product from control panel
Replies: 5
Views: 1338

Js error when deleting a product from control panel

Hello Aimeos,

I got this error when deleting product from the control panel.
I made composer up, but nothing changed!

Here is the problem: https://github.com/aimeos/ai-admin-jqad ... in.js#L895
by ahmed31916
08 Sep 2022, 08:09
Forum: Laravel package
Topic: Add coupon code for all the products of the basket
Replies: 5
Views: 1048

Re: Add coupon code for all the products of the basket

Like said, the productcode configuration has nothing to do with the products the discount is applied to. Sorry, I have a misunderstanding at this point. Why I need to add a specific product code to apply a discount. I shouldn't write a product code when I need to apply the discount to all of the pr...
by ahmed31916
08 Sep 2022, 07:56
Forum: Laravel package
Topic: When extending jqadm attribute template It duplicate the page rendered
Replies: 3
Views: 764

Re: When extending jqadm attribute template It duplicate the page rendered

What's the implementation of the decorator class (what you've replaced by "...")? this code: public function data( \Aimeos\Base\View\Iface $view ) : \Aimeos\Base\View\Iface { $all_makes = \Aimeos\Controller\Frontend::create( $this->context(), 'attribute' ) ->compare( '==', 'attribute.type...
by ahmed31916
07 Sep 2022, 09:33
Forum: Laravel package
Topic: Why the icons doesn't displayed
Replies: 6
Views: 1274

Re: Why the icons doesn't displayed

I updated aimeos package to the last version and the icons that were not visible appeared now and everything ok, but the pagination buttons and the logout button remain.
by ahmed31916
06 Sep 2022, 11:52
Forum: Laravel package
Topic: When extending jqadm attribute template It duplicate the page rendered
Replies: 3
Views: 764

When extending jqadm attribute template It duplicate the page rendered

Hello, When extending jqadm attribute template src (vendor\aimeos\ai-admin-jqadm\src\Admin\JQAdm\Attribute\Standard.php), It duplicate the page rendered as shown in the attached image. This is the code: namespace Aimeos\Admin\JQAdm\Common\Decorator; class AttributeStandard extends \Aimeos\Admin\JQAd...
by ahmed31916
05 Sep 2022, 07:23
Forum: Laravel package
Topic: Add coupon code for all the products of the basket
Replies: 5
Views: 1048

Re: Add coupon code for all the products of the basket

all the providers requires the productcode, while I want to add all the products (not a specific product).
by ahmed31916
05 Sep 2022, 06:46
Forum: Laravel package
Topic: Why the icons doesn't displayed
Replies: 6
Views: 1274

Why the icons doesn't displayed

Hello,

Why the icons doesn't displayed?
by ahmed31916
02 Sep 2022, 12:03
Forum: Laravel package
Topic: Add coupon code for all the products of the basket
Replies: 5
Views: 1048

Add coupon code for all the products of the basket

Hello Aimeos, I want to make a new coupon code for all the products of the basket by percent rebate. I chosen PercentRebate and add "Basket". I ignored the "percentrebat.productcode" option (because the coupon for the whole products in the marketplace). Now, when I add the coupon...