Skip to content
  • Home
  • About
  • Contact

How To Find It

Tips For Program

  • Home
  • HTML
    • HTML
    • Jquery & Javascript
    • css
  • Php
  • sql
  • wordpress
    • woocommerce
      • Woocommerce Hooks
    • Plugin developement Tips
  • General

Category: woocommerce

Functions used in woocommerce

Functions used in woocommerce

November 12, 2016 admin
Hooks used in woocommerce added in wc-template-functions.php page , Path is: wp-content\plugins\woocommerce\includes\wc-template-functions.php page You can call hooks from this page as below: Eg: do_... Read More
Getting category of woocommerce product

Getting category of woocommerce product

November 12, 2016November 12, 2016 admin
Call the hook in product displaying page content-product.php do_action( ‘woocommerce_template_loop_category_title’ );   Otherwise:add below code global $post; $cats= get_the_terms( $p... Read More
Editing breadcrumbs in woocommerce

Editing breadcrumbs in woocommerce

November 11, 2016 admin
To edit woocommerce bread crumbs please go to below links: https://docs.woocommerce.com/document/woocommerce_breadcrumb/ https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/... Read More
Shopping cart bucket icon adding in woocommerce website

Shopping cart bucket icon adding in woocommerce website

November 11, 2016November 11, 2016 admin
Add below code where you want to display the cart bucket icon with number of products: <?php if( function_exists( ‘WC’ ) ) { ?> <div class=”navbar”> <a href=R... Read More
Payumoney plugin for wordpress

Payumoney plugin for wordpress

November 11, 2016 admin
To integrate payumoney plugin in wordpress (woocommerce ) website download payu money plugin from the official website link, URL: https://www.payumoney.com/payment-gateway-integration-guide.html Extra... Read More
Woocommerce product category listing

Woocommerce product category listing

November 4, 2016 admin
<?php $args = array( ‘number’ => ‘6’, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’ ); $product_categories = get_terms( ... Read More
woocommerce default style missing once plugin installed

woocommerce default style missing once plugin installed

October 22, 2016October 22, 2016 admin
Don’t forget to follow below instruction in WordPress files, otherwise styles or scripts missing issues will be there; In header file, before closing head tag include <?php wp_head(); ?> I... Read More
How to import woocommerce dummy datas

How to import woocommerce dummy datas

October 19, 2016 admin
Read More
Plugins help for woocommerce extending features

Plugins help for woocommerce extending features

October 19, 2016November 13, 2016 admin
 Ajax search for products Products start to listed in search column once we enter the leteers YITH WooCommerce Ajax Search https://wordpress.org/plugins/yith-woocommerce-ajax-search/ 2. Product zoom... Read More
Adding variable products to woocommerce

Adding variable products to woocommerce

October 12, 2016October 12, 2016 admin
How to add variable products in WooCommerce.... Read More
  • 5 of 5
  • « Previous
  • 1
  • …
  • 3
  • 4
  • 5

Recent Posts

  • Advanced WordPress Interview Question
  • How to include styles and scripts on wordpress admin pages?
  • Page Template dropdown missing from page attribute in wordpress
  • How to add a logo uploading field in customize settings in wordpress
  • How to add a new page in wordpress admin

Categories

  • css (13)
    • Bootstrap (2)
  • General (14)
  • HTML (10)
  • Jquery & Javascript (39)
    • OOP javascript (11)
  • Php (39)
    • Amzon s3 and Php (3)
  • sql (2)
  • wordpress (154)
    • Hooks & Filters (1)
    • Plugin developement Tips (7)
    • woocommerce (50)
      • Woocommerce Hooks (17)
Theme Designed by InkHive. How to find it © 2016