Jump to content

i need to update my currency on products page


life4

Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated