Hi,
Is it possible to edit the vendor.php page, the dashboard is very confusing for our clients.
Specifically, when a vendor has signed up, they are given onboarding steps.
Step 1 shows “Set up your profile” which tells them they could add a profile photo, however when you click it, it takes you to a different page to where you edit your profile photo,
Instead and very unclearly the user has to select their name in the top left corner, and click the drop down “Seller info” to add a profile picture/ description, and other settings.
My question is; Is it possible to change the destination URL the “Set up profile” button takes them too, currently:
vendor.php?dispatch=profiles.update&user_type=V
and redirect them to
vendor.php?dispatch=companies.update&company_id=5 (where the profile image can be added)
or is it possible to add another step, currently there are 3 steps
- Set up your profile
- Add products
- Configure shipping
If none of that is possible, is it possible to add a tab on the left hand side, under settings, for example: “Edit store profile”
And have the url point to: vendor.php?dispatch=companies.update&company_id=5
Thanks!