Search found 148 matches

by ahmed31916
19 Nov 2022, 10:40
Forum: Laravel package
Topic: issue when updating a product
Replies: 2
Views: 829

Re: issue when updating a product

aimeos wrote: 17 Nov 2022, 18:17 Which Aimeos version are you using?
Aimeos v2022.10

The problem is solved. By mistake, I was comment the hidden-attribute component.
Thanks.
by ahmed31916
16 Nov 2022, 11:32
Forum: Laravel package
Topic: issue when updating a product
Replies: 2
Views: 829

issue when updating a product

Hello, I got this error, when updating the product details: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'product-1.-download-' for key 'unq_msatt_dom_sid_type_code': UPDATE "mshop_attribute" SET "key" = ?, "type" = ?, "domain" = ?, &q...
by ahmed31916
16 Nov 2022, 10:03
Forum: Laravel package
Topic: how to change the size of the suggested product options
Replies: 2
Views: 743

how to change the size of the suggested product options

Hello Aimeos,

Would you tell me how to change the size of the suggested product options in the admin panel?
by ahmed31916
06 Nov 2022, 19:51
Forum: Laravel package
Topic: Admin template cannot accept the translation from the i18n file
Replies: 3
Views: 842

Re: Admin template cannot accept the translation from the i18n file

Ok, also "admin" doesn't work.

In another hand, if I used "admin", where I should to store "en.po" file extended?
by ahmed31916
06 Nov 2022, 08:32
Forum: Laravel package
Topic: Admin template cannot accept the translation from the i18n file
Replies: 3
Views: 842

Admin template cannot accept the translation from the i18n file

Hello Aimeos, I used to translate texts like this : "$this->translate( 'client', 'Text' )" in the client templates folder, of the extension. Now, I'm trying to edit the translations in the subpart: "packages\test\templates\admin\jqadm\product\item.php", in the admin template, of ...
by ahmed31916
05 Oct 2022, 20:20
Forum: Laravel package
Topic: Js error when deleting a product from control panel
Replies: 5
Views: 1301

Re: Js error when deleting a product from control panel

Thank you aimeos, the problem is gone.
by ahmed31916
05 Oct 2022, 11:29
Forum: Laravel package
Topic: Js error when deleting a product from control panel
Replies: 5
Views: 1301

Re: Js error when deleting a product from control panel

I change the askDelete and confirmDelete by this code, and it worked: askDelete: function(id) { if(id) { this.clear(false); this.$set(this.items[id], 'checked', true); } this.dialog = true; }, checked: function(id) { return this.items[id] && this.items[id].checked; }, confirmDelete: function...
by ahmed31916
04 Oct 2022, 04:15
Forum: Laravel package
Topic: Why the product attributes doesn't appear in the attribute template
Replies: 1
Views: 593

Why the product attributes doesn't appear in the attribute template

Hello Aimeos, Why the product attributes doesn't appear in the "packages\theme1\templates\client\html\common\partials\attribute.php" template, although the product has lots of attributes? Another question: How to add more domains for the "packages\theme1\templates\client\html\common\p...