Ok, forget the first part to do with only showing part of the price. A
simple change of code to:
CmdUtils.makeSearchCommand({
name: "AmazonUK",
url: "http://www.amazon.co.uk/s/ref=nb_ss_w_h_?url=search-alias
%3Daps&field-keywords={QUERY}",
icon: "http://www.amazon.co.uk/favicon.ico",
parser: {container: "div.result",
title: "div.productTitle",
preview: "div.newPrice span",
thumbnail: "div.productImage"}
});
sorted it. Still like to know how to add more details to the preview
section (or another section) and also if it's possible to show
pictures (eg. the star ratings from amazon) in the preview section.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---