How to remove or replace (ex. tax) in Jigoshop WordPress
March 26, 2012 / by Marco / Categories : jigoshop, TechnologyThe Problem #1:
The automated email that is sent to the customers for “pay to order” has the text (ex. tax). Changing any of the setting in jigoshop doesn’t seem make a difference. How do I change this?
The Solution:
It appears this is hardcoded in one of the classes.
You need to edit the jigoshop_order.class.php found in /wp-content/plugins/jigoshop/classes line 193, 207 & 209. I changed this to (incl. GST) because this is what we use in our country.
The Problem #2:
When the customer clicks on checkout the text (ex. tax) is displayed. How do I change this?
The Solution:
Option 1: In the jigoshop TAX tab select No to calculate TAX.
Option 2: It appears this is hardcoded in one of the classes.
You need to edit the jigoshop_checkout.class.php found in /wp-content/plugins/jigoshop/classes line 756 and 769. I changed this to (incl. GST) because this is what we use in our country.
Hope this helped others as well.
OTHER ARTICLES YOU MAY LIKE
SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY
If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]
read more
USE FUSEBASE TO AUTOMATE TEAMWORK AND COLLABORATION
If your business is growing, your team is juggling too many moving parts, and your client communication is spread across email threads, chat apps, documents, task boards, and endless follow ups, there is a good chance the real problem is not effort but fragmentation. Most businesses do not lose time because people are lazy. They […]
read more

