Profiles

  • Member Since: December 12th, 2021
  • Find me on:
  • Posted a reply to Modifying cart prices with php, on the site WordPress.org Forums:
    I was not able to test adp_before_apply_rule because I think that would require me to…

  • Posted a reply to Modifying cart prices with php, on the site WordPress.org Forums:
    Do you want to modify prices for cart items after our rules were applied ?…

  • Posted a reply to Modifying cart prices with php, on the site WordPress.org Forums:
    add_filter( "wdp_custom_override_cents", function ( $custom_price, $price, $context, $product ) { //set custom price return $custom_price;…

  • Created a topic, Modifying cart prices with php, on the site WordPress.org Forums:
    What hook is best to used to adjust prices of items du…

  • Posted a reply to Woocommerce HPOS Compatibility, on the site WordPress.org Forums:
    @kaggdesign Something is definitely not right with the HPOS compatibility, I'm doing a completely fresh…

  • Posted a reply to Woocommerce HPOS Compatibility, on the site WordPress.org Forums:
    Thanks @kaggdesign I just checked and the issue isn't there on a fresh install, but…

  • Created a topic, Woocommerce HPOS Compatibility, on the site WordPress.org Forums:
    Hi, I noticed there is a previous topic about the new …

  • Posted a reply to How to import rules via function / api, on the site WordPress.org Forums:
    Hi, one more question, I believe product only rules have a cache that needs to…

  • Posted a reply to How to import rules via function / api, on the site WordPress.org Forums:
    I think I've figured it out by reading what the importer is doing, this seems…

  • Posted a reply to How to import rules via function / api, on the site WordPress.org Forums:
    Hi, thanks that works to call the function correctly, however I can't get it to…

  • Created a topic, How to import rules via function / api, on the site WordPress.org Forums:
    Hi, Is there an easy way to programmatically adjust /…

  • Posted a reply to Quantity update not clearing loading symbol class, on the site WordPress.org Forums:
    @stuygoy27, I downloaded the source to check, the above begins on line 361 of "woo-fly-cart\assets\js\frontend.js"…

  • Posted a reply to Quantity update not clearing loading symbol class, on the site WordPress.org Forums:
    Hi @stuygoy27, I actually stopped using this plugin so I can't check, but from memory…

  • Created a topic, Latest update breaking site, on the site WordPress.org Forums:
    Hi Guys, After updating to version 2.6, all pages on …

  • Posted a reply to Quantity update not clearing loading symbol class, on the site WordPress.org Forums:
    Issue appears to be related to ajax not returning correctly I've managed to temporarily fix…

  • Created a topic, Quantity update not clearing loading symbol class, on the site WordPress.org Forums:
    Hi, After updating to wordpress 5.9 (not sure if rela…

  • Posted a reply to ESI not working, on the site WordPress.org Forums:
    Thanks @qtwrk, I didn't know elementor was breaking the shortcodes even on non-elementor pages :O…

  • Posted a reply to ESI not working, on the site WordPress.org Forums:
    not meaning to hijack the thread, but as me and hellogerowsky have the same issue,…

  • Posted a reply to ESI not working, on the site WordPress.org Forums:
    I'm having the exact same issue with shortcodes, widgets work, but not shortcodes, I just…