I finished adding a product to my woo commerce and the titles show the name of each product correctly, however, when I add the products to the cart, in the cart the title shows a different name of the product. it seems like, when I duplicated products, the title of the first item is still there. but it is only incorrect in "View cart".
Related
When I add products to the cart they do not appear, only the total price and final purchase appear, configuration is ok.
Someone said to me that the problem is related to dynamic change on the cart page
Cart page error
Is there any way to automatically hide a woocommerce category if all the products in that category are out of stock?
Same question was asked here, but there was no answer at the time.
Woocommerce - Is it possible to hide a product category based on the stock status of the products that are under this category?
I actually thought this would be something that would happen by default and just noticed a bunch of categories with no products in stock haha!
As sold out products aren't displayed, it means a customer sees the category and clicks on it, only to be greated by a "No products were found matching your selection" message.
Ideally once all products in any given category sell out, that category will then be automatically hidden.
Then if a new product is added to the category, or an existing one is restocked, the category would be visible again.
Any help or recommendations would be very much appreciated!
I've setup a shop with wordpress and elementor page builder, the idea is that people can see handmade products and book a reservation to come see the product in person. I have created a custom product status with ACF to show if a product is available, reserved or sold. This status is properly shown at the product detail page, as can be shown here: https://houtprofessor.with-itwebdesign.nl/product/tafel-op-wielen/. Now the client has asked if this status can also be shown in the product archive page, and I can't find the place where to add this custom field to the products element in elementor. Is there any way to show this product status here under the product title as well?
So here the status is shown under the price of the product properly: https://houtprofessor.with-itwebdesign.nl/product/tafel-op-wielen/
And here I need to show the same status but I can't find how: https://houtprofessor.with-itwebdesign.nl/producten/tafels/
How am i able to add this custom field to the product archive?
I have created a variation in woo commerce product. Currently my product have 3 variations with different prices. So I want that On the shop page when I select variation and click on add to cart button always add first variation price on cart not selected variation price.
I have changed the labels for products in woocommerce backend. I have used the woocommerce_register_post_type_product filter to update the product post labels.
Now I want to change the label for "Sort Product" filter to "Sort Courses".
Also I want to hide Product Data drop down which shows up when I edit the product.