Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var __isp_options = {
  2.     isp_dropdown_callback: function (element_jquery, item_data) {
  3.         if(item_data !== null){
  4.            $jquery(element_jquery).find(".money").each(function(){
  5.                $jquery(this).text($jquery(this).text().replace("AU",""));
  6.            });
  7.            $jquery(element_jquery).find('.as_magento_price').text($jquery(element_jquery).find('.as_magento_price').text().replace("AU",""));
  8.         }
  9.         return element_jquery;
  10.     },
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement