Woocommerce Custom Orders - wordpress

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/

Related

How to show a widget only to customers who bought a product in WooCommerce (with Elementor)?

Here is what I am trying to do - a website with online courses using WooCommerce and Elementor. I want to have a page called "My Courses" where customers can see only the courses they've purchased.
I'm not using any LMS.
I will use the plugin Dynamic Conditions for Elementor to show or hide a widget.
I know that WooCommerce has a function to check if a user has bought a specific product.
I don't know how to make a connection between the two, though. That is my problem.
Dynamic Conditions uses Elementor's dynamic tags system to check against. How can I use the WC's function to check if the user bought the product and only if he/she did, then to show them the widget with the course page?
Thanks a lot for any answers with ideas or directions on how to solve this problem!
Using Dynamic.ooo you can benefit from "Visibility" extention (comes with Dynamic.ooo/ don't need seperate plugin installation) which allows you write your customized conditions (in PHP). I myself have not used the "Custom Condition" becuase I don't know much about PHP, but if you know the function and just need to connect them i think that'll do.

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 global product (multisite)

I set in wordpress the property multisite and activated woocommerce on my network.
My network is formed by a primary site and a subsite.
I would like to see from the subsite see the products on the primary site, and products, attributes and categories in the admin bar corresponding products.
Does anyone know how to do?
Yes, you can do it with the WooCommerce MultiStore plugin.
These are a few of the plugin's main features:
Any Product can be replicated across network, making it available to any other store
A product can have different product description and price for each store.
Each store can use different language, currency, payment options and all other options that are included in a standard stand alone WooCommerce store.
Unique Product Stock management for an easy inventory evaluation. The stock synchronization option allows you to synchronize the stock values of the same products across all the stores in the network.
Product management available at the main product, or possible to update / adjust for any other places
One main WooCommerce orders panel with all domains store orders
All product meta data available for other blogs, including content images, product galleries and featured thumbnail.
Any product type as Simple, Grouped, External or Variation
Theme customization in the main admin
From one single WordPress admin panel you can manage as many Woocommerce stores that you want, there are no limits.
You can read the plugin documentation here.
Yes #Zakir is right.
There is no way to share product databases, checkout and user accounts in WooCommerce right now.
There are many people looking for this solution, a WooCommerce MultiSite and Multi Store feature is a must.
I was looking for the very exact thing, since I need to create a website that works like Etsy.com or Themeforest.com and this is what I have found so far:
1. These guys have done some research:
WooCommerce Multisite Global Cart
WooCommerce Multisite Stores
WooCommerce Single Cart Multisite
Since it is really hard to create a fully working WooCommerce MultiSite and global cart plugin (if not impossible) there is the need of a WooCommerce version that is meant to do just that.
I tried to understand with the WooCommerce guys if there is the possibility to have such a feature in WooCommerce in a reasonable amount of time, but looks like this is something that may take ages, since the WooCommerce developers are focusing on other things.
Recently I have found: [Link removed, site no longer exists]
2. WooMU MultiSite WooCommerce Fork
This is an Open Source project that aims to do just that, a Multi Site and MultiStore version of WooCommerce. Looks promising, since they want to keep compatibility with future releases of WooCommerce but focusing on MultiSite and Multi Store features.
I am contributing to this project right now. They are still in Alpha stage and looking for ideas and to grow the community.
The Beta launch is set for 31 Dec 2015.
Hope this helps :)
While you can network activate plugins, like WooCommerce and it's extensions, you wouldn't be able to share product databases, checkout, user accounts, etc... across the sites in the network at this time.
For more details please check the official answer here - https://support.woothemes.com/hc/communities/public/questions/202173667-How-does-woocommerce-function-on-multisite-

Wordpress: Using Custom Post Type for image list of Product

I have a Wordpress-blog with gift ideas where I write text based articles. I recently discovered Custom Post types which I believe is the solution to an feature I want to create.
What I want:
Be able to tag each custom post using the normal "Categories" and "Tags".
Create a 3x3 matrix with product images (custom posts) to be shown on top of each Category-view or Tag-view (followed by the typical article list in the category or tag).
Example:
Lets say I have a category "Gifts for mom" and tags "Pink", "Cheap"
In the category "Gifts for mom" I have 10 text articles (normal posts) discussing the difficulties of buying gifts for your mom
I create nine custom posts, each is a specific gift (e.g. A pink hairbrush). I want to place them in the Category "Gifts for mom" and tag them with "Pink".
When I view myrandomgiftblogname.com/category/gifts-for-mom I want to be able to get a view:
Gifts for mom
Product Product Product
Product Product Product
Product Product Product
Articles:
- This awesome article
- That awesome article
- Etc
I assume this is possible but don't really know where to begin. Could you point me in the right direction? Which Plugins do I need? Do I need to do any programming myself (or just plugin configuration)? Is this even possible?
The description is a bit broad, hence a bit broad answer.
Two things are needed:
1) A plugin to create the Custom Post Type.
It is considered best practice to let CPT's in Plugin territory. So you can swap designs and preserve your CPT functionality. In reality, you are asking for future problems letting this be handled by the theme.
Create your own plugin, which would contain a register_post_type and any extra configs.
Use an existent plugin, like Custom Content Type Manager.
Its Custom Fields features are quite handy as well.
Allows users to create custom content types (also known as post types) and standardized custom fields for each, including dropdowns, checkboxes, and images.
2) Learn how to use and customize WordPress Templates
http://codex.wordpress.org/Templates
Templates are the files which control how your WordPress site will be displayed on the Web. These files draw information from your WordPress MySQL database and generate the HTML code which is sent to the web browser. Through its powerful Theme system, WordPress allows you to define as few or as many Templates as you like all under one Theme. Each of these Template files can be configured for use under specific situations.
You can try the following:
Add a new Page for each category with the exact same name as the category.
In the Images menu attach to each of those pages the images you want.
In your script query for a page with a name identical to the current category, and pull all of its attachments

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