Skip to content
  • Home
  • Plugins
    • Product Gallery Slider for WooCommerce
    • Deposits for WooCommerce
  • Docs
  • Blog
  • Support
Account

Getting Started

8
  • Can I use my license on a test or development site?
  • Where Is My Purchase Code?
  • How to Install the PRO version?
  • How to update the PRO version?
  • Where can I cancel my subscription?
  • How can I get an invoice for my order?
  • How to remove VAT or Sales Tax from Paddle?
  • Enabling usage tracking

Product Gallery Slider

13
  • How To Fix WooCommerce Blurry Images?
  • How to use gallery slider with WPML?
  • High CLS issue in mobile devices
  • Add Additional Variation Images in WooCommerce?
  • How to enable a lightbox popup on clicking the large image?
  • How to Add Video into Product Gallery?
  • How to use the Product gallery slider with Elementor Page builder?
  • How to use product gallery slider with Divi Page builder?
  • How to center the video play icon?
  • What is the difference between classic and Default Variation behavior options?
  • YITH WooCommerce Color and Label Variations Conflict
  • Conflicts with other themes & plugins
  • Hooks: Actions and Filters

Bayna - Deposits for WooCommerce

14
  • Translate deposit plugin using Loco Translate
  • Switch to WooCommerce Classic Checkout & Cart
  • Custom amounts for deposit order
  • Future/due Payment for Deposit orders
  • Set up deposit payment reminders for customers
  • Cart or Checkout based deposit
  • Deposit Payment Plans for WooCommerce
  • Enable the Deposit/partial payment feature for the Product
  • Disable Payment Gateways on the Checkout page
  • Customize Email Templates for Deposit Orders
  • Deposit amount conflict with the “WooCommerce PayPal Payments” plugin
  • Nothing is being created in the Woocommerce > Deposit Payments!
  • Changelog
  • For Developers

Medixer – Medical WordPress Theme

11
  • Getting Started
  • Theme Setup
  • Install theme demo content
  • Theme options
  • Menu Setup
  • Add Team Member
  • Add Services & Portfolio
  • How to use Elementor Page Builder?
  • Speed optimization
  • Change the slug for custom post types?
  • Change Log

Wishlist for WooCommerce

5
  • Getting Started
  • Plugin Settings
  • Shortcodes
  • Overwrite Wishlist Template
  • For Developers
View Categories
  • Home
  • Docs
  • Wishlist for WooCommerce
  • For Developers

For Developers

Niloy
Updated on May 6, 2024

Actions #

/**
 * Example: Add content after wishlist page.
 */
add_action( 'cix_woocommerce_wishlist_after_wishlist', 'prefix__after_wishlist',10 );
function prefix__after_wishlist() {
	echo "This is the content that goes after the wishlist page.";
}
  • ‘cix_woocommerce_wishlist_after_merge_wishlists’
  • ‘cix_woocommerce_wishlist_before_wishlist’
  • ‘cix_woocommerce_wishlist_after_wishlist’
  • ‘cix_woocommerce_wishlist_before_add_to_wishlist’
  • ‘cix_woocommerce_wishlist_after_add_to_wishlist’
  • ‘cix_woocommerce_wishlist_after_wishlist_contents’
  • ‘cix_woocommerce_wishlist_before_wishlist_contents’

Filters #


/**
 * Example: Add prefix to the wishlist class.
 *
 * @param string $class The wishlist class.
 * @return string The modified wishlist class.
 */
add_filter( 'cix_add_to_wishlist_class', 'prefix_add_to_wishlist_class' );
function prefix_add_to_wishlist_class( $class ) {
	return 'my-custom-class';
}
  • cix_add_to_wishlist_icon_html
  • cix_add_to_wishlist_class

Javascript Events #

For further theme integration, the javascript file in the plugin has a few custom events that are fired for wishlist user activity.

 // Example: Add log
$(document).on('add_to_wishlist.cix_wishlist', function () {
  console.log('Wishlist item added');
});
  • undo_wishlist.cix_wishlist
  • add_to_wishlist.cix_wishlist
  • add_to_cart.cix_wishlist
  • remove_product.cix_wishlist

Updated on May 6, 2024
Overwrite Wishlist Template
ON THIS PAGE
  • Actions
  • Filters
  • Javascript Events
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Was it helpful ?
  • Happy
  • Normal
  • Sad

Need Help?

support@codeixer.com

Useful Links
  • Terms & Conditions
  • Refund Policy
  • Privacy Statement
  • License Terms
  • Password Reset Link
  • Affiliates FAQ
  • Affiliate Account
  • Become an Affiliate
  • Write for Us
2018 – 2025 Codeixer LLC. All rights reserved.