SCCSolutions Posted November 29, 2013 Share Posted November 29, 2013 Hello, Wondering if anyone can help me please? I am trying to integrate the data feeds into my external pages and have come across something I cant figure out. Basically I want to be able to display both Monthly and Annual prices on the same page. But if I use this: <script language="javascript" src="feeds/productsinfo.php?pid=9&get=price&billingcycle=annually"></script> and <script language="javascript" src="feeds/productsinfo.php?pid=9&get=price&billingcycle=monthly"> on the same page it will only display one. Is there a way to actually display both? Thank you in advance 0 Quote Link to comment Share on other sites More sharing options...
SCCSolutions Posted November 30, 2013 Author Share Posted November 30, 2013 Its OK. I figured this out.. Forgot the </script> end part oops... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.