{"id":226,"date":"2015-09-11T10:54:48","date_gmt":"2015-09-11T09:54:48","guid":{"rendered":"https:\/\/www.kolkataonweb.com\/code-bank\/?p=226"},"modified":"2016-07-18T21:38:37","modified_gmt":"2016-07-18T20:38:37","slug":"woocommerce-change-read-more-button","status":"publish","type":"post","link":"https:\/\/www.kolkataonweb.com\/code-bank\/php\/woocommerce-change-read-more-button\/","title":{"rendered":"Woocommerce Change &#8220;Read More&#8221; Button"},"content":{"rendered":"<p>This code is useful for removing the &#8220;Read More&#8221; button (in woocommerce) for items that are out of stock.<\/p>\n<pre class='wp-code-highlight prettyprint'>\/*\r\n * replace read more buttons for out of stock items\r\n **\/\r\n if (!function_exists('woocommerce_template_loop_add_to_cart'))\r\n {\r\n    function woocommerce_template_loop_add_to_cart()\r\n    {\r\n      global $product;\r\n      if (!$product-&gt;is_in_stock()) \r\n      {\r\n         echo '&lt;a href=\"'.get_permalink().'\" rel=\"nofollow\" class=\"outstock_button\"&gt;Sold Out&lt;\/a&gt;';\r\n      }\r\n      else\r\n      {\r\n         woocommerce_get_template('loop\/add-to-cart.php');\r\n      }\r\n   }\r\n }<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This code is useful for removing the &#8220;Read More&#8221; button (in woocommerce) for items that are out of stock. \/* * replace read more buttons for out of stock items **\/ if (!function_exists(&#8216;woocommerce_template_loop_add_to_cart&#8217;)) { function woocommerce_template_loop_add_to_cart() { global $product; if (!$product-&gt;is_in_stock()) { echo &#8216;&lt;a href=&#8221;&#8216;.get_permalink().'&#8221; rel=&#8221;nofollow&#8221; class=&#8221;outstock_button&#8221;&gt;Sold Out&lt;\/a&gt;&#8217;; } else { woocommerce_get_template(&#8216;loop\/add-to-cart.php&#8217;); } } }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[12,11],"class_list":["post-226","post","type-post","status-publish","format-standard","hentry","category-php","tag-woocommerce","tag-wordpress","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/comments?post=226"}],"version-history":[{"count":4,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/226\/revisions"}],"predecessor-version":[{"id":456,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/226\/revisions\/456"}],"wp:attachment":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/media?parent=226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/categories?post=226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/tags?post=226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}