Jump to content

[SOLVED] Find list of stores from Plugin


Recommended Posts

you can use static function Shop::getShops();

 

here is the definition of function:

	/**
	 * Get shops list
	 *
	 * @param bool $active
	 * @param int $id_shop_group
	 * @param bool $get_as_list_id
	 * @return array
	 */
	public static function getShops($active = true, $id_shop_group = null, $get_as_list_id = false)
	{
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...