Woocommerce Search by Attributes - wordpress

I am facing a little problem with the default woocommerce search system.
I need to open a WooCommerce based Book Store. ALl The books contain unique properties like Identification No and ODN or IBN.
Now i need a search bar which gives me the result of the relative book if i enter any of the unique properties like Identification No and ODN or IBN in the search bar.
A plugin or code would work.
Thankyou very much..

I have found a solution I hope it helps to the people to who are facing the same issue.
I have found a plugin by the name SearchWP. It is really an extensive search plugin. It supports WooCommerce and also supports custom fields.I can also weight to attributes which are saved as meta fields to sort the search. Here is a video that gives you an overview of the plugin:
SearchWP

Related

Wordpress post view format for filter grid

I am a complete newb to wordpress. I am trying to help a friend out. She asked me to help her move her wordpress instance to another hosting provider.
I have done that for the most part. My issue is the original provider implemented a not-so-obvious way of an isotope filter on some UI elements.
Specifically the object is a company. Each company has a logo, the name of the company, a short description and a contact name / email.
These companies service states / areas and the idea behind the page is to select the state and only the companies for that state are visible.
From the brief searching I have done - there seems to be an overwhelming amount of plugins to support this.
I have tried creating a simple post with a featured image and adding in the text in the excerpt.
My problem is the links. I don't want the links to go back to the post - rather I want the links to go to a custom URL.
Is there a plugin that will allow me to define a custom post type (to include categories) and then filter on it similar to Isotope type of filtering?
There are many free plugins but if you are using the Elementor page builder. I am not advertising my product but as I saw your requirement matches a plugin that I am selling in the market.
The frontend filtering feature is not yet available to the released version but will be released soon. It basically allows you to build a custom grid as you like.
Is it something similar?
https://demo.geekygreenowl.com/elementor-387/
You have to create a custom post, there should be a custom field(custom URL) as well.
Or, You may create a WordPress query. https://developer.wordpress.org/reference/classes/wp_query/
also, coding will be required for filtering

Woocommerce Custom Orders

I am new to woocommerce plugin development. I am making a website for a taylor, in which it is required to have custom sizes for different shirts, etc. My question is that how could I add the custom functionality like this, in which customers could add their own sizes and we can receive their orders.
I have searched all over the internet but could not find the good resource which could solve my problem. For the reference I am uploading the following image of custom order page
Are these measurements automatically incorporated in the price? or is your system just for taking orders online and the tailor replies with a custom price quote?
Easiest way is to just add this to the checkout process.
http://www.globussoft.com/how-to-add-custom-field-on-woocommerce-checkout/

Wordpress - adding custom field to category page

I am want to add a custom select field to the category page of wordpress.
I tried searching google and WordPress but solution I found were outdated and not support ajax update.
Kindly show me an example which adds a custom field to category page and uses ajax.
Thanks
Update:
below link solved my problem. simple and awesome
http://en.bainternet.info/2011/wordpress-category-extra-fields
There are lots of solutions but all of them have one thing in common. They are saving that extra field value added to a category in the option table not in the post meta table. Because on the next wp update one may loose the custom category field values. so if your problem get solved by this then hare are the links to do the same.
A whole discussion related to your problem.
A tutorial based on you posted question.

Basic Wordpress | How to create standardized, but editable fields in pages and posts

This is probably an easy one, but I've been struggling to find the answer to this. I would like to create a standard format Wordpress page for real estate listings. Where I'm having trouble is with creating fields that can easily be edited from within the page for certain key features of each property listing. For instance, a typical page would have a title, slideshow of photos, a paragraph of text describing the property, but then a bulleted list with standard items such as: MLS#, Sq. Ft., Beds, Baths, Garage, Neighborhood, Acreage, Type, Price, etc. It would be ideal if these items were always displayed and you could just type in the associated information with each into a field box.
Does anyone have a suggestion or recommendation on a plugin for something like this? Thanks in advance!
I think what you need is an advanced custom field editor. There's an article from smashing magazine that teaches you how to create the layout. You can find it at Smashing Magazine, and also there's a plugin at Advanced Custom Fields which can help too.
My personal favorite Custom Fields plugin is Types.

Drupal 7 Ubercart, custom blocks displayed in external article based on product

I'm currently creating an ecommerce site using Drupal and the Ubercart module, for each product I need to have the option to display an article (blog/story) that relates to that specific product. I also need the article pages to display related products. I initially intended to do this via taxonomy, i.e. using tags to link the products and articles and creating blocks with the necessary filters but I thought that this would become messy as the product catalog grows. I know that i could just create a custom field and write my own sql queries to grab the relevant content and display it but i was wondering if there's any built in functionality (or modules) that would enable me to link an an article to a product during the product creation process. Like a drop down menu on the add product screen where i could select and relevant article.
I've looked over many module specs and forum posts but can't seem to find a solution to this kind of problem.
Any pointers would be very much appreciated.
Use the References module for referencing to other nodes or users.
Install this module, then add module type of this = Reference.
Notes:
It also support Views for selecting, so you got powerful of selecting needed nodes.
For showing you can use Views, where set argument or filter to referenced field.

Resources