News:

Looking for documentation? Take a look on our wiki

Main Menu

Link for module where user can add products from the frontend

Started by thenorman138, November 05, 2021, 04:27:04 AM

Previous topic - Next topic

thenorman138

I've seen references to an old extension that seems to not exist anymore but here's my issue:

Our site allows people to register with a store name and we can then approve them. Once approved, they can add products to associate with their store name. Is there a module that I can use for VM 3.8.8 where the user can click on a link/button on the frontend, once logged in, and add products from the frontend?

GJC Web Design

as standard all admin views and functions can be accessed from the frontend .. it is just a case of getting your permissions correctly setup
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

thenorman138

I think the permissions are good to go pretty much, do you happen to know which view I need to hook into for adding the products?

Jörgen

Correct permissions make icons appear in frontend, click on appropriate icon to start adding products.

Jörgen @ Kreativ Fotografi
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

thenorman138

@Jorgen thank you I'll have to look into that. I have to find which one it is because I want to create a custom button from it

Studio 42

Add a simple module > custom and place your add a product button link
The link is YOURSITE/?option=com_virtuemart&tmpl=component&manage=1&view=product&task=edit&virtuemart_product_id=0
Of course you have to add the users in the specific Joomla group with the right permission and you have to hide this modules per Joomla Access

thenorman138