Search found 12 matches

by Icymars
10 Mar 2021, 17:12
Forum: Laravel package
Topic: Get label of attribute type
Replies: 3
Views: 3322

Re: Get label of attribute type

I think I expressed myself badly. In the product detail page the code related to the type of the attribute is printed, for example if I had a product with 2 attributes of type Shade color whose code is [shade_color] it would be printed: shade_color << --- attribute type code attribute1 || attribute ...
by Icymars
09 Mar 2021, 19:23
Forum: Laravel package
Topic: Get label of attribute type
Replies: 3
Views: 3322

Get label of attribute type

Hi guys, anyone of you know how to get label of attribute type? I'll explain. In attribute-standard.php of common/partials there is this line of code for print code of attribute type : <label for="select-<?= $enc->attr( $code ) ?>" class="select-name"><?= $enc->html( $this->trans...
by Icymars
29 Jan 2021, 09:49
Forum: Help
Topic: Shared attribute for products in same catalog/category
Replies: 1
Views: 1764

Shared attribute for products in same catalog/category

Hi, guys any of you know if it is possible to assign an attribute to the catalog so every product of the catalog shows the attribute on the detail page? In my case, I have attribute "Dimensione" that it must be shared with all the products in the catalog/category ring. Is it possible? http...
by Icymars
25 Jan 2021, 10:40
Forum: Help
Topic: Retrieve all media of all selection products of product
Replies: 3
Views: 3455

Re: Retrieve all media of all selection products of product

So if I want to get images in product-standard.php, I've add 'detailMediaItems' => $this->get( 'detailMediaItems', map() ), in items-body-standard.php, in catalog->list folder like this: <div class="catalog-list-items" data-infinite-url="<?= $infiniteScroll && $this->get( 'lis...
by Icymars
24 Jan 2021, 17:34
Forum: Help
Topic: Retrieve all media of all selection products of product
Replies: 3
Views: 3455

Retrieve all media of all selection products of product

Hi guys, I need help and hope one of you can do it. I need to get all images related to a product of select type. Which command can do it? In code of body-standard.php in detail folder the media elements were getting with that : $this->get( 'detailMediaItems', map() ) but if i use in products-standa...
by Icymars
03 Jan 2021, 09:51
Forum: Laravel package
Topic: No email send
Replies: 11
Views: 9271

Re: No email send

I checked the code and did a bit of debugging to check where the problem was: I noticed that the mails are not sent because never enter into foreach that cycle the sending; the variables are empty! So I start to think that it is not clear to me when the emails are sent! I performed some tests: I cre...
by Icymars
02 Jan 2021, 18:33
Forum: Laravel package
Topic: No email send
Replies: 11
Views: 9271

Re: No email send

The forum "code" statement has dirtied the istruction. I used it correctly as written in the documentation. I also tested the sending of emails through the password recovery integrated with jetstream and it works correctly. Then say that the .env file is configured correctly. Could it be t...
by Icymars
02 Jan 2021, 16:32
Forum: Laravel package
Topic: No email send
Replies: 11
Views: 9271

No email send

I am having trouble sending the email. No mail is sent, under any circumstances. I set up the cronjob and also ran it by hand "php artisan aimeos: jobs" order / export / csv order / email / delivery order / email / payment order / email / voucher order / service / delivery subscription / e...
by Icymars
27 Dec 2020, 17:43
Forum: Laravel package
Topic: Get Date End of product's price
Replies: 1
Views: 1702

Get Date End of product's price

Hi, I want to add a progress bar that indicates how much time remains for the offer. I've added this code in price-standard.php file to add the bar: <p> <span class="offer"><?= $enc->html(__("Offer expires in:")); $priceItem->get; ?></span> <span class="progress m-b-5">...
by Icymars
17 Dec 2020, 12:25
Forum: Help
Topic: Error with PayPalExpress Sandbox [SOLVED]
Replies: 5
Views: 4454

Re: Error with PayPalExpress Sandbox

I've also changed the paypalexpress.url-validate adding sandbox in URL.
I've just removed and now all work properly.

Thanks for your help. ;)