Reihenfolge der Attribute

22.03.2025 20:59
#1
thomas_hamburg
Joomshopping forum user no avatar
Name: Thomas
26.05.2024
Сообщения: 9
Quote
Reihenfolge der Attribute

Hallo,

ich nutze den Shop für Anmeldungen zu einer Veranstaltung. Dafür verwende ich Attribute und Freie Attribute
Die Freien Attribute werden je nach Auswahl der Attribute angezeigt. Als Addon nutze ich
- Free attribute display for attribute value
- JoomShopping Free Attribute Type
Im Frontend werden leider zuerst alle Attribute und erst weiter unten die Freien Attribute angezeit. Die Freien Attribute sollen aber direkt unter den Attributen angezeigt werden, zu denen sie eine Verbindung haben.
Siehe Anhang
Gibt es eine Möglichkeit die Attribute/Freien Attribute zu sortieren?
Und kann ich auch Attribute von anderen Attributen abhängig machen? Praktisch Attribute und Sub-Attribute?

Danke und Grüße
Thomas
Reihenfolge der Attribute


Joomla: 5.2.1
JoomShopping: 5.6.0

tomtom
 
23.03.2025 10:27
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 28000
Quote
Aw: Reihenfolge der Attribute

There is no such option in the settings.

Created a template based on the standard product template.
(works only for default JoomShopping Template)
addon_product_attr_free_attr_sort_1.0.0.zip

1. install (use JoomShopping)

2. configuration / Shop functions
Use individual template for each category and product : Y

3. Product / edit
Template: attrsort

4. Edit file
components\com_jshopping\templates\default\product\product_attrsort.php

edit rows 16:

settings can be set here
$sort_attrib = [
1 => [1,2],
];

1- attribut id

[1,2] - list free attribute ids


Последнее изменение: 23.03.2025 10:35
 
24.03.2025 23:02
#3
thomas.eilers.hamburg
Joomshopping forum user no avatar
Name: Eilers Thomas
06.02.2025
Сообщения: 6
Quote
Aw: Reihenfolge der Attribute

Thank you, I will try.

Thomas


TomTom
 
25.03.2025 23:41
#4
thomas.eilers.hamburg
Joomshopping forum user no avatar
Name: Eilers Thomas
06.02.2025
Сообщения: 6
Quote
Aw: Reihenfolge der Attribute

I have another question to my Issue described above.

For "Attributes" I can choose as "Typ" Select or Radio.
For "Freie Attributes" I can choose Standard, or Date, or File, or Checkbox etc., if the Addon "JoomShopping Free Attribute Type" is installed.

Is there a possibility to integrate Select and Radio also in the Addon JoomShopping Free Attribute Type?

I need to have a solution where I can selec only one choice (and not several) as we have for the Attributes.

Thanks, Thomas


TomTom
 
26.03.2025 07:23
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 28000
Quote
Aw: Reihenfolge der Attribute

Logic attribute: select 1, 2,3
Logic free attribute : any text.

Need select - use attribute.

Or example?


Последнее изменение: 26.03.2025 07:23
 
26.03.2025 19:08
#6
thomas.eilers.hamburg
Joomshopping forum user no avatar
Name: Eilers Thomas
06.02.2025
Сообщения: 6
Quote
Aw: Reihenfolge der Attribute

I will try to give an example:

[Attribute] Attendance to Tutorials
[Free Attribute] -- Tutorial 1
[Free Attribute] -- Tutorial 2
[Free Attribute] -- Tutorial 3
[Attribute] Attendance to TVPs
[Free Attribute] -- TVP 1
[Free Attribute] -- TVP 2
[Free Attribute] -- TVP 3
[Attribute] Attendance to Workshop
[Attribute] Attendance to Best Practice Circle

1. The Participant of our Event can select between either Tutorial, or TVPs, or Workshop or Best Practice Circle.
This selection I have realized with Attributes" and "Typ" Select

2. If the Participant selects Tutorial or TVP another selection should popup to select Tutorial 1 or Tutorial 2 or Tutorial 3 or even TVP 1 or TVP 2 or TVP 3 (only one!). Most probably I have to do it with Free Attributes, right? For this I have installed the Addons "Free attribute display for attribute value" and "JoomShopping Free Attribute Type". However with "JoomShopping Free Attribute Type" I can select more than one Tutorial or TVP because I have only Checkboxes. Here I need e.g. Radio

3. If the Participant selects Workshop or Best Practice Circle no further popup required

I hope my example is clear what I want to implement?

Thanks Thomas


TomTom
 
28.03.2025 08:36
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 28000
Quote
Aw: Reihenfolge der Attribute

No.
Free attribute only for Text:
Example:
Logo on t-shirt: {any text}
----------------------------------------
If need select : var1, var2, var3 => attribute.
------------------------------------------------------------------------------------------------------
1. Create

Attribute 1
Options: Attendance to Tutorials, Attendance to TVPs, Attendance to Workshop, Attendance to Best Practice Circle

Attribute 2:
options: Tutorial 1, Tutorial 2, Tutorial 3, TVP 1,TVP 2, TVP 3

Attribute 3:
options: TVP 1,TVP 2, TVP 3

2. Show
attribute 2 only for value Attendance to Tutorials
attribute 3 only for value Attendance to TVPs

use:
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/exclude-attribute-for-attribute-value.html

Or use dependent attribute (then there will be a slightly different structure).


Последнее изменение: 28.03.2025 08:47
 


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.