Murray644
Forum Replies Created
-
Forum: Plugins
In reply to: WooCommerce: remove related products infoThanks for this code- worked great!
I would like to know this also!
I managed to remove shipping and billing info from checkout but the email invoices say “Billing Address” and Shipping Address” I want to remove both of those titles.
Forum: Plugins
In reply to: Plugin: WooCommerce Resize Product Summary AreaI got it! In case anyone else is looking for the same info I added this to the style.css of my theme at the bottom:
div.summary { float:right; width:40% !important; }
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesI actually added this:
mark{ background:none; }
and it worked
Thanks so much!!!!
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesI used both above codes and they worked but removed the number count as well how would I just remove the yellow highlight? I want it to show the number of products but not with the yellow highlight?
Forum: Plugins
In reply to: [GC Testimonials] [Plugin: GC Testimonials] Title Overlapping Quotation ImageThanks!
Forum: Plugins
In reply to: [WooCommerce] Remove fields on Edit AddressTrongtien,
Been trying to delete a few things from checkout with no luck, used the tutorial you posted. Where did you place this:
$this->checkout_fields = apply_filters(‘woocommerce_checkout_fields’, $this->checkout_fields);
I know the other part goes in functions but don’t know where to place the filter?
Any help would be much appreciated, I have been at this for hours!