I'm currently using the command below to search Amazon.co.uk but I
find that my results lack certain crucial info. Firstly, the command
is:
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",
thumbnail: "div.productImage"}
});
Now, by using 'div.newPrice' i get two prices (one of which is striked
through on amazon) which can't be told apart. Is it possible (using a
command this simple) to only show the new price from amazon and not
the struck-through one. Secondly, how do I make my preview show more
info. By changing the preview line to:
preview: "div.newPrice div.fastTrack"
I get no info at all. I would really like to show both these pieces of
info. again, is it possible with this simple a command?
Cheers in advance!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---