Units

Summary

Class Units


Description

May eventually expose UI for these settings, but for now they are imported from the BigCommerce API and not exposed in the admin.


Source

File: src/BigCommerce/Settings/Sections/Units.php

class Units extends Settings_Section {
	const MASS   = 'bigcommerce_mass_unit';
	const LENGTH = 'bigcommerce_length_unit';

	const POUND    = 'lb';
	const OUNCE    = 'oz';
	const KILOGRAM = 'kg';
	const GRAM     = 'g';
	const TONNE    = 'tonne';

	const INCH       = 'in';
	const CENTIMETER = 'cm';
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.