Massiv problem with Attributes.

29.02.2024 12:23
#1
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Massiv problem with Attributes.

Hi

I have still massiv problem with Attributes.

When I deploy atribut on a product (images joom10.jpg) It will show and make the attributes. But after that i have saved them they disappear see images. (images joom23.jpg)

Kind regards
Jacobsen
Massiv problem with Attributes.
Massiv problem with Attributes.


Joomla: 5.0.3
JoomShopping: 5.3.3.
PHP: 8.3
MySQL: 10.6.15-MariaDB-1:10.6.15+maria~ubu2204
Website Url: reska.dk

Последнее изменение: 29.02.2024 12:25
 
29.02.2024 13:06
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25941
Quote
Aw: Massiv problem with Attributes.

Works (test product)
See your website product id: 749
-----
Only problem for many attribute
Total field > 5000

1 attribute = 14 field

https://www.joomshopping.com/forum/posts/12/16405.html?lang=en#3


Последнее изменение: 29.02.2024 13:07
 
29.02.2024 13:43
#3
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Aw: Massiv problem with Attributes.

Only problem for many attribute - OK!

Can I use the Import Attribute to product and aloud more Attributes.than Total field > 5000?

If YES, will it be a problem if I'm alter the e.g. produckt Short description (Backend) and saved it. After I have import all the attributes, will it still be rejected do to Total field > 5000.

KInd regards
Jacobsen


Последнее изменение: 29.02.2024 14:00
 
29.02.2024 14:26
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25941
Quote
Aw: Massiv problem with Attributes.

Yes.

Import works.
After product edit => you will lose the changes.
-----------------------------------------------------------
Use not Dependent attribute (if possible)

Or
Need change php configuration
max_input_vars

 
01.03.2024 08:22
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25941
Quote
Aw: Massiv problem with Attributes.

+ Disable functionality you don't need (for optimization)

1. Admin / JoomShopping / configuration / Shop functions

Purchase price ?
Basic price ?
Weight ?

2. change ..../default_config.php

$config->disable_admin = array(
'product_price_per_consignment' => 0,
'product_old_price' => 0,
'product_ean' => 0,
'manufacturer_code' => 0,
'real_ean' => 0,
'product_url' => 0,
'product_manufacturer' => 0,
'currencies' => 0,
'orderstatus' => 0,
'countries' => 0,
'usergroups' => 0,
'importexport' => 0,
'addons' => 0,
'statistic' => 0
);


example:
For disable manufacturer_code =>

$config->disable_admin = array(
'product_price_per_consignment' => 0,
'product_old_price' => 0,
'product_ean' => 0,
'manufacturer_code' => 1,
'real_ean' => 0,
'product_url' => 0,
'product_manufacturer' => 0,
'currencies' => 0,
'orderstatus' => 0,
'countries' => 0,
'usergroups' => 0,
'importexport' => 0,
'addons' => 0,
'statistic' => 0
);
-----------------------------

 
13.03.2024 11:09
#6
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Aw: Massiv problem with Attributes.

Thank you for the input, it did the job.

Now I have 3 dependent attributes and one attribute pr. produckt.
If I need Zoom on the 2 diffrence attributes do I need both af these or will it not work?:
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/attribute-image-popup.html?lang=en
https://www.webdesigner-profi.de/joomla-webdesign/shop/plugins/image-attribute-from-product.html?lang=en

Ps. I will look for a diffrence Host that can supply max_input_vars=MAX

Kind regads
John Jacobsen

 
13.03.2024 11:35
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25941
Quote
Aw: Massiv problem with Attributes.

Collaboration not tested.

 
16.03.2024 08:15
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25941
Quote
Aw: Massiv problem with Attributes.

Attribute image popup
Works only for attribute type "select"

Image attribute from product
Work only with attribut type "radio".


Последнее изменение: 16.03.2024 08:16
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.