Title: christopherdarling's Replies | WordPress.org

---

# christopherdarling

  [  ](https://wordpress.org/support/users/christopherdarling/)

 *   [Profile](https://wordpress.org/support/users/christopherdarling/)
 *   [Topics Started](https://wordpress.org/support/users/christopherdarling/topics/)
 *   [Replies Created](https://wordpress.org/support/users/christopherdarling/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/christopherdarling/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/christopherdarling/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/christopherdarling/engagements/)
 *   [Favorites](https://wordpress.org/support/users/christopherdarling/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Gutenberg Block – disable editing for client / block permissions](https://wordpress.org/support/topic/gutenberg-block-disable-editing-for-client/)
 *  Thread Starter [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [2 years ago](https://wordpress.org/support/topic/gutenberg-block-disable-editing-for-client/#post-17834024)
 * Thanks! Thought that the Locking API might be possible or something
   That’s a 
   shame, seems a pretty logical use-case. Maybe I’ll create a feature request for
   it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Variable product prices not updating](https://wordpress.org/support/topic/variable-product-prices-not-updating-2/)
 *  Thread Starter [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/variable-product-prices-not-updating-2/#post-16131180)
 * Hey, we rolled back the plugin to the older version as that was working better
   so don’t have this live anywhere right now. It’s replicatable on a fresh Woo 
   install with storefront theme though
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15205477)
 * ah good – seems to be fine now here too
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15205299)
 * Just thought i’d share that it looks like you may have another issue on your 
   store, the wholesale prices appear for a few seconds and then disappear. I hope
   it helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15205289)
 * Wonderful, pleased to hear it. Sometimes there just aren’t the resources available
   for them to fix things or motivation to do so, got to remember it’s open-source
   and often people’s free time we’re asking for here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15205262)
 * You’d need to do some research on those if you’re not sure how to do them, there
   should be a lot of topics out there that cover this, or hire someone to implement
   it for you. I’d be happy to help if you need assistance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15204203)
 * No it’s JavaScript so either add it to a .js file and enqueue it or add it as
   an inline script
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15203811)
 * Below is a trimmed version of what I am doing which is working fine
 *     ```
       $('form.variations_form').on('found_variation', function(e, variationData) {
         // @plugin tier-pricing-table plugin
         // Remove the pricing table so it can be re-added once it has been 
         // retrieved from the ajax request
         $('.price-rules-table').remove();
       });
       ```
   
    -  This reply was modified 4 years, 6 months ago by [christopherdarling](https://wordpress.org/support/users/christopherdarling/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiered Pricing Table for WooCommerce] Price stoped updating for variable products](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/)
 *  [christopherdarling](https://wordpress.org/support/users/christopherdarling/)
 * (@christopherdarling)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/price-stoped-updating-for-variable-products/#post-15196026)
 * I’m experiencing this for a clients site as well only when a product has variations
   and one of the variations doesn’t have a tiered pricing. For example;
    - variation ONE **without** tiered pricing
    - variation TWO **with** tiered pricing
    - Select variation TWO – the price updates and the table is shown
    - Select variation ONE – the price updates to the incorrect price (variation
      TWO)
 * If the selected variation doesn’t have tiered pricing the code looks up the default
   price from the pricing table (which is from the previously selected variation),
   line 142 on the frontend js. Instead of the pricing table from the previous variation
   being hidden and then removed and re-added once the AJAX request has been returned
   it should be removed on `found_variation` event. I have added custom script to
   do this at the moment which seems to be working but would be great if this is
   fixed within the plugin code.
    -  This reply was modified 4 years, 6 months ago by [christopherdarling](https://wordpress.org/support/users/christopherdarling/).

Viewing 9 replies - 1 through 9 (of 9 total)