Paste the following code into the child theme's functions.php file: // Replace "Tax" with "GST" on cart and checkout add_filter( 'woocommerce_countries_tax_or_vat', function () { return __( 'GST', 'woocommerce' ); }); add_filter(...
WooCommerce
Configure WooCommerce ‘Shipping’ Settings
From “WooCommerce>Settings”, Click on the "Shipping" tab to add and configure shipping options. Click on "Shipping Options". Calculations: Shipping calculator - enable this if desirable. Note that its desirability depends on the shipping options enabled. E.g. if a...
Configure WooCommerce ‘Emails’ Settings
From “WooCommerce>Settings”, Click on "Emails" tab. Click the settings cog and edit the recipient email address for all notifications that go to the shop administrator. Change 'Recipient' address to client's relevant email address. Edit the subject and email...
Configure WooCommerce ‘Payments’ Settings
From “WooCommerce>Settings”, Click on the "Payments" tab. Ensure relevant payment gateways are enabled. Toggle on or off, and manage the settings of each enabled option according to the website requirements (using the "Manage" or "Set up" button on the right). If...
Configure WooCommerce ‘Advanced’ Settings
From “WooCommerce>Settings”, Click on the "Advanced" tab. Make sure shop pages are set and correct. Set Terms and Conditions page if this is required. Save if changes are made. < Back to WooCommerce Setup summary.
Configure WooCommerce ‘Products’ Settings
From “WooCommerce>Settings”, Click on the “Products” tab. In the "General" options, set the correct shop page and set the desired 'add to cart' behaviour. Check over and configure the measurement defaults and reviews settings as needed. If stock management is...
Configure WooCommerce Currency Settings
From “WooCommerce>Settings”, In the “General” tab. Under "Currency Options": Check currency options are set as desired. For most of MakeWeb's e-commerce clients, the currency will be in Australian dollars, as follows in the image below. (For an overseas or...
Configure WooCommerce Coupon Settings
From “WooCommerce>Settings”, In the “General” tab. Under "General Options": Check over the coupon settings. MakeWeb's usual setup is to have: coupons enabled coupons NOT applied sequentially Ensure necessary coupons are added. Navigate to "WooCommerce>Coupons"....
Configure WooCommerce Selling and Shipping Locations
From “WooCommerce>Settings”, In the “General” tab. Under "General Options": Set the selling location Unless specified by the client, leave this as the default "Sell to all countries" option. This allows for overseas site visitors to still purchase products to be...
Configure WooCommerce Store Address
From “WooCommerce>Settings”, In the “General” tab. Under "Store Address": Fill out Store Address details. Save changes to General settings. < Back to WooCommerce 'General' Settings summary.