Cart_Items::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Cart_Items.php

	public function get_data() {
		return [
			self::CART           => $this->options[ self::CART ],
			self::IMAGE_SIZE     => $this->options[ self::IMAGE_SIZE ],
			self::FALLBACK_IMAGE => $this->get_fallback_image(),
		];
	}


User Contributed Notes

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