Edit product -> Attribute (Usability)

19.03.2017 10:02
#1
Arseny
User Arseny
Name: Arseny
04.12.2013
Posts: 77
Quote
Edit product -> Attribute (Usability)

Hello, suggestion for usability, editing attributes
Edit product -> Attribute

1. Remove the empty columns that are not used in the attributes.
2. Swap columns (In most price lists-there is a standard ordering [ean] [quantity] [price] because of another ordering in arributes, we confuse the fields when filling out the product).
Edit product -> Attribute (Usability)


JoomShopping: 4.16.0
 
24.04.2017 20:14
#2
Arseny
User Arseny
Name: Arseny
04.12.2013
Posts: 77
Quote
Aw: Edit product -> Attribute (Usability)

Hello I introduced the above suggestions
To do this, change the following files:
\administrator\components\com_jshopping\js\functions.js
\administrator\components\com_jshopping\views\product_edit\tmpl\attribute.php
Files are attached in the archive


> Added classes for each td element to tables (list_attr____)
> Hidden columns with unused attributes (style="display:none;")
> Changed the order of the columns in the table:
1. attrib_id(n)
2. dep_attr_td_header
3. attr_weight
4. attr_weight_volume_units
5. attr_manufacturer_code
6. attr_ean
7. attrib_buy_price
8. attrib_price
9. attrib_old_price
10. attr_count
> Tested with different conditions

Default:
Aw: Edit product -> Attribute (Usability)
Modified:
Aw: Edit product -> Attribute (Usability)


JoomShopping: 4.16.1

Letzte Änderung: 19.06.2017 08:16
 
27.04.2017 19:00
#3
Arseny
User Arseny
Name: Arseny
04.12.2013
Posts: 77
Quote
Aw: Edit product -> Attribute (Usability)

>>If there are difficulties, I can describe in detail what edits I made and on what lines.

> Hidden columns with unused attributes through:
if ($tmp_val == 0 && $attr_tmp_row_num == 1){
print "<style>#list_attr_value .list_attr_id_".$value->attr_id."{display:none;}</style>";
}

All other changes are: adding classes to elements and changed the order of the columns. And that's all!

Add changes to the component?

Archive:
joomshopping_4.16.2_mod.zip


Letzte Änderung: 19.06.2017 08:19
 


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.