Author Message
kres
PostPosted: Wed Oct 10, 2018 9:01 pm    Post subject:

Thanks Mario, that would be awesome.
Cupid
PostPosted: Wed Sep 26, 2018 10:46 am    Post subject:

FYI, Ebay gets it wrong in the list (summary) view, it's only when you view the actual listing that they get it right.
mario
PostPosted: Tue Sep 25, 2018 5:54 am    Post subject:

I will revisit this in the next few weeks. There has to be a way to resolve this and display proper shipping price. You see it in eBay UI, you should see the same in Gixen.
kres
PostPosted: Mon Sep 24, 2018 11:06 am    Post subject:

Thanks Cupid,

Guess it could be because each ebay site is different, idk. At least for ebay.es, I can extract S&P with this command:

Code:
wget -q -O - https://ebay.es/itm/302892359851 | grep 'shElemntArry\[i\]\.innerHTML'  | awk -F '"' '{print $2}' | awk '{print $1}' | head -n1
Cupid
PostPosted: Mon Sep 24, 2018 8:11 am    Post subject:

It is a problem that I highlighted almost as soon as Gixen started displaying the shipping prices.

Mario knows about it but the problem apparently lies with Ebay.
kres
PostPosted: Mon Sep 24, 2018 5:42 am    Post subject: S&H prices on gixen

Hi,

I'm bidding from Spain but I see S&H prices as if I was on Germany (for a item from Germany, example: 302892359851)

On ebay, I can see the correct S&H price for Spain.

Is it possible to see the correct S&H on gixen? If not, it would be really helpful to have an option to specify the country for S&H.

Thank you!

Powered by phpBB © 2001, 2005 phpBB Group