January 11, 2019

WordPress Plugin – Export Customers Data

Export Customers Data

September 11, 2017

Woo Coming Soon

WordPress Plugin WooCommerce

WordPress Plugin – Woo Coming Soon

July 29, 2017

Is there any way to send an email to admin?

Is there any way to send an email to admin when an order goes to pending payment while ordering by user in woo-commerce? Yes, it’s possible with the hook. Have a look here. WooCommerce – send custom email on custom order status change

July 24, 2017

Order Splitter for WooCommerce

WordPress Plugin – WooCommerce Order Splitter

June 30, 2017

WooCommerce Add-On / Woo Installments

Online Content Selling Tool

May 30, 2017

Option field value not loading on Archive page – WP_Query

  <?php global $development_logos; add_action(‘init’, ‘development_logos’); function development_logos(){ global $development_logos; $development_logos = get_field(‘development_logos’,’option’); } function dev_logos_func( $atts ){ global $development_logos; $devLogos = ‘<div id=”logos”>’; foreach($development_logos as $the_row){ $devLogos .= ‘<a href=”‘.$the_row[‘dev_url’].'” target=”_blank”>’.$the_row[‘dev_name’].'</a><div class=”logosTxt”>’.$the_row[‘dev_text’].'</div>’; } $devLogos .= ‘</div>’; return $devLogos; } add_shortcode( ‘dev_logos’, ‘dev_logos_func’ );

February 18, 2017

WooCommerce Email Hooks

Source: https://businessbloomer.com/woocommerce-visual-hook-guide-emails/

January 20, 2017

WordPress Plugin – Chameleon

WordPress Plugin – Chameleon