Magento 2.4.5-p1 items that are out of stock no longer showing in drop down - magento2

Since i upgraded my Magento site to 2.4.5-p1 items that are out of stock no longer "dim out" the drop down selection item when it is out of stock. For example i have a "0.5kg" value for weight attribute on the below screenshot and before the upgrade this was shown but was un-selectable and had "(out of stock)" beside it. How can i bring this back? i would still like the customer to know this is an option, but out of stock.

Related

Facebook Catalog Pixel Product Data Source - Remove Deleted Products

I have been creating facebook pixels and catalogs for ecommerce sites, the catalogs are connected to the pixels, and they can add, update and remove products automatically. Great.
Problem is I don't understand how the "remove deleted products" feature works.
This is found under the catalog "product data sources", in a connected pixel settings.
*Add New Products (on/off)
*Update Existing Product Info (on/off)
*Remove Deleted Products (on/off)
Add/update is easy enough, when someone views a product page, the pixel fires, and the catalog gets the information.
But the pixel is not tracking or receiving information from our sites backend, it has no way of knowing when we deleted a product.
How would it know?
I've been searching and searching for some kind of documentation describing this feature but am so far empty handed. If someone knows where that is, that would be very helpful.
I've been talking to facebook support and it's just going in circles:
Facebook: (First response after asking how this feature works)
"Thanks for being patient! It looks like that option would be for the Pixel to update any products that have been deleted from your website!"
My reply: "Right, but I was just wondering how it knows a product has been deleted?
As I understand it the pixel updates products as they are viewed on the website, so when a customer goes to a product page, it will add or update this product.
But what triggers a product deletion? "
Facebook: "When you delete the product, that is when it'll start implementing. So when you delete the product that what "triggers" it!"
My reply: "How does it know though? The pixel is not tracking our sites backend when we remove a product.
Does it trigger if a previously existing product page 404's or redirects?"
Facebook: "When you remove that is not deleting when you delete that is when it will start tracking. It will know when you delete the product., it will not trigger if the product 404's or redirects."
I don't even know how to respond to the last one, I don't understand his answer at all.
Please help.

How to use default Rating component?

For some e-commerce project, I would like to give the online shop customers the possibility to rate the merchant products (something like product rating in amazon). I have found out, that there is a AEM6 Default Rating Component. Can somebody give me a guidance how to use the Default Rating Component?
When you double click on the placed Rating component, an edit dialog opens up.
You can configure the Rating component to either allow users to submit a rating or show the average results of ratings already submitted.
Select the Display Only option. If checked, the Rating component will only display the average ratings submitted for the page. If unchecked, it will allow users to submit ratings for the page by clicking on the stars. Default is unchecked.
To can see the full guide about the rating component here

Add products per page pagination in WooCommerce?

is there any way I can add a dropdown with number of product per page on the category page in WooCommerce. Like the dropdown contain the number 10,20,30 and when any option is selected that number of product load. Check the attached image fro reference.
There is a plugin called WooCommerce Products Per Page that can do that.
Once installed and activated go to the Settings -> Products Per Page
The second option on that page is "List of dropdown options", by default it is set to "9 18 27 -1", change that to "10 20 30" and save the changes.
There should be a dropdown list on the products page.

Magento 1.7 not able to save upsell products

I am experiencing a weird problem.
I have a virtual product in magento, I hit edit, I go to upsell products, select one and hit save. Product is being saved with no errors. If I hit edit again the upsell product I selected before wasn't saved.
Although form submission completes with no errors no data from upsell,related or crosssell tabs is being saved.
Any ideas?
Did you try to database repair tool, you may have a problem with your DB http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/db-repair-tool

How to add new fields in cart of VirtueMart (Joomla!)

I am working on joomla and using joomla VirtueMart component.I created new fields in product detail page like color and size (drop down), Now I want to add that POST value (ex. $_POST["cmbColor"]) in shopping cart process and finally to be saved in database of VirtueMart.Please help me how to add these fields in cart.
Did you use the attribute system to add the optional color and size? Using either child products or attributes will get the options to show in the cart and saved on a sale. The VM documentation is pretty good on this topic, you can find how to use attributes here -
http://virtuemart.net/documentation/User_Manual/Product_Attributes.html