Jump to content

displaying the value of ajax_cart_total variable


Recommended Posts

hi everyone,

 

in the order confirmation page i would like to add the value of "ajax_cart_total" to a php variable labeled $abc

 

what coding can i use to do this?

 

i tried:

 

$abc = {ajax_cart_total};

echo $abc;

 

but it did not worked

 

any tips?

 

thanks

Link to comment
Share on other sites

×
×
  • Create New...