Hi Team,
I need price box for only 1st attribute and not for other attributes. I can able to hide other attributes price box using below code
<style>
#AllReg_BYO_price2 {display:none;}
#AllReg_BYO_price3 {display:none;}
#AllReg_BYO_price4 {display:none;}
#AllReg_BYO_price5 {display:none;}
#AllReg_BYO_price6 {display:none;}
#AllReg_BYO_price7 {display:none;}
#AllReg_BYO_price8 {display:none;}
#AllReg_BYO_price9 {display:none;}
#AllReg_BYO_price10 {display:none;}
#AllReg_BYO_price11 {display:none;}
#AllReg_BYO_price12 {display:none;}
</style>
however, I see $ symbol (without price box) due to mentioning of $ symbol in the settings. Please help me to remove $ symbol from other columns.
Also, I want to remove price box and $ symbol from Total too.
Please help.
Thanks
Abdul