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
REVIEWING AND UNBOXING THE TOOCKI USB-C RIGHT ANGLE 1.2M CABLE
USB C cables are among the most ordinary accessories we own, yet they can make a surprisingly noticeable difference to how comfortable our devices are to use while charging. The Toocki USB C right angle cable is a good example of a simple accessory that tries to solve a very common irritation, because instead of […]
read more
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

