Wordpress Woocommerce help needed

Discussion in 'WordPress' started by pimbot, Oct 13, 2013.

  1. #1
    Hello,

    Looking for a programmer who write an import/merge module for categories and category images for Wordpress::WooCommerce.

    Requirements:

    Gui tool like (and in addition to) WooCommerce>csv import suite. (upload and confirm fields)

    Goal: importing or merging a csv file containing hierarchical category names and their respective images, types and descriptions,.

    Entails:
    updating/inserting into the existing product category table (subset of wp_terms and wp_term_taxomomy tables) updating/inserting wp_woocommerce_termmeta handling the supplied image urls or paths linking these image_posts to the wp_woocommerce_termmeta

    Csv Description:
    category: string containing category pointer
    eg. Node or ParentNode>ChildNode

    type: enum("Products","Subcategories","Both")

    description: longtext containing category description (wp_term_taxonomy)

    image: string url or path (relative from wp-image/year/month/day (today) directory)


    ########################## Example csv format ############################ "category","type","description","image"
    "Root","Subcategories","One of the roots","http://example.org/example.jpg";
    "ParentNode>ChildNode","Subcategories","A child category","example.jpg"
    "AnotherRoot","Products","Foo Bar","http://example.org/example2.jpg";
     
    pimbot, Oct 13, 2013 IP