Skip to content

Instantly share code, notes, and snippets.

@UdaraJay
Last active April 3, 2017 00:58
Show Gist options
  • Save UdaraJay/968e76a46b3e588ec11ece883a9a2d81 to your computer and use it in GitHub Desktop.
Save UdaraJay/968e76a46b3e588ec11ece883a9a2d81 to your computer and use it in GitHub Desktop.
Global Storefront using WooCommerce with WordPress

WooCommerce on WordPress

A standard WooCommerce implementation, with theme supporting category pages inorder to imitate different storefronts.

Separate departments using categories

You can imitate the different store-fronts using different categories of products and changing the style with custom category templates.

Tutorial for custom templates: https://docs.woocommerce.com/document/template-structure/
More info on product categories: https://docs.woocommerce.com/document/managing-product-taxonomies/

  • Global shop
    • Department 1 (category)
      • Product 1
      • Product 2
    • Department 2 (category)
      • Sub-category 1
        • Product 3
      • Sub category 2
        • Product 4
        • Product 5

Product classification for payments

  1. One global implementation of WooCommerce with WordPress
  2. Multiple store-pages for different departments featuring different products
  3. Chase payment integration with different reference codes for products from different departments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment