I want to develop ecommerce site like homeshop18 Where one store but different merchent can upload their own product on admin section and also view their own product and categories but in front end shows all merchants products (i.e I want to restrict user as per product and category).Please advice which plugin.
To do so, install wordpress and add the woocommerce plugin for the eshop. To have multiple vendors selling their products at your store simply add the woocommerce vendors plugin: https://wordpress.org/plugins/wc-vendors/
Related
I am working on a store in WordPress. I want to sell digital keycodes for games and also the game accessories, but I don't have money first to buy them and then sell on the store. So I wanted to ask if there is any way that customers place an order on my website and the order is completed through another website for him.
Like if the customer buys a game controller from my store, the order will be fulfilled my website like amazon.
Indeed the order will have to be completed on another website but that website will need to have an affiliate program. For example Amazon has affiliate programs and to get sale revenue you just need to add an affiliate link to the product.
That is done very easily with WooCommerce plugin for WordPress.
Each product can be set to redirect to an external link, an affiliate link.
To do that inside of WooCommerce:
Simply choose External/Affiliate product from the Product Data dropdown menu when editing your product.
Add the product URL. This will be the affiliate link or other links you were given that lead the customer directly to the outside site.
You can do the same without WooCommerce but it is a lot simpler to handle pricing, stock/inventory, variations for products using WooCommerce.
I need to create an institutional site with many items that our company, but I will not sell them on the internet, I just want customers to access our site and search there by category and type of products, and each product would like to insert a video and some Images so that I can disclose them, I already tried to use woocommerce but as it has checkout and cart I was not able to use it. The way is this to use the same woocommerce, or is there any plugin for this purpose? In the portfolio I registered the type of services we do.
you can create a custom type post for 'products' and it will show up like a 'Post' with categories if you want to.
Here is one I usually use:
https://wordpress.org/plugins/custom-post-type-ui/
I want to give feature to user Selection of Multiple Products from Product Bundle on Subscriptions section.
So my question is: How would I do it? Is there any Wordpress Plugin from WooCommerce that provide Selection of Multiple Product From Product Bundle?
Like this link:
Selecting particular product from list of Products for subscription and total prices calculated.
I want this feature in Wordpress. Please help me!
Woo-commerce plugin comes with a pre-built functionality of add-to-cart, User will add multiple products to the cart that he wants to purchase, then checkout the cart with total amount of all products, You don't need anything new for product bundle extension.
Please refer to the documentation of woo-commerce https://docs.woocommerce.com/document/catalog-visibility-options/ for more details.
I have found the solutions WooCommerce Product Bundle and Composite Products: Multiple Selections, activating these two plugin have solved my problem. From this link Composite Products: Multiple Selections - WooCommerce Docs
I have educational website which sales the management and computer courses online.I am using woo commerce to sale a product(course) all courses shows on program page.
On home page i have to display search filter which will search the product by category,attribute.And after search the product i have to redirect on program page and display filtered product here.Like bellow scenario i am looking for.
my requirement is to search by product category-> attribute-attribute Bellow is structure
1) product Category:- Finance,Marketing,Agriculture
2)Product Attribute(Skills):-Performance management,Team Building,Ms-office
3)(Duration)Sub attribute terms of Attribute(Skills):- Short Time ,Long Time
user will first select category,then select skill,and the duration on home page after that user will filter the result and redirect on program page and display search result here.
The home page filter will look like this.
Is this possible with WordPress ,woo commerce filter's or using any plugin.
Maybe Filter Custom Fields and Taxonomies can help you.
There is a free version in the WordPress repository
http://wordpress.org/plugins/filter-custom-fields-taxonomies-light/
But you will probably need the PRO version
More information about the plugin can be found here: http://www.profisearchform.com
We are developing a e-commerce shopping site in which Product vendors can be add and manage their products from front end. We used Woocommerce, Product vendor, WP-User-Frontend-master etc plugin.We could manage products add/edit only in the front end. But the issue is that it is not able to show the product vendor's dashbord on front end. It is availabe from the admin side only. Is it possible to show it on front end or any url routing to route the url admin.php?page='some-thing'(related to vendor dashbord) as without 'wp-admin/admin.php' ?
this plugin is more helpful https://wordpress.org/plugins/wc-vendors/.
I use it together with
http://wedevs.com/plugin/wp-user-frontend-pro/
and
http://www.advancedcustomfields.com/
Much can be achieved with this combination