{"id":40133,"date":"2015-11-13T12:48:25","date_gmt":"2015-11-13T12:48:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/shortcodes-for-woocommerce\/"},"modified":"2016-10-15T00:10:19","modified_gmt":"2016-10-15T00:10:19","slug":"shortcodes-for-woocommerce","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/shortcodes-for-woocommerce\/","author":9263943,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.3","stable_tag":"1.2.3","tested":"4.6.30","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"Shortcodes for WooCommerce","header_author":"Vint3","header_description":"","assets_banners_color":"","last_updated":"2016-10-15 00:10:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/vint3creative\/shortcodes-for-woocommerce\/","header_author_uri":"http:\/\/vint3.com","rating":1,"author_block_rating":0,"active_installs":40,"downloads":4611,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>Initial release.<\/p>"},"ratings":{"1":"2","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1","1.1.3","1.2.0","1.2.1","1.2.2","1.2.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[89,838,746,80,286],"plugin_category":[43,45,59],"plugin_contributors":[88735,93366],"plugin_business_model":[],"class_list":["post-40133","plugin","type-plugin","status-closed","hentry","plugin_tags-category","plugin_tags-featured","plugin_tags-product","plugin_tags-shortcode","plugin_tags-woocommerce","plugin_category-customization","plugin_category-ecommerce","plugin_category-utilities-and-tools","plugin_contributors-s3rgiosan","plugin_contributors-vint3","plugin_committers-s3rgiosan"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/shortcodes-for-woocommerce.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A collection of useful shortcodes for WooCommerce.<\/p>\n\n<p>Shortcodes included:<\/p>\n\n<ul>\n<li>Featured products by category  <\/li>\n<li>List subcategories from category<\/li>\n<\/ul>\n\n<!--section=installation-->\n<h4>Dashboard<\/h4>\n\n<ol>\n<li>Go to the 'Plugins' menu, and choose 'Add New'.<\/li>\n<li>Search for 'shortcodes-for-woocommerce', and then click 'Install Now'.<\/li>\n<li>Click 'Activate'.<\/li>\n<\/ol>\n\n<h4>FTP<\/h4>\n\n<ol>\n<li>Download and extract the .zip file.<\/li>\n<li>Upload the unzipped folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu.<\/li>\n<\/ol>\n\n<h4>Composer<\/h4>\n\n<pre><code>composer require vint3\/shortcodes-for-woocommerce\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Where can I report bugs?<\/dt>\n<dd><p>Bugs can be reported on the <a href=\"https:\/\/github.com\/vint3creative\/shortcodes-for-woocommerce\/issues\">GitHub repository<\/a>.<\/p><\/dd>\n<dt>How can I contribute?<\/dt>\n<dd><p>Join in on our <a href=\"https:\/\/github.com\/vint3creative\/shortcodes-for-woocommerce\">GitHub repository<\/a> and read our <a href=\"https:\/\/github.com\/vint3creative\/shortcodes-for-woocommerce\/blob\/master\/CONTRIBUTING.md\">contribution<\/a> guidelines.<\/p><\/dd>\n<dt>How can I use shortcodes in WooCommerce?<\/dt>\n<dd><p>Visit <a href=\"https:\/\/docs.woothemes.com\/document\/woocommerce-shortcodes\/\">Shortcodes included with WooCommerce<\/a> for additional information.<\/p><\/dd>\n<dt>How can I use the \"featured products by category\" shortcode?<\/dt>\n<dd><p>[featured_products_by_category category=\"CATEGORY_SLUG\"]<\/p>\n\n<p>Args:<\/p>\n\n<pre><code>'per_page' =&gt; '12',  \n'columns'  =&gt; '3',  \n'orderby'  =&gt; 'title',  \n'order'    =&gt; 'desc',  \n'category' =&gt; '',  \/\/ required  \n'operator' =&gt; 'IN',  \n'taxonomy' =&gt; 'product_cat'\n<\/code><\/pre><\/dd>\n<dt>How can I use the \"list subcategories from category\" shortcode?<\/dt>\n<dd><p>[subcategories_from_category category=\"CATEGORY_SLUG\"]<\/p>\n\n<p>Args:<\/p>\n\n<pre><code>'category'     =&gt; '',  \/\/ required  \n'orderby'      =&gt; 'name',  \n'order'        =&gt; 'asc',  \n'style'        =&gt; 'list',  \n'show_count'   =&gt; 0,  \n'hide_empty'   =&gt; 0,  \n'hierarchical' =&gt; 0,  \n'taxonomy'     =&gt; 'product_cat',  \n'show_title'   =&gt; 1,  \n'css_class'    =&gt; 'subcategories-from-category'\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Added Code Climate integration.  <\/li>\n<li>Added moar badges (yes I am a badge poser).<\/li>\n<li>Added contribution guidelines.  <\/li>\n<li>Updated README. <\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Updated Codacy badge url. <\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Added Codacy (a tool for automated code review) badge.  <\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Transfered the project ownership to Vint3. <\/li>\n<li>Changed the class namespace. <\/li>\n<li>Some other minor changes. <\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Minor changes.  <\/li>\n<li>Added language file. <\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Fix PSR-4 loader conflict with older implementation.  <\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Added GitHub Updater support.  <\/li>\n<li>Added Update supported WordPress version.   <\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>[subcategories_from_category] shortcode.  <\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>[featured_products_by_category] shortcode.  <\/li>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Useful shortcodes for WooCommerce.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/40133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=40133"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/s3rgiosan"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=40133"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=40133"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=40133"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=40133"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=40133"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=40133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}