Hi Can someone help me in getting MRP added before ₹ Symbol in Prestige Theme
1 Like
Hi @SixDegree
You can try to add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings and check
price-list.price-list.price-list--product:before {
content: 'MRP';
}
Please add this code to theme.liquid file instead