How to code bulk order form in wordpress - wordpress

We developing a website for wholesale marketer,
In this when user click on products for eg. if user see t-shirt, he can choose multiple sizes, colors at a time and if user select 3 sizes for a product then in an increment box value show as 3
is this possible in wordpress without using paid plugin.

Have a look at this free plugin
https://wordpress.org/plugins/woo-quick-order-table-view/
It has Lightbox view for more details on the same page for each product also.

Related

WooCommerce plugin to display a widget with 3 given products

Let's say I have all the backend logic implemented already in a WooCommerce plugin to select the 3 products from the entire store inventory that the current user is most likely to buy. How do I now display them nicely, in the same way the would be presented in the store in a vertical widget above the fold?

I want some custom changes on my product page

I want the selling price placed in the next line and after the next line Inclusive of all taxes (this is a custom text which display in every product)
I want My variation selection option next line after the price & before the add to cart.
as it is as an amazon product page. can anyone help me with it, I’ve searched a lot on google but it’s not working.
Product Page Link - https://crowcrowcrow.com/shop/a0000022hharl01
I'm new to this group so if I'm posted the wrong question then am apologize in advanced
It looks like you're using the Flatsome theme which lets you build custom layouts for your product pages. Here's a detailed tutorial that guides you through it
Here's the relevant step-by-steps for you:
Go to Your WP Dashboard -> Blocks -> Add New
Create a new block called Product Layout
Go to Theme Options -> Shop -> Product Page
Enable "Custom" in the product page layout options
Now visit an existing product on the frontend of the website
Hover over Edit Product and select "Edit Product Layout with UX Builder"
You'll now be able to drag and drop the different options into the desired location.

woocommerce shortcode not on shop page

I am the volunteer webmaster for a high school boosters club.
I have only about 10 products - 4 memberships and a number of "donate buttons".
On my shop page I have my memberships showing fine. The donate buttons are hidden from the shop page using the Catalog visibility option set to "search".
I want a page that just lists all of the donation buttons and I would think that the short code [product_category category="donations"] would do that even with the catalog visibility set to search.
Question: Is there any way to make that work?
I found a way to make this work but changing my "store" page to a different page. I then created two new pages "memberships" and "donations" and put the short code on each page to display the products I want to show. The store page isn't visible on the menu, so this works well for me

How to deactivate Order function in Wordpress

I am now building my own website that will show some pictures to users.
That's like ebay but unable to buy any items.
Just click and contact to the seller.
Here are 2 screenshots.
For example, click the first item, then the second page will show up.
Like the screenshot, I do Not want to see the 'Add to cart'. Instead of that, I want to see this, Contact the seller then it will show the seller's phone number.
I installed woocommerece & WV vendors plugins.
If you have any good suggestion, It will be appreciated.
Thanks.
Woocommerece is for selling items. If you are trying to create a lookalike shop site, I'd recommend:
Creating a custom post type for the products
Create custom fields for all the properties of your product & seller information.
Style the page as you wish.
Woocommerece is totally not necessery here.

Create custom product filter with wordpress woo commerce

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

Resources