Search found 1 match

by jadetechnology
Mon Apr 18, 2011 1:19 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: Sorted Products - Customization
Replies: 1
Views: 5872

Sorted Products - Customization

Hi. I have been implementing the customization code for the sorted products add-on. I have entered the following lines of code into the JavaScript in the appropriate places. capacity: spans[i].getAttribute('capacity'), if ( seqtype == 'capacity' ) prodlines.sort(function(a,b){return (b.capacity <= a...