bryceadams
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Total Sales Shortcode] it's not workingSorry about that, all fixed now! New [wctss_total_orders] shortcode available too 🙂
Forum: Plugins
In reply to: [WooCommerce Total Sales Shortcode] Total Sales Breakdown?Sorry, not at the moment! You could open an issue here and we can look at adding it: https://github.com/bryceadams/WooCommerce-Total-Sales-Shortcode/issues
Forum: Plugins
In reply to: [WooCommerce Total Sales Shortcode] Total sales quantity?There is now a [wctss_total_orders] shortcode that shows the total # of orders. Thanks! 🙂
Forum: Reviews
In reply to: [WooCommerce Total Sales Shortcode] doesn't workSorry about that – it’s fixed now! Also as a bonus, there’s a new [wctss_total_orders] shortcode you can use. If this helps you, please update your review 🙂
Forum: Plugins
In reply to: [Recipe Hero] Feedback on measurements.Sorry, I made a mistake before. The code should be:
add_filter( 'recipe_hero_meta_ingredients_amount', 'rhs_add_new_amount' ); function rhs_add_new_amount( $amounts ) { $amounts['dl'] = 'Deciliter'; return $amounts; }Try the latest WooCommerce and deactivate other plugins.
Forum: Plugins
In reply to: [WooCommerce Quantity Increment] cannot add quantitymore than 1 at a timeSorry, that’s not what this plugin is for. Try this – https://wordpress.org/plugins/woocommerce-fixed-quantity/
Forum: Plugins
In reply to: [WooCommerce Quantity Increment] Problems with quantity inputSorry for the late reply. I doubt that anything in WooCommerce Quantity Increment is causing this. Please try deactivate other plugins.
Forum: Plugins
In reply to: [Recipe Hero] Feedback on measurements.Hi! Try add the following code using the Functionality plugin:
add_filter( 'recipe_hero_meta_ingredients_amount', 'rhs_add_new_amount' ); function rhs_add_new_amount( $amounts ) { $amounts['dl'] = 'Deciliter'; }Forum: Reviews
In reply to: [WooCommerce Quantity Increment] Install, activate, buttons return!Thank you for using it!
Forum: Reviews
In reply to: [WooCommerce Quantity Increment] Quantity incrementor back in placeThank you for using it!
Forum: Reviews
In reply to: [WooCommerce Quantity Increment] Perfect!!Thank you for using it!
Forum: Reviews
In reply to: [WooCommerce Quantity Increment] This plugin made my day!Thank you for using it!
Forum: Reviews
In reply to: [WooCommerce Quantity Increment] Great job!Thank you for using it!
Forum: Reviews
In reply to: [WooCommerce Quantity Increment] Does the jobThank you for using it!