I am trying to make it so that the url.com/my-account or the shortcode [woocommerce_my_account] displays the orders instead of the dashboard that displays “Hello User (not user)?”. The only thing I have is for after logging in which redirects to the orders instead of the dashboard, but I then goin…
Tag: wordpress
Displaying product thumbnail and attribute in Woocommerce cart and checkout
I am isplaying product attributes in my Woocommerce checkout table, see my previous question: Show Woocommerce taxonomy in emails I also want to show the product image, so my ideal would be: Product …
Display specific custom product attributes on single product pages in Woocommerce
I found the following code to display all custom attributes on a product detail page (with a specific bar-style design that I need). The code works like a charm and I have the proper CSS to display horizontal bars of my custom attributes. Problem I have is that I only want to display specific named attributes…
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘remove_wpcf7’ not found or invalid function name
Apologies for this broad question but I am not hugely familiar with the Error Log entries at present. Any directives on where to begin the relevant research, would be greatly appreciated. For the past 12 months, I have had the Google Authenticate Plugin, installed on a WordPress powered eCommerce website I wo…
Shipping cost based on cart total weight in Woocommerce 3
In my Woocommerce Webshop I do have different Products. I would like to have shipping cost calculated on total cart items weight: from 0 to 6 Kilos the cost is 5 €, from 6 to 12 Kilos the cost is 9 € Actually if I have a Product which is 1 Kilo the shipping cost is 5 €, but if
Adding custom message on Thank You page by shipping method
I’m trying to add a message to the order-received (Thank You) page, only if the order is using Free Shipping. The message can either replace the standard “Thank you…” message, or can be in addition …
How to remove Woo commerce Product Page Image Anchor?
I’m a WordPress Developer past 2 Years. I’m facing some issue into Woocommerce Product page Template. I have created Product in Woocommerce. Open Product Detail/Single page. When clicking on Product Image it opens in popup/Same page. Please Help me to remove the anchor from product Image. Thanks I…
Add and manage Product custom upload field in Woocommerce 3
I am trying to add a file upload along with radio inputs in a custom woocommerce page; where all the products are showing in a list view. The Custom Page CODE: For variations to show in list view as different items/products in funtions.php I am able to add the radio values to cart & order but not able to …
I’m trying to change placeholder in WordPress theme, but I can’t find where it’s existing
I use a WordPress Woo-commerce template called “KuteShop”, and I am trying to change the Placeholder Text “I’m searching for…” and “All Cate.” as in the picture below: but I can’t do that, I searched everywhere, NOT in the Advanced editor, NOT in the Theme…
Only allow to purchase one Item In Woocommerce 3
Is there anyway to prevent more than one item for purchase in WooCommerce, or prevent more than one item added to the cart? I have different products but I want to allow only one item per checkout. I tried to search for solution but those existing solutions are not working properly, let’s say when user …