Dear Experts,
Please help me to fix this issue with Cart Table. As per Indian Government rules, GST has been divided into three parts like CGST, SGST and IGST. As per my requirements, we need to show CGST and SGST per each product in the cart table. Here we have Tax column in the existing table. I have changed to GST in the overrides.
Existing Table:
Name | SKU | Price | Quantity | Tax | Discount | Total |
XYZD | AS12FD | 20.00 | 1 | 0.00 | 0.00 | 20.00 |
New Table that we want:
Name | SKU | Price | Quantity | CGST Rate | CGST Amount | SGST Rate | SGST Amount | Discount | Total |
XYZD | AS12FD | 20.00 | 1 | 5% | 1.00 | 5% | 1.00 | 0.00 | 22.00 |
As per my requirements, we would like to add CGST Rate, CGST Amount, SGST Rate, SGST Amount as new columns in the same table. How can i update this table and what are the files we need to change to add these extra columns ? Please find the attached screen grab to understand about the issue.
How to add these CGST and SGST per each product when we add any new product ? For now we found an option to add either Tax or GST or anyone.
I hope you understand the issue, please help me to fix this issue. Appreciate you all for your kind guidance and support.
Thank You