life4 Posted January 9, 2013 Share Posted January 9, 2013 i need to automatically update my currency by ajax here in my site /http://www.hyyatdomain.com/bill/cart.php?gid=1 when i change the currency from currencies top of the page it change in the cart only i need to update it in the packages also or i want you tell me how i can display the packages only in the page like cart.php?a=viewcart how could i display packages only without any thing other function recalcsummary() { jQuery("#cartloader").show(); jQuery.post("cart.php", 'a=view&cartsummary=1&ajax=1', function(data){ jQuery("#cartsummary").html(data); jQuery("#cartloader").hide(); }); } now i need some thing like that i need the code that make me change the currencies in my page only ? how could it be what is the url make me able to do that ? could you help me in that thanks alot for your patients and help 0 Quote Link to comment Share on other sites More sharing options...
life4 Posted January 26, 2013 Author Share Posted January 26, 2013 here the picture /http://www.hyyathost.com/images/2013/01/26/dzmEn.jpg 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.