User Panel

Monetization Systems – PayPal, Stripe and WooCommerce Payments Gateways
Vehica has 2 types of Monetization systems 1. Build in (PayPal & Stripe) 2. WooCommerce Payment Gateways   You can turn one of the systems here:   1. Build-in (PayPal & Stripe) The big benefit of this integration is that it is ultra-fast and easy to use   2. WooCommerce Payment Gateways The bi...
Wed, 22 Jun, 2022 at 10:40 AM
How to create custom registration / login page
1. Create new page   2. Edit via Elementor 3. Add Register or Login Widget e.g. a. login   b. register   4. It will display form and you can customize its options e.g. change it to inline to make possible center by row, add white background, paddings:  
Wed, 16 Feb, 2022 at 11:14 AM
How to redirect users after successful login to custom page?
Please add this code to your Child Theme functions.php file (read more about child themes here) and change https://google.com/ link to your own link add_filter('vehica/login/redirectUrl', function() { return 'https://google.com'; });   Since Vehica – 1.0.57 – If you use Social Login and Registrat...
Thu, 17 Feb, 2022 at 12:35 PM
How to disable “Submit Vehicle” functionality for “Private” user role”?
How to disable adding listings by “Private” user role? to make it looks like this?       Please add this code you your Child Theme functions.php file (read more about child themes here) add_filter('vehica/user/canCreateCars', function ($canCreateCars, $user) { /* @var \Vehica\Model\User\User $user...
Wed, 10 Jan, 2024 at 10:24 AM
How to customize Submit Vehicle Gallery Quick Tip – Attractive photos increase the popularity of the advertisement up to 5 times! How do you take good pictures?
This article explains how to customize this part of a submit vehicle form:   Please visit panel page and edit it with Elementor   You will find the Gallery Tooltip here:
Wed, 16 Feb, 2022 at 11:15 AM
Private Message System – how it works
This module was enabled in Vehica 1.0.53 (before 16th April 2021) 1. Please update the theme to the current version this way - How to update Vehica Theme?  1. Enable in the panel 2. Edit (1) Listing Page Template and (2)User Page Template and add Private Message Form widget there this way: and widget anyw...
Wed, 30 Mar, 2022 at 11:35 AM
Chat via WhatsApp
1. This feature will be available since 1.0.54 – In this article you can read how to update theme to the newest version 2. Please enable WhatsApp here 3. Now your user can check if they use WhatsApp in their user panel (checkbox “WhatsApp” text can be changed in the Vehica Panel > Translate & Rename)...
Mon, 11 Apr, 2022 at 11:17 AM