{"id":51741,"date":"2016-10-26T19:17:40","date_gmt":"2016-10-26T19:17:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/edd-checkout-wizard\/"},"modified":"2017-01-05T18:29:00","modified_gmt":"2017-01-05T18:29:00","slug":"edd-checkout-wizard","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/edd-checkout-wizard\/","author":15868593,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"4.8.30","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"EDD Checkout Wizard","header_author":"Tsunoa","header_description":"","assets_banners_color":"7094cb","last_updated":"2017-01-05 18:29:00","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=64N6CERD8LPZN","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/edd-checkout-wizard\/","header_author_uri":"https:\/\/tsunoa.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1583,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1663336","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1663336","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1663336","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1663336","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1522642","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1522642","resolution":"2","location":"assets"}},"screenshots":{"1":"<p>Screenshot from checkout (Theme: vendd)<\/p>","2":"<p>Screenshot of form notifications (Theme: vendd)<\/p>"}},"plugin_section":[],"plugin_tags":[8387,568,5440,5484,2665],"plugin_category":[45],"plugin_contributors":[94922,139284],"plugin_business_model":[],"class_list":["post-51741","plugin","type-plugin","status-closed","hentry","plugin_tags-digital","plugin_tags-download","plugin_tags-downloads","plugin_tags-easy-digital-downloads","plugin_tags-edd","plugin_category-ecommerce","plugin_contributors-rubengc","plugin_contributors-tsunoa","plugin_committers-sellcomet"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/edd-checkout-wizard_7094cb.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/edd-checkout-wizard\/assets\/screenshot-1.png?rev=1522642","caption":"<p>Screenshot from checkout (Theme: vendd)<\/p>"},{"src":"https:\/\/ps.w.org\/edd-checkout-wizard\/assets\/screenshot-2.png?rev=1522642","caption":"<p>Screenshot of form notifications (Theme: vendd)<\/p>"}],"raw_content":"<!--section=description-->\n<p>EDD Checkout Wizard adds a form wizard to your checkout page with some features:<\/p>\n\n<ol>\n<li>Customer can only pass to the next tab if the form is correctly completed<\/li>\n<li>Forces to scroll to the bottom of the screen to click the next button<\/li>\n<li>Possibility to navigate to previously validated tabs<\/li>\n<li>Checks changes from payment method selection<\/li>\n<\/ol>\n\n<p>Current tabs distribution:<\/p>\n\n<ol>\n<li>Overview: Displays cart and recommended products (if EDD Recommended Products is active)<\/li>\n<li>Payment Method: Displays available payment methods, if there is only one or none, then this tab is removed<\/li>\n<li>Account: Displays login\/register form or the account information<\/li>\n<li>Billing Address: Displays billing address information and EU VAT information (if EDD VAT is active)<\/li>\n<li>Payment: Last tab with cart total and purchase button<\/li>\n<\/ol>\n\n<p>EDD Checkout Wizard has support for this third-party plugins:<\/p>\n\n<ol>\n<li>EDD Recommended Products<\/li>\n<li>EDD VAT<\/li>\n<\/ol>\n\n<p>This plugin requires <a href=\"http:\/\/wordpress.org\/extend\/plugins\/easy-digital-downloads\/\" title=\"Easy Digital Downloads\">Easy Digital Downloads<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack the entire contents of this plugin zip file into your <code>wp-content\/plugins\/<\/code> folder locally<\/li>\n<li>Upload to your site<\/li>\n<li>Navigate to <code>wp-admin\/plugins.php<\/code> on your site (your WP Admin plugin page)<\/li>\n<li>Activate this plugin<\/li>\n<li>That's it!<\/li>\n<\/ol>\n\n<p>OR you can just install it with WordPress by going to Plugins &gt;&gt; Add New &gt;&gt; and type this plugin's name<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Unpack the entire contents of this plugin zip file into your <code>wp-content\/plugins\/<\/code> folder locally<\/li>\n<li>Upload to your site<\/li>\n<li>Navigate to <code>wp-admin\/plugins.php<\/code> on your site (your WP Admin plugin page)<\/li>\n<li>Activate this plugin<\/li>\n<li>That's it!<\/li>\n<\/ol>\n\n<p>OR you can just install it with WordPress by going to Plugins &gt;&gt; Add New &gt;&gt; and type this plugin's name<\/p><\/dd>\n<dt>How can I customize tabs?<\/dt>\n<dd><p>First of all you need add a filter to changes how tabs are rendered, and at this point you could add, change or move tabs.<\/p>\n\n<p>This is the structure for a tab:<\/p>\n\n<pre><code>$tab = array(\n    'tab-identifier' =&gt; array(\n        'label' =&gt; 'My tab',\n        'selectors' =&gt; array(\n            '#my-element',\n            '.group-of-elements',\n        )\n    )\n);\n<\/code><\/pre>\n\n<p>This is an example of tab customization:<\/p>\n\n<pre><code>function custom_checkout_tabs( $tabs ) {\n    \/\/ Adding a meta box to general tab\n    $tabs['overview']['selectors'][] = '#my-element';\n\n    \/\/ Moving a tab\n    $temp_tab = $tabs['address'];\n\n    unset($tabs['address']);\n\n    $tabs['address'] = $temp_tab;\n\n    \/\/ Removing a tab\n    unset($tabs['account']);\n\n    return $tabs;\n}\n\nadd_filter( 'edd_checkout_wizard_checkout_tabs', 'custom_checkout_tabs');\n<\/code><\/pre>\n\n<p>Note: Elements that are not in a tab will be kept always visible<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Support for credit card fields<\/li>\n<li>Improved show payment method conditional<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed: Prevent duplicated HTML tabs When EDD recalculates taxes<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Adds a form wizard with validation to your checkout page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/51741","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=51741"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sellcomet"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=51741"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=51741"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=51741"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=51741"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=51741"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=51741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}