Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Announcements
 side filter menu currency
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ray c
Starting Member

United Kingdom
2 Posts

Posted - October 10 2016 :  14:18:39  Show Profile  Visit ray c's Homepage  Reply with Quote
does anyone know how I can either chage or remove the dollar symbol?
it doesn''t get updated when currancys are changed
as my sites in pounds when browse by price is used the slider has dollars

serjtankian
VP-CART Super User

Armenia
378 Posts

Posted - October 18 2016 :  16:11:46  Show Profile  Visit serjtankian's Homepage  Reply with Quote
find this in common/sidefilter/sidefilter

$(''.min_range'').html( "$" + $( ".slider-range" ).slider( "values", 0 ) );
$(''.max_range'').html( "$" + $( ".slider-range" ).slider( "values", 1 ) );

change to:

$(''.min_range'').html( $( ".slider-range" ).slider( "values", 0 ) );
$(''.max_range'').html( $( ".slider-range" ).slider( "values", 1 ) );

this will remove the dollar sign in slider

if you want to change the $ sign, then edit "$" with your local currency sign





*peace - serj*
Go to Top of Page

ray c
Starting Member

United Kingdom
2 Posts

Posted - October 18 2016 :  19:18:28  Show Profile  Visit ray c's Homepage  Reply with Quote
thanks
Go to Top of Page

swampthink
VP-CART New User

106 Posts

Posted - October 19 2016 :  07:51:03  Show Profile  Reply with Quote
awesome code serj
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00