/** * This file represents an example of the code that themes would use to register * the required plugins. * * It is expected that theme authors would copy and paste this code into their * functions.php file, and amend to suit. * * @package TGM-Plugin-Activation * @subpackage Example * @version 2.3.6 * @author Thomas Griffin * @author Gary Jones * @copyright Copyright (c) 2012, Thomas Griffin * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/thomasgriffin/TGM-Plugin-Activation */ /** * Include the TGM_Plugin_Activation class. */ require_once dirname( __FILE__ ) . '/class-tgm-plugin-activation.php'; add_action( 'tgmpa_register', 'my_theme_register_required_plugins' ); /** * Register the required plugins for this theme. * * In this example, we register two plugins - one included with the TGMPA library * and one from the .org repo. * * The variable passed to tgmpa_register_plugins() should be an array of plugin * arrays. * * This function is hooked into tgmpa_init, which is fired within the * TGM_Plugin_Activation class constructor. */ function my_theme_register_required_plugins() { /** * Array of plugin arrays. Required keys are name and slug. * If the source is NOT from the .org repo, then source is also required. */ $plugins = array( // This is an example of how to include a plugin pre-packaged with a theme array( 'name' => 'Contact Form 7', // The plugin name 'slug' => 'contact-form-7', // The plugin slug (typically the folder name) 'source' => get_stylesheet_directory() . '/includes/plugins/contact-form-7.zip', // The plugin source 'required' => true, // If false, the plugin is only 'recommended' instead of required 'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented 'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins 'external_url' => '', // If set, overrides default API URL and points to an external URL ), array( 'name' => 'Cherry Plugin', // The plugin name. 'slug' => 'cherry-plugin', // The plugin slug (typically the folder name). 'source' => PARENT_DIR . '/includes/plugins/cherry-plugin.zip', // The plugin source. 'required' => true, // If false, the plugin is only 'recommended' instead of required. 'version' => '1.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented. 'force_activation' => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch. 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins. 'external_url' => '', // If set, overrides default API URL and points to an external URL. ) ); /** * Array of configuration settings. Amend each line as needed. * If you want the default strings to be available under your own theme domain, * leave the strings uncommented. * Some of the strings are added into a sprintf, so see the comments at the * end of each line for what each argument will be. */ $config = array( 'domain' => CURRENT_THEME, // Text domain - likely want to be the same as your theme. 'default_path' => '', // Default absolute path to pre-packaged plugins 'parent_menu_slug' => 'themes.php', // Default parent menu slug 'parent_url_slug' => 'themes.php', // Default parent URL slug 'menu' => 'install-required-plugins', // Menu slug 'has_notices' => true, // Show admin notices or not 'is_automatic' => true, // Automatically activate plugins after installation or not 'message' => '', // Message to output right before the plugins table 'strings' => array( 'page_title' => theme_locals("page_title"), 'menu_title' => theme_locals("menu_title"), 'installing' => theme_locals("installing"), // %1$s = plugin name 'oops' => theme_locals("oops_2"), 'notice_can_install_required' => _n_noop( theme_locals("notice_can_install_required"), theme_locals("notice_can_install_required_2") ), // %1$s = plugin name(s) 'notice_can_install_recommended' => _n_noop( theme_locals("notice_can_install_recommended"), theme_locals("notice_can_install_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_install' => _n_noop( theme_locals("notice_cannot_install"), theme_locals("notice_cannot_install_2") ), // %1$s = plugin name(s) 'notice_can_activate_required' => _n_noop( theme_locals("notice_can_activate_required"), theme_locals("notice_can_activate_required_2") ), // %1$s = plugin name(s) 'notice_can_activate_recommended' => _n_noop( theme_locals("notice_can_activate_recommended"), theme_locals("notice_can_activate_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_activate' => _n_noop( theme_locals("notice_cannot_activate"), theme_locals("notice_cannot_activate_2") ), // %1$s = plugin name(s) 'notice_ask_to_update' => _n_noop( theme_locals("notice_ask_to_update"), theme_locals("notice_ask_to_update_2") ), // %1$s = plugin name(s) 'notice_cannot_update' => _n_noop( theme_locals("notice_cannot_update"), theme_locals("notice_cannot_update_2") ), // %1$s = plugin name(s) 'install_link' => _n_noop( theme_locals("install_link"), theme_locals("install_link_2") ), 'activate_link' => _n_noop( theme_locals("activate_link"), theme_locals("activate_link_2") ), 'return' => theme_locals("return"), 'plugin_activated' => theme_locals("plugin_activated"), 'complete' => theme_locals("complete"), // %1$s = dashboard link 'nag_type' => theme_locals("updated") // Determines admin notice type - can only be 'updated' or 'error' ) ); tgmpa( $plugins, $config ); } VinFast in Canada: 2025 Model Lineup & What to Expect

VinFast in Canada: 2025 Model Lineup & What to Expect

Here’s a quick story behind VinFast and how the company has climbed up the ranks through the years. The VF 9 is VinFast's flagship full-size SUV, designed to accommodate larger families and those seeking ample space without compromising on luxury and performance. Work with our award-winning creative services studio and advertising agency to bring your brand or product story to life. Thanks to a wildly fluctuating stock price, you may have seen the name VinFast in the news lately.

VinFast Cars At The 2018 Paris Motor Show

Because of this, the VF8 was in dire need of stellar reviews from industry experts. Currently, the only VinFast model available in America is the VF8 compact SUV, which is in the same ballpark, size-wise, as the Ford Mustang Mach-E, Kia EV6, and Hyundai IONIQ 5. The VF9, a larger midsize SUV with three rows of seating, is due to arrive next, and VinFast is currently taking reservations. On the brand’s American website, the company rounds out its lineup with the compact VF7 and subcompact VF6, though for now, you can only “stay updated” on these models since it is not yet taking reservations. Automotive Logistics is the leading resource for automotive logistics and supply chain professionals globally.

Auto & Transportation

But whereas a Tesla's performance, range, and X-factor are all superlative enough to outweigh its few weak spots, the VF 8 doesn't get enough right to offset its shortcomings. It's a below-average EV in a segment full of talent, and we'd wait until VinFast has had more time to refine it before taking the plunge. To provide potential customers with firsthand experience of their electric vehicles, VinFast offers opportunities to test drive a VinFast at official dealerships across Canada. This initiative allows consumers to explore the vehicles' features, performance, and comfort before making a purchase decision.

Add to this 1 million scooters, and you have yourself a formidable car company with the capacity to meet the demand of a huge market. Apart from the small city car, VinFast will produce an electric vehicle as well. The future is famously hard to predict, and the news about VinFast is such a mixed bag that things get even more complicated. The brand is owned and operated by a company with plenty of money to spend on getting things right and big ambitions globally.

VinFast VF 9 – Full-Size 7-Seater SUV

VinFast provides attractive leasing options to make the transition to electric vehicles more accessible. For instance, as martingale strategy forex of 2025, the VF 8 Eco is available for leasing from $105 weekly at 1.99% for 60 months down payment, subject to approved credit (OAC). Additionally, VinFast drives community support through initiatives such as their bank initiative test drive program, encouraging more Canadians to experience electric driving.

VinFast VF 8 Review: A Slow Start

While NHTSA hasn’t yet rated the safety of the 2023 VF8, it has recorded two recalls and over a dozen complaints, which certainly doesn’t help. VinFast launched three electric SUVs in 2021, announcing it would be shifting to an all-electric lineup going forward. The compact VF e34 was created for the Vietnamese market, but the larger VF8 and VF9 were built for a global audience. In 2022, VinFast opened dragonfly doji meaning showrooms in North America and Europe, just in time for global deliveries of the VF8 and VF9 in 2023. In January of 2024, it announced that the subcompact VF3 SUV would be coming to the US as well, though the timeline of its arrival on American streets is still unclear.

VinFast's rapid emergence in the Canadian automotive landscape underscores its dedication to providing high-quality, reliable, and accessible electric vehicles. With a diverse lineup that includes the VF 8 and VF 9, and upcoming models like the VF 6 and VF 7, VinFast is poised to meet the evolving needs of Canadian consumers. The company's focus on customer satisfaction is evident through its comprehensive warranty, flexible financing options, and commitment to expanding the EV charging infrastructure. VinFast’s logistics evolution extends beyond aftersales services into its core shipping strategies.

However, beware of scams—always visit official VinFast dealers to ensure an authentic experience. Recognizing the importance of a robust charging network, VinFast is actively contributing to the expansion of EV charging stations across Canada. This effort ensures that VinFast owners have access to vast EV charging options, facilitating long-distance travel and daily commutes alike. It operates in things like the scooter business, buses, medical clinics, tourism, real estate and even education. The company is currently evaluated at $3 billion in the US stock market.

  • GSA Capital Partners LLP purchased a new stake in VinFast Auto during the third quarter valued at about $44,000.
  • Apparently, he was the one who sealed the deal with many international companies and, effectively, enabled the creation of the all-new car brand.
  • Reliability and affordablity are qualities you expect from Japanese SUVs.
  • It isn't the easiest vehicle to drive smoothly, especially in the oversensitive Sport mode, as the car shoots forward more aggressively than expected.

Tech-wise, the VF 8 checks the right boxes, offering advanced driver-assistance systems and seamless smartphone integration. The technology feels solid, intuitive, and user-friendly enough to genuinely enhance the driving experience rather than distract from it. As America's love for SUVs grows stronger, the mid-sized VinFast VF 8 stands out with its blend of spacious design, modern tech, and eco-friendly performance, aligning with the nation's evolving driving preferences. Pham Nhat Vuong has an estimated net worth of $55.9 billion, making him the richest person in Vietnam and the 23rd richest in the world.

Thus, VinFast launched the first ever consumer electric vehicle to be produced in Vietnam while launching the VF 8 and VF 9 for the global market in Europe and North America. With the continuing focus on EVs, VinFast focused entirely on electric vehicles from 2023, ending its gas-powered car production at the end of 2022. VinFast’s logistics transformation is a microcosm of broader trends reshaping the global automotive landscape. The company’s commitment to 24-hour parts delivery in Europe, its strategic return to ro-ro shipping and its focus on sustainability are all reflective of a deeper strategic shift. With a focus on European market penetration and an emphasis on customer-centric service, VinFast shares with Automotive Logistics how it is investing in robust service parts delivery networks and retooling its shipping methods. Reuters reported VinFast sold only 7,400 cars last year—all in Vietnam—but has projected sales between 40,000 and 50,000 cars this year as it expands beyond the country’s borders.

  • Plans are in place for smaller VF6 and VF7 crossovers to slot below the VF8 and VF9.
  • Although able to get up to speed quickly, the throttle response is one of several aspects that could've been better tuned.
  • VinFast still doesn’t have much brand recognition in America, and those who have heard of the company have probably heard bad things.
  • The vehicle's redeeming qualities include snappy acceleration in Plus guise and standard features that would cost you extra in many rivals, while we also appreciate the spaciousness of the cabin.
  • We do not know anything about the names as VinFast actually markets both of them only as a Sedan and an SUV.
  • With a diverse lineup that includes the VF 8 and VF 9, and upcoming models like the VF 6 and VF 7, VinFast is poised to meet the evolving needs of Canadian consumers.

The UAE’s emphasis on sustainability, driven by initiatives like the UAE Net Zero by 2050 strategy, aligns perfectly with VinFast’s mission to promote clean transportation. With the VF 8 already launched in the UAE, VinFast is planning to introduce the VF 9 by mid-2025. Mary Roeloffs is a Forbes reporter who covers breaking news with a frequent focus on the entertainment industry, streaming, sports news, publishing, pop culture and climate change. She’s covered Netflix’s hottest documentaries, allegations against Sean “Diddy” Combs, the most popular books of the year and how climate change stands to impact the way we eat.

The VF8 made a terrible first impression on the professional reviewers that it needed questrade fx to impress to make headway with American drivers. Both MotorTrend and Car and Driver had major issues with the model and were not shy about sharing them. These reviews describe a vehicle that should still be in the prototype stage rather than one that was already being delivered to customers at the time. As VinFast wants to be the leading car manufacturer there, it is safe to assume that it will try to sell its products throughout the region. It is not only by chance that by 2025 their facilities will be able to churn out up to 500,000 vehicles per year.

If you're considering an EV, visit a dealership to select your nearest province and schedule a test drive. Ro-ro shipping offers a simplified and more flexible method for transporting vehicles with its inherent advantages, such as reduced handling times and lower risk of cargo damage. Automotive Logistics has highlighted how a resurgence in ro-ro services is gaining momentum across the industry as shipping lines adjust capacities and explore innovative service routes. For example, coverage on the roro capacity crunch explains that as traditional roro vessels fall short of meeting rising demand, OEMs are increasingly opting for containerised shipments. In response, logistics providers and shipping lines are enhancing vessel loading strategies and route planning to better manage these capacity constraints.