SlideShare une entreprise Scribd logo
1  sur  55
Télécharger pour lire hors ligne
Training 
PootlePress
Agenda 
• WooCommerce history 
• Installation and configuration (pages, sample data) 
• How to set up your shop 
PootlePress 
• How to add products
Agenda (2) 
• How to set up payment gateways (e.g Paypal) 
• How set up up tax, shipping and notifications 
• WooCommerce reports 
• Customising your store (catalogue page, using woo 
commerce shortcodes) 
• 6 top WooCommerce extensions 
PootlePress
WooCommerce 
• Created out of a fork of jigoshop 
PootlePress 
• Built by WooThemes 
• Now the biggest commerce platform (over 2.5m 
downloads, approx. 70k per week) 
• Core product is completely free 
• Business model based on selling extensions (over 
100 available)
Your training website 
• Go to http://www.pootlepress.com/wc 
• Download training images 
PootlePress 
• username: adminxxx 
• password: bonkyboo12?
Getting started 
• Installation of WooCommerce 
• Sample data within the download 
• Pages are created automatically for you 
• Base pages to be aware of (e.g shop, checkout) 
• How to change your base pages 
PootlePress
Important settings to check 
PootlePress
The WooCommerce dashboard 
PootlePress
The 4 types of product 
• The Simple product type covers the vast majority of any products you 
may sell. Simple products are shipped and have no options. For 
example, a can of drink. 
! 
• A Grouped product is a collection of related products which can be 
purchased individually and can only consist of simple products. For 
example, a simple product for a PS3 could be a grouped product as 
there are 80GB, 120GB and 200GB variations of that same parent 
product. 
! 
• An External or Affiliate product is one which you list and describe 
on your web site, but is sold elsewhere. 
! 
• A Variable product is a product which has several different variations, 
each of which may have a different SKU, price, stock options etc. For 
example a t-shirt available in several different colours and/or sizes. 
PootlePress
A simple product
Exercise: add a simple 
product 
PootlePress 
• Add Product Woo Hoodie 
• Add Product title 
• Add long description 
• Add price 
• Add a sale price (optional) 
• Add stock management 
• Add a product image 
• Publish
Exercise: add a virtual 
simple product 
• Add Product Pootle MP3 
PootlePress 
• Add Product title 
• Add long description 
• Add price 
• Add a product image 
• Publish
Exercise: Add 4 more products 
• Fender Guitar (£1000) 12 in stock 
• Guitar Amp (£200) 16 in stock 
• Woo Hoodie (£20) 12 in stock 
• Apogee Microphone (£100) 12 in stock 
PootlePress
Product Categories 
• Product Categories help you create different 
sections of your shop so your customers can 
navigate to the types of product they are interested 
in e.g. music, clothing 
• Step 1: Create product categories! 
• Step 2: Apply categories to products! 
• Step 3: Add product categories to your navigation 
(typically either in menus or in sidebar widgets) 
PootlePress
Adding product categories 
to menus 
PootlePress
Exercise: Create the following categories 
! 
1. Music 
2. Clothing 
• Now categorise your products 
• Now add to your menu 
PootlePress
Grouped Products 
A Grouped product is a collection of 
related products which can be purchased 
individually and can only consist of 
simple products. 
PootlePress
Grouped Products 
PootlePress
Exercise: Grouped Products 
PootlePress 
! 
• Step1: Create a Parent Product called ‘the best of Pootle’ 
• Step 2: Add 2 new simple products - you must assign each child 
product to the parent (found in Linked Products) 
• Pootle Single 1 (£1) 
• Pootle Single 2 (£1)
External and Affiliate 
Products 
An External or Affiliate product is 
one which you list and describe on 
your web site, but is sold elsewhere. 
PootlePress
Affiliate products 
PootlePress
Exercise: Create an affiliate 
product 
Create a Kindle Fire affiliate product from 
Amazon 
! 
http://www.amazon.co.uk/gp/product/B00CTVTJ4Q/ref=amb_link_180306547_1? 
ie=UTF8&nav_sdd=aps&pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-1&pf_rd_r=1C1W8ZDY1 
CTN4ADP67VR&pf_rd_t=101&pf_rd_p=477426287&pf_rd_i=468294 
PootlePress
Variable Products 
A Variable product is a product which has 
several different variations, each of which 
may have a different image, SKU, price, 
stock options etc. 
For example a t-shirt available in several 
different colours and/or sizes. 
PootlePress
Variable products 
PootlePress
Exercise: Variable Products 
• Variable products have Attributes and Terms 
• Example = Hoodie 
PootlePress 
• Attribute is Size 
• Terms are small, medium and large
Exercise: Variable products 
Create a product with these attributes and terms! 
Add Woo Hoodie product with the following variations 
• Size (small, medium, large) 
• Colour (black, red, grey) 
• Costs (small=£10, medium=£20, large=£30) 
PootlePress
Exercise: Variable products 
Create a product with these attributes and terms! 
Add Woo T Shirt product with the following variations 
• Size (small, medium, large) 
• Colour (grey, blue, green, black) 
• Costs (small=£10, medium=£20, large=£30) 
PootlePress
Up-sells and cross sells 
• Up-sells are products which you recommend instead of the currently viewed product 
• Cross-sells are products which you promote in the cart, based on the current 
product 
PootlePress
Featured products 
• Featuring a product allows you to show a product 
in a particular area on your website 
• This is somewhat theme dependant 
• However you can show featured products using the 
in built WooCommerce short codes 
[featured_products per_page="12" columns="4"] 
PootlePress
Featured Products 
PootlePress
WooCommerce short codes 
PootlePress 
Product shortcodes! 
[product id="99"] 
[product sku=“FOO”] 
Display Multiple product shortcode! 
[products ids="1, 2, 3, 4, 5"] 
[products skus="foo, bar, baz" orderby="date" order=“desc"] 
Products for sale! 
[sale_products per_page=“12"] 
For more go to http://docs.woothemes.com/document/woocommerce-shortcodes/
Using coupons 
PootlePress
Exercise: Coupons 
• Create coupon code Pootle1 
PootlePress 
• £10 off orders 
• Test by visiting shopping cart
Shipping options 
PootlePress 
• Flat Rate 
• Free Shipping 
• International Delivery 
• Local Delivery 
• Local Pickup
Exercise: Shipping 
• Set up flat rate of £10 per order 
• Set up free shipping on orders over £100 
PootlePress
How to set up VAT 
PootlePress
How to set up your customers 
My Account Page 
PootlePress
Design 
• There are many WordPress themes that now 
support WooCommerce (e.g WooThemes, 
ThemeForest) 
• You need to use a theme that declares 
WooCommerce support 
PootlePress
WooCommerce widgets 
PootlePress
Reporting 
PootlePress
Checkout pages 
• How to customise your checkout pages 
• How to analyse your checkout drop out rates 
• How to create distraction free checkout pages 
PootlePress
Payment 
PootlePress
Tweaking your shop 
• How to alter the base shop page (catalogue) 
• How to make sure images are not fuzzy 
• How to alter the order of products 
PootlePress
SEO 
“WooCommerce markup adheres to 
Schema vocabulary to fully assist your 
search engine rankings and is, of course 
written in fully semantic HTML5 markup” 
PootlePress
Testing customer orders 
PootlePress 
Paypal Sandbox! 
• Step 1: Set up Sandbox Merchant Account on Paypal 
• Step 2: Put Merchant Account email into your 
WooCommerce paypal settings 
• Step 3: Enable Sandbox mode in WooCommerce 
checkout settings 
• Step 4: Place test orders
PayPal Sandbox 
• Business Paypal = pootle@pootlepress.co.uk 
• Buyer paypal = buyer@pootlepress.co.uk 
PootlePress 
! 
! 
!
6 Top WooCommerce 
extensions 
• WooCommerce Subscriptions 
PootlePress 
• Product Add ons 
• Table rate shipping 
• Product CSV Import Suite 
• Product Vendors 
• Composite Products 
• Catalogue visibility options
WooCommerce 
Subscriptions 
• Offer products and services that require recurring 
payments in your WooCommerce Store 
PootlePress
Product Add ons 
Allow your customers to customise your products by adding new options 
such as input boxes, dropdowns or checkboxes. With the Product Add-ons 
extension, gift messages, donations, laser engraving and any other product 
which may require user input in some way is now an option for your customers 
PootlePress
Table rate shipping 
Table rate shipping makes it possible for you to create complex shipping 
rules for shipping your products all over the world. You can define multiple 
rates based on the product’s destination, have multiple rates per zone, and add 
rules based on product weight, number of items, shipping class, and price. 
PootlePress
Product CSV Import Suite 
The Product CSV Import Suite WooCommerce 
extension lets you import and export products to 
and from WooCommerce.! 
You can import hundreds, even thousands, of 
products using one file. 
PootlePress
Product Vendors 
• The Product Vendors extension for WooCommerce 
allows you to turn your store into a multi-vendor 
marketplace (such as Etsy, Ebay or Creative Market). 
PootlePress
Composite products 
• Build dynamic, complex product kits and build-to-order 
assemblies by compositing existing 
PootlePress 
products. 
• With “Composite Products”, WooCommerce allows 
you to create sophisticated, dynamic product kits 
by compositing existing products.
Catalog Visibility Options 
• Transform WooCommerce into an online catalog by 
removing eCommerce functionality 
PootlePress
Final Questions 
PootlePress

Contenu connexe

Tendances

Website design with Wordpress ppt
Website design with Wordpress pptWebsite design with Wordpress ppt
Website design with Wordpress pptWTACADEMY5
 
Elementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page BuilderElementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page BuilderRolf Mistelbacher
 
Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop PresentationFelix Albutra
 
WordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesWordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesEquinet Academy
 
Content Management System
Content Management SystemContent Management System
Content Management SystemOmnePresent
 
B2B Social Media Strategy
B2B Social Media StrategyB2B Social Media Strategy
B2B Social Media StrategyLaura Dunkley
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressHarshad Mane
 
Introduction to Web Hosting.
Introduction to Web Hosting.Introduction to Web Hosting.
Introduction to Web Hosting.Cloudbells.com
 
WordPress Course Outline
WordPress Course OutlineWordPress Course Outline
WordPress Course OutlineIT Ki Dunya
 
Basic WordPress for Beginner ppt
Basic WordPress for Beginner pptBasic WordPress for Beginner ppt
Basic WordPress for Beginner pptDipika Wadhvani
 
Magento Overview
Magento  OverviewMagento  Overview
Magento OverviewAbid Malik
 
An Introduction to Content Marketing
An Introduction to Content MarketingAn Introduction to Content Marketing
An Introduction to Content MarketingAutopilot
 
eCommerce with Magento
eCommerce with MagentoeCommerce with Magento
eCommerce with MagentoTLLMN
 
Inroduction to Google Search Console
Inroduction to Google Search ConsoleInroduction to Google Search Console
Inroduction to Google Search ConsoleKevin Getch
 
Different Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationDifferent Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationAfzal Hameed
 

Tendances (20)

Website design with Wordpress ppt
Website design with Wordpress pptWebsite design with Wordpress ppt
Website design with Wordpress ppt
 
Elementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page BuilderElementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page Builder
 
Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop Presentation
 
WordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesWordPress Website Creation Training Course Slides
WordPress Website Creation Training Course Slides
 
Wordpress ppt
Wordpress pptWordpress ppt
Wordpress ppt
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Shopify Presentation
Shopify PresentationShopify Presentation
Shopify Presentation
 
B2B Social Media Strategy
B2B Social Media StrategyB2B Social Media Strategy
B2B Social Media Strategy
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Introduction to Web Hosting.
Introduction to Web Hosting.Introduction to Web Hosting.
Introduction to Web Hosting.
 
WordPress Course Outline
WordPress Course OutlineWordPress Course Outline
WordPress Course Outline
 
Basic WordPress for Beginner ppt
Basic WordPress for Beginner pptBasic WordPress for Beginner ppt
Basic WordPress for Beginner ppt
 
Shopify
ShopifyShopify
Shopify
 
Web development
Web developmentWeb development
Web development
 
Magento Overview
Magento  OverviewMagento  Overview
Magento Overview
 
An Introduction to Content Marketing
An Introduction to Content MarketingAn Introduction to Content Marketing
An Introduction to Content Marketing
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
eCommerce with Magento
eCommerce with MagentoeCommerce with Magento
eCommerce with Magento
 
Inroduction to Google Search Console
Inroduction to Google Search ConsoleInroduction to Google Search Console
Inroduction to Google Search Console
 
Different Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationDifferent Types Of Websites - With Basic Information
Different Types Of Websites - With Basic Information
 

En vedette

คู่มือการใช้งานระบบ E commerce
คู่มือการใช้งานระบบ E commerceคู่มือการใช้งานระบบ E commerce
คู่มือการใช้งานระบบ E commercePhranakornsoft
 
Woocommerce perusteet
Woocommerce perusteetWoocommerce perusteet
Woocommerce perusteetGelo
 
All Premium WooCommerce extensions From Woocommerce.com for only $10
All Premium WooCommerce extensions From Woocommerce.com for only $10All Premium WooCommerce extensions From Woocommerce.com for only $10
All Premium WooCommerce extensions From Woocommerce.com for only $10woo101
 
Blog monetization 101
Blog monetization 101Blog monetization 101
Blog monetization 101Jon Olsen
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & TipsRank Fuse Digital Marketing
 
Online-Shops mit WordPress – Einführung in WooCommerce
Online-Shops mit WordPress – Einführung in WooCommerceOnline-Shops mit WordPress – Einführung in WooCommerce
Online-Shops mit WordPress – Einführung in WooCommerceDaniel Bär
 
WooCommerce
WooCommerceWooCommerce
WooCommercepixolin
 
Hosting Types in WordPress and WooCommerce
Hosting Types in WordPress and WooCommerceHosting Types in WordPress and WooCommerce
Hosting Types in WordPress and WooCommerceFrank Maounis
 
Magento perusteet
Magento perusteetMagento perusteet
Magento perusteetGelo
 
คู่มือการติดตั้ง Wordpress บน AppServ
คู่มือการติดตั้ง Wordpress บน AppServ คู่มือการติดตั้ง Wordpress บน AppServ
คู่มือการติดตั้ง Wordpress บน AppServ Cupid Eros
 
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpress
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpressเอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpress
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpresssuree189
 
An Overview of WooCommerce
An Overview of WooCommerceAn Overview of WooCommerce
An Overview of WooCommerceBobWP.com
 
คู่มือการใช้ Wordpress
คู่มือการใช้ Wordpressคู่มือการใช้ Wordpress
คู่มือการใช้ WordpressSamorn Tara
 
คู่มือ Wordpress
คู่มือ Wordpressคู่มือ Wordpress
คู่มือ Wordpressweerawich1
 
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 Bulgaria
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 BulgariaEastern Europe & SouthEast Asia Business Matching 24 october 2016 Bulgaria
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 BulgariaRudy Fang (Rudy Basri) 房宜发
 
สร้างเว็บไซต์ด้วยWordpress
สร้างเว็บไซต์ด้วยWordpressสร้างเว็บไซต์ด้วยWordpress
สร้างเว็บไซต์ด้วยWordpresskruburapha2012
 
How to Optimize YouTube Videos - YouTube SEO - ReelSEO Presentation
How to Optimize YouTube Videos - YouTube SEO - ReelSEO PresentationHow to Optimize YouTube Videos - YouTube SEO - ReelSEO Presentation
How to Optimize YouTube Videos - YouTube SEO - ReelSEO PresentationMark Robertson ⏩
 
คู่มือการใช้ Wordpress ในการสร้างบล็อก
คู่มือการใช้ Wordpress ในการสร้างบล็อกคู่มือการใช้ Wordpress ในการสร้างบล็อก
คู่มือการใช้ Wordpress ในการสร้างบล็อกTeacher Sophonnawit
 

En vedette (20)

คู่มือการใช้งานระบบ E commerce
คู่มือการใช้งานระบบ E commerceคู่มือการใช้งานระบบ E commerce
คู่มือการใช้งานระบบ E commerce
 
Woocommerce perusteet
Woocommerce perusteetWoocommerce perusteet
Woocommerce perusteet
 
All Premium WooCommerce extensions From Woocommerce.com for only $10
All Premium WooCommerce extensions From Woocommerce.com for only $10All Premium WooCommerce extensions From Woocommerce.com for only $10
All Premium WooCommerce extensions From Woocommerce.com for only $10
 
Blog monetization 101
Blog monetization 101Blog monetization 101
Blog monetization 101
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & Tips
 
Online-Shops mit WordPress – Einführung in WooCommerce
Online-Shops mit WordPress – Einführung in WooCommerceOnline-Shops mit WordPress – Einführung in WooCommerce
Online-Shops mit WordPress – Einführung in WooCommerce
 
WooCommerce
WooCommerceWooCommerce
WooCommerce
 
Hosting Types in WordPress and WooCommerce
Hosting Types in WordPress and WooCommerceHosting Types in WordPress and WooCommerce
Hosting Types in WordPress and WooCommerce
 
Magento perusteet
Magento perusteetMagento perusteet
Magento perusteet
 
คู่มือการติดตั้ง Wordpress บน AppServ
คู่มือการติดตั้ง Wordpress บน AppServ คู่มือการติดตั้ง Wordpress บน AppServ
คู่มือการติดตั้ง Wordpress บน AppServ
 
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpress
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpressเอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpress
เอกสารประกอบการอบรมการสร้างเว็บบล็อกด้วย Wordpress
 
An Overview of WooCommerce
An Overview of WooCommerceAn Overview of WooCommerce
An Overview of WooCommerce
 
Days of Clusters 2016 - REPORT
Days of Clusters 2016 - REPORTDays of Clusters 2016 - REPORT
Days of Clusters 2016 - REPORT
 
คู่มือการใช้ Wordpress
คู่มือการใช้ Wordpressคู่มือการใช้ Wordpress
คู่มือการใช้ Wordpress
 
คู่มือ Wordpress
คู่มือ Wordpressคู่มือ Wordpress
คู่มือ Wordpress
 
Wordpress
WordpressWordpress
Wordpress
 
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 Bulgaria
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 BulgariaEastern Europe & SouthEast Asia Business Matching 24 october 2016 Bulgaria
Eastern Europe & SouthEast Asia Business Matching 24 october 2016 Bulgaria
 
สร้างเว็บไซต์ด้วยWordpress
สร้างเว็บไซต์ด้วยWordpressสร้างเว็บไซต์ด้วยWordpress
สร้างเว็บไซต์ด้วยWordpress
 
How to Optimize YouTube Videos - YouTube SEO - ReelSEO Presentation
How to Optimize YouTube Videos - YouTube SEO - ReelSEO PresentationHow to Optimize YouTube Videos - YouTube SEO - ReelSEO Presentation
How to Optimize YouTube Videos - YouTube SEO - ReelSEO Presentation
 
คู่มือการใช้ Wordpress ในการสร้างบล็อก
คู่มือการใช้ Wordpress ในการสร้างบล็อกคู่มือการใช้ Wordpress ในการสร้างบล็อก
คู่มือการใช้ Wordpress ในการสร้างบล็อก
 

Similaire à WooCommerce training slides

Wp FlexiShop Tutorial
Wp FlexiShop TutorialWp FlexiShop Tutorial
Wp FlexiShop TutorialCOLAB
 
Shopping ads and buy buttons - what's new (June 2015)
Shopping ads and buy buttons - what's new (June 2015)Shopping ads and buy buttons - what's new (June 2015)
Shopping ads and buy buttons - what's new (June 2015)Ann Stanley
 
F5 Buddy Woo Commerce Web Development
F5 Buddy Woo Commerce Web DevelopmentF5 Buddy Woo Commerce Web Development
F5 Buddy Woo Commerce Web DevelopmentF5 Buddy
 
Essential tools and tips for selling online bridgewater 12.06.15
Essential tools and tips for selling online   bridgewater 12.06.15Essential tools and tips for selling online   bridgewater 12.06.15
Essential tools and tips for selling online bridgewater 12.06.15Get up to Speed
 
Onboarding presentation - Vietnam - English
Onboarding presentation - Vietnam - EnglishOnboarding presentation - Vietnam - English
Onboarding presentation - Vietnam - EnglishOnboardingPresentation
 
PrestaShop features, demo and RetailOn extensions
PrestaShop features, demo and RetailOn extensionsPrestaShop features, demo and RetailOn extensions
PrestaShop features, demo and RetailOn extensionsRasbor.com
 
Shopline and Crafties Seminar
Shopline and Crafties SeminarShopline and Crafties Seminar
Shopline and Crafties SeminarSHOPLINE
 
Webinar - How To Drive Promotions To Your Magento eCommerce Store
Webinar - How To Drive Promotions To Your Magento eCommerce StoreWebinar - How To Drive Promotions To Your Magento eCommerce Store
Webinar - How To Drive Promotions To Your Magento eCommerce StoreeInfochips (An Arrow Company)
 
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18Gary Thayer
 
How to create an eCommerce website in less than 30 minutes
How to create an eCommerce website in less than 30 minutesHow to create an eCommerce website in less than 30 minutes
How to create an eCommerce website in less than 30 minutesDisha Patel
 
03 how to create product
03 how to create product03 how to create product
03 how to create productJadavsejal
 
Content Marketing for Online Shops (like Magento) with TYPO3
Content Marketing for Online Shops (like Magento) with TYPO3Content Marketing for Online Shops (like Magento) with TYPO3
Content Marketing for Online Shops (like Magento) with TYPO3Boris Hinzer
 

Similaire à WooCommerce training slides (20)

Wp FlexiShop Tutorial
Wp FlexiShop TutorialWp FlexiShop Tutorial
Wp FlexiShop Tutorial
 
Shopping ads and buy buttons - what's new (June 2015)
Shopping ads and buy buttons - what's new (June 2015)Shopping ads and buy buttons - what's new (June 2015)
Shopping ads and buy buttons - what's new (June 2015)
 
F5 Buddy Woo Commerce Web Development
F5 Buddy Woo Commerce Web DevelopmentF5 Buddy Woo Commerce Web Development
F5 Buddy Woo Commerce Web Development
 
Essential tools and tips for selling online bridgewater 12.06.15
Essential tools and tips for selling online   bridgewater 12.06.15Essential tools and tips for selling online   bridgewater 12.06.15
Essential tools and tips for selling online bridgewater 12.06.15
 
Onboarding presentation - Vietnam - English
Onboarding presentation - Vietnam - EnglishOnboarding presentation - Vietnam - English
Onboarding presentation - Vietnam - English
 
PrestaShop features, demo and RetailOn extensions
PrestaShop features, demo and RetailOn extensionsPrestaShop features, demo and RetailOn extensions
PrestaShop features, demo and RetailOn extensions
 
Woocommerce 101
Woocommerce 101Woocommerce 101
Woocommerce 101
 
Shopline and Crafties Seminar
Shopline and Crafties SeminarShopline and Crafties Seminar
Shopline and Crafties Seminar
 
Lazada Onboarding - Philippines
Lazada Onboarding - PhilippinesLazada Onboarding - Philippines
Lazada Onboarding - Philippines
 
Webinar - How To Drive Promotions To Your Magento eCommerce Store
Webinar - How To Drive Promotions To Your Magento eCommerce StoreWebinar - How To Drive Promotions To Your Magento eCommerce Store
Webinar - How To Drive Promotions To Your Magento eCommerce Store
 
Onboarding presentation - Indonesia
Onboarding presentation - IndonesiaOnboarding presentation - Indonesia
Onboarding presentation - Indonesia
 
Onboarding presentation - HK
Onboarding presentation - HKOnboarding presentation - HK
Onboarding presentation - HK
 
Onboarding presentation - Malaysia
Onboarding presentation - MalaysiaOnboarding presentation - Malaysia
Onboarding presentation - Malaysia
 
Onboarding presentation - Thailand
Onboarding presentation - ThailandOnboarding presentation - Thailand
Onboarding presentation - Thailand
 
Onboarding presentation - Singapore
Onboarding presentation - SingaporeOnboarding presentation - Singapore
Onboarding presentation - Singapore
 
eCommerce Primer - Part 1
eCommerce Primer - Part 1eCommerce Primer - Part 1
eCommerce Primer - Part 1
 
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
 
How to create an eCommerce website in less than 30 minutes
How to create an eCommerce website in less than 30 minutesHow to create an eCommerce website in less than 30 minutes
How to create an eCommerce website in less than 30 minutes
 
03 how to create product
03 how to create product03 how to create product
03 how to create product
 
Content Marketing for Online Shops (like Magento) with TYPO3
Content Marketing for Online Shops (like Magento) with TYPO3Content Marketing for Online Shops (like Magento) with TYPO3
Content Marketing for Online Shops (like Magento) with TYPO3
 

Dernier

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Dernier (20)

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

WooCommerce training slides

  • 2. Agenda • WooCommerce history • Installation and configuration (pages, sample data) • How to set up your shop PootlePress • How to add products
  • 3. Agenda (2) • How to set up payment gateways (e.g Paypal) • How set up up tax, shipping and notifications • WooCommerce reports • Customising your store (catalogue page, using woo commerce shortcodes) • 6 top WooCommerce extensions PootlePress
  • 4. WooCommerce • Created out of a fork of jigoshop PootlePress • Built by WooThemes • Now the biggest commerce platform (over 2.5m downloads, approx. 70k per week) • Core product is completely free • Business model based on selling extensions (over 100 available)
  • 5. Your training website • Go to http://www.pootlepress.com/wc • Download training images PootlePress • username: adminxxx • password: bonkyboo12?
  • 6. Getting started • Installation of WooCommerce • Sample data within the download • Pages are created automatically for you • Base pages to be aware of (e.g shop, checkout) • How to change your base pages PootlePress
  • 7. Important settings to check PootlePress
  • 9. The 4 types of product • The Simple product type covers the vast majority of any products you may sell. Simple products are shipped and have no options. For example, a can of drink. ! • A Grouped product is a collection of related products which can be purchased individually and can only consist of simple products. For example, a simple product for a PS3 could be a grouped product as there are 80GB, 120GB and 200GB variations of that same parent product. ! • An External or Affiliate product is one which you list and describe on your web site, but is sold elsewhere. ! • A Variable product is a product which has several different variations, each of which may have a different SKU, price, stock options etc. For example a t-shirt available in several different colours and/or sizes. PootlePress
  • 11. Exercise: add a simple product PootlePress • Add Product Woo Hoodie • Add Product title • Add long description • Add price • Add a sale price (optional) • Add stock management • Add a product image • Publish
  • 12. Exercise: add a virtual simple product • Add Product Pootle MP3 PootlePress • Add Product title • Add long description • Add price • Add a product image • Publish
  • 13. Exercise: Add 4 more products • Fender Guitar (£1000) 12 in stock • Guitar Amp (£200) 16 in stock • Woo Hoodie (£20) 12 in stock • Apogee Microphone (£100) 12 in stock PootlePress
  • 14. Product Categories • Product Categories help you create different sections of your shop so your customers can navigate to the types of product they are interested in e.g. music, clothing • Step 1: Create product categories! • Step 2: Apply categories to products! • Step 3: Add product categories to your navigation (typically either in menus or in sidebar widgets) PootlePress
  • 15. Adding product categories to menus PootlePress
  • 16. Exercise: Create the following categories ! 1. Music 2. Clothing • Now categorise your products • Now add to your menu PootlePress
  • 17. Grouped Products A Grouped product is a collection of related products which can be purchased individually and can only consist of simple products. PootlePress
  • 19. Exercise: Grouped Products PootlePress ! • Step1: Create a Parent Product called ‘the best of Pootle’ • Step 2: Add 2 new simple products - you must assign each child product to the parent (found in Linked Products) • Pootle Single 1 (£1) • Pootle Single 2 (£1)
  • 20. External and Affiliate Products An External or Affiliate product is one which you list and describe on your web site, but is sold elsewhere. PootlePress
  • 22. Exercise: Create an affiliate product Create a Kindle Fire affiliate product from Amazon ! http://www.amazon.co.uk/gp/product/B00CTVTJ4Q/ref=amb_link_180306547_1? ie=UTF8&nav_sdd=aps&pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-1&pf_rd_r=1C1W8ZDY1 CTN4ADP67VR&pf_rd_t=101&pf_rd_p=477426287&pf_rd_i=468294 PootlePress
  • 23. Variable Products A Variable product is a product which has several different variations, each of which may have a different image, SKU, price, stock options etc. For example a t-shirt available in several different colours and/or sizes. PootlePress
  • 25. Exercise: Variable Products • Variable products have Attributes and Terms • Example = Hoodie PootlePress • Attribute is Size • Terms are small, medium and large
  • 26. Exercise: Variable products Create a product with these attributes and terms! Add Woo Hoodie product with the following variations • Size (small, medium, large) • Colour (black, red, grey) • Costs (small=£10, medium=£20, large=£30) PootlePress
  • 27. Exercise: Variable products Create a product with these attributes and terms! Add Woo T Shirt product with the following variations • Size (small, medium, large) • Colour (grey, blue, green, black) • Costs (small=£10, medium=£20, large=£30) PootlePress
  • 28. Up-sells and cross sells • Up-sells are products which you recommend instead of the currently viewed product • Cross-sells are products which you promote in the cart, based on the current product PootlePress
  • 29. Featured products • Featuring a product allows you to show a product in a particular area on your website • This is somewhat theme dependant • However you can show featured products using the in built WooCommerce short codes [featured_products per_page="12" columns="4"] PootlePress
  • 31. WooCommerce short codes PootlePress Product shortcodes! [product id="99"] [product sku=“FOO”] Display Multiple product shortcode! [products ids="1, 2, 3, 4, 5"] [products skus="foo, bar, baz" orderby="date" order=“desc"] Products for sale! [sale_products per_page=“12"] For more go to http://docs.woothemes.com/document/woocommerce-shortcodes/
  • 33. Exercise: Coupons • Create coupon code Pootle1 PootlePress • £10 off orders • Test by visiting shopping cart
  • 34. Shipping options PootlePress • Flat Rate • Free Shipping • International Delivery • Local Delivery • Local Pickup
  • 35. Exercise: Shipping • Set up flat rate of £10 per order • Set up free shipping on orders over £100 PootlePress
  • 36. How to set up VAT PootlePress
  • 37. How to set up your customers My Account Page PootlePress
  • 38. Design • There are many WordPress themes that now support WooCommerce (e.g WooThemes, ThemeForest) • You need to use a theme that declares WooCommerce support PootlePress
  • 41. Checkout pages • How to customise your checkout pages • How to analyse your checkout drop out rates • How to create distraction free checkout pages PootlePress
  • 43. Tweaking your shop • How to alter the base shop page (catalogue) • How to make sure images are not fuzzy • How to alter the order of products PootlePress
  • 44. SEO “WooCommerce markup adheres to Schema vocabulary to fully assist your search engine rankings and is, of course written in fully semantic HTML5 markup” PootlePress
  • 45. Testing customer orders PootlePress Paypal Sandbox! • Step 1: Set up Sandbox Merchant Account on Paypal • Step 2: Put Merchant Account email into your WooCommerce paypal settings • Step 3: Enable Sandbox mode in WooCommerce checkout settings • Step 4: Place test orders
  • 46. PayPal Sandbox • Business Paypal = pootle@pootlepress.co.uk • Buyer paypal = buyer@pootlepress.co.uk PootlePress ! ! !
  • 47. 6 Top WooCommerce extensions • WooCommerce Subscriptions PootlePress • Product Add ons • Table rate shipping • Product CSV Import Suite • Product Vendors • Composite Products • Catalogue visibility options
  • 48. WooCommerce Subscriptions • Offer products and services that require recurring payments in your WooCommerce Store PootlePress
  • 49. Product Add ons Allow your customers to customise your products by adding new options such as input boxes, dropdowns or checkboxes. With the Product Add-ons extension, gift messages, donations, laser engraving and any other product which may require user input in some way is now an option for your customers PootlePress
  • 50. Table rate shipping Table rate shipping makes it possible for you to create complex shipping rules for shipping your products all over the world. You can define multiple rates based on the product’s destination, have multiple rates per zone, and add rules based on product weight, number of items, shipping class, and price. PootlePress
  • 51. Product CSV Import Suite The Product CSV Import Suite WooCommerce extension lets you import and export products to and from WooCommerce.! You can import hundreds, even thousands, of products using one file. PootlePress
  • 52. Product Vendors • The Product Vendors extension for WooCommerce allows you to turn your store into a multi-vendor marketplace (such as Etsy, Ebay or Creative Market). PootlePress
  • 53. Composite products • Build dynamic, complex product kits and build-to-order assemblies by compositing existing PootlePress products. • With “Composite Products”, WooCommerce allows you to create sophisticated, dynamic product kits by compositing existing products.
  • 54. Catalog Visibility Options • Transform WooCommerce into an online catalog by removing eCommerce functionality PootlePress