# Re-running the code after state reset to regenerate the price.liquid file with updated Liquid code.
updated_code = """
-
Regular price
-
Rs.19.99
-
Regular price
-
-
Sale price
-
Rs.19.99
- Unit price
-
/
per
"""
# Save updated code to file
output_file_path = "/mnt/data/price.liquid"
with open(output_file_path, "w", encoding="utf-8") as file:
file.write(updated_code)
output_file_path