Brad Dalton
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart not updating/ refreshing correctly after udpdate 7.8.0Resolved. Thank You.
Forum: Plugins
In reply to: [WooCommerce] Hide Add to cart button for specific product variationsThat code works for taxonomy terms not product attributes.
Forum: Plugins
In reply to: [WooCommerce] Cart not updating/ refreshing correctly after udpdate 7.8.0Add To Cart Fragments Not Updating Cart Page
add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' ); function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } ?><a class="cart-updated" href="<?php echo wc_get_cart_url() ?>">Cart (<?php echo WC()->cart->get_cart_contents_count() ?>)</a><?php add_filter( 'woocommerce_add_to_cart_fragments', 'add_to_cart_fragment' ); function add_to_cart_fragment( $fragments ) { $fragments[ 'a.cart-updated' ] = '<a href="' . wc_get_cart_url() . '" class="cart-updated">Cart (' . WC()->cart->get_cart_contents_count() . ')</a>'; return $fragments; }
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Custom DescriptionPlease add a filter for the $item details array in item.php. Would make modification much easier. Thank You.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Custom DescriptionHi NIklas
Thanks for your help. Resolved.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Custom DescriptionThis hook doesn’t remove the item name and description or the order number and price from all PP order details based on my testing.
add_filter( ‘ppcp_ditch_items_breakdown’, ‘__return_true’ );
Forum: Plugins
In reply to: [WooCommerce] Notice: Trying to access array offset on value of type boolHere you go. thanks for any help.
Forum: Plugins
In reply to: [Download Monitor] Download Links Broken After UpdateAwesome. Thank you very much Razvan!
Forum: Plugins
In reply to: [Download Monitor] Download Links Broken After UpdateIt’s broken all my links. test the link at the end of this tutorial https://wpsites.net/genesis-tutorials/genesis-one-page-gutenberg-theme/
Ok, i’ll pass on your message to the client. Thanks
Could this be the problem ?
Thanks, i will test it with Gmail once you’re finished. You can notify me when it’s done. I’m in discussion about local email on Facebook at the moment and would like to update the group.
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] Taxonomy rewrite slugThanks Juan.
I got it working using this shortcode :
[products limit="4" columns="4" class="yith_product_brand,test"]
Where test is the name of the brand taxonomy term.
Resolved!
Forum: Fixing WordPress
In reply to: Export WC Products by MonthThanks but this is just for testing for a client so i don’t really want to purchase a upgrade which is required to export taxonomies.
Also, it doesn’t export in .xml
I’ll try the woocommerce forums.
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] How to insert brand in the of the product