You are here:  » Shopping.com BUY URL link open in NEW WINDOW

Support Forum



Shopping.com BUY URL link open in NEW WINDOW

Submitted by shoppersbase on Tue, 2011-11-29 15:28 in

Hi

Please can you help me modify the codes below to enable Shopping.com BUY URL open in a new window.

{code saved}

Thanks

Joseph

Submitted by support on Tue, 2011-11-29 15:36

Hi Joseph,

I removed the code as it contained your shopping.com API credentials but it was almost correct; but in each place where you have added:

target="new"

...this should be:

target="_BLANK"

Cheers,
David.
--
PriceTapestry.com

Submitted by shoppersbase on Tue, 2011-11-29 16:22

Hi David,

I forgot to mention I had already tried both

target="new"

AND

target="_BLANK"

NONE of them works. it doesn't open a new window. So i was thinking i had overlooked something. any other ideas..

Am puzzle both codes failed. In fact putting both codes BREAKS the shopping.com script that the navigation doesn't show. So I have removed it

Joseph

Submitted by support on Tue, 2011-11-29 17:02

Hi Jospeh,

Ah that makes sense - the code will be in PHP mode at that point; so instead of double-quotes - " - use single quote - ' - e.g.

target='_BLANK'

That should be all it is!

Cheers,
David.
--
PriceTapestry.com