Search found 148 matches
- 19 Nov 2022, 10:40
- Forum: Laravel package
- Topic: issue when updating a product
- Replies: 2
- Views: 4446
Re: issue when updating a product
Aimeos v2022.10
The problem is solved. By mistake, I was comment the hidden-attribute component.
Thanks.
- 16 Nov 2022, 11:32
- Forum: Laravel package
- Topic: issue when updating a product
- Replies: 2
- Views: 4446
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" = ?, "code" = ?, "status" = ?,
"pos ...
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" = ?, "code" = ?, "status" = ?,
"pos ...
- 16 Nov 2022, 10:35
- Forum: Laravel package
- Topic: how to change the size of the suggested product options
- Replies: 2
- Views: 4364
- 16 Nov 2022, 10:03
- Forum: Laravel package
- Topic: how to change the size of the suggested product options
- Replies: 2
- Views: 4364
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?
Would you tell me how to change the size of the suggested product options in the admin panel?
- 06 Nov 2022, 19:51
- Forum: Laravel package
- Topic: Admin template cannot accept the translation from the i18n file
- Replies: 3
- Views: 4801
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?
In another hand, if I used "admin", where I should to store "en.po" file extended?
- 06 Nov 2022, 08:32
- Forum: Laravel package
- Topic: Admin template cannot accept the translation from the i18n file
- Replies: 3
- Views: 4801
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 the extension. I ...
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 the extension. I ...
- 05 Oct 2022, 20:20
- Forum: Laravel package
- Topic: Js error when deleting a product from control panel
- Replies: 5
- Views: 7297
Re: Js error when deleting a product from control panel
Thank you aimeos, the problem is gone.
- 05 Oct 2022, 11:29
- Forum: Laravel package
- Topic: Js error when deleting a product from control panel
- Replies: 5
- Views: 7297
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 ...
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 ...
- 05 Oct 2022, 10:54
- Forum: Laravel package
- Topic: Js error when deleting a product from control panel
- Replies: 5
- Views: 7297
Re: Js error when deleting a product from control panel
Help me, please!
- 04 Oct 2022, 04:15
- Forum: Laravel package
- Topic: Why the product attributes doesn't appear in the attribute template
- Replies: 1
- Views: 2845
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\partials ...
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\partials ...