Plugin Directory

Changeset 1848082


Ignore:
Timestamp:
03/27/2018 11:23:08 PM (8 years ago)
Author:
filipbe
Message:

1.1.8 Removed product link from the cart

Location:
balfolk-tickets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • balfolk-tickets/trunk/Readme.txt

    r1847396 r1848082  
    3737== Changelog ==
    3838
     39= 1.1.8 =
     40* Remove product link from cart
     41
    3942= 1.1.7 =
    4043* Remove product link from order summary table
  • balfolk-tickets/trunk/balfolk-tickets.php

    r1847396 r1848082  
    44Plugin URI:  https://github.com/filip-be/Balfolk-Tickets
    55Description: WordPress ticketing plugin for balfolk events
    6 Version:     1.1.7
     6Version:     1.1.8
    77Author:      Filip Bieleszuk
    88Author URI:  https://github.com/filip-be
     
    6969        add_action( 'woocommerce_checkout_update_order_meta', array($this, 'wc_checkout_update_meta'), 10, 1);
    7070        add_filter( 'woocommerce_order_item_name', array($this, 'wc_remove_permalink_order_table'), 10, 3 );
     71        add_filter( 'woocommerce_cart_item_permalink', '__return_false' );
    7172       
    7273        // Mails
Note: See TracChangeset for help on using the changeset viewer.