Home / Forums / WoodMart support forum / Span appears next to the stock indicator.
Home › Forums › WoodMart support forum › Span appears next to the stock indicator.
Span appears next to the stock indicator.
- This topic has 9 replies, 2 voices, and was last updated 2 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 6, 2023 at 1:33 am #502064
tecnotyresorihuelaParticipantSpan appears next to the stock indicator
Attached image
Attachments:
You must be logged in to view attached files.October 6, 2023 at 1:46 am #502068
tecnotyresorihuelaParticipantWithin the products it does not appear to
October 6, 2023 at 1:14 pm #502216
Aizaz Imtiaz AwanKeymasterHello,
Please share the wp logins details in private content under the message area i will check and give you a possible solution.
Best Regards.
October 6, 2023 at 7:30 pm #502328
tecnotyresorihuelaParticipantSure, here it is
October 6, 2023 at 7:31 pm #502329
tecnotyresorihuelaParticipantThis is the website
October 7, 2023 at 9:34 am #502402
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know I will check and give you a possible solution. Also switch the child to parent theme.
Best Regards.
October 7, 2023 at 12:44 pm #502422
tecnotyresorihuelaParticipantHello,
It looks like it was a plugin I use to display the stock.
The usefulness of that plugin is that it shows that there is stock when we have more than 12 units of a product, and shows the remaining units when it is below 12.
Is there any way to do this without that plugin that is giving problems.
Thank you very much.
October 7, 2023 at 2:35 pm #502447
Aizaz Imtiaz AwanKeymasterHello,
Try to add below PHP code to functions.php file in Child theme.
add_action( 'woocommerce_after_shop_loop_item', 'pkmentor_show_stock_shop', 10 ); function pkmentor_show_stock_shop() { global $product; echo wc_get_stock_html( $product ); }Best Regards.
October 14, 2023 at 1:19 pm #504152
tecnotyresorihuelaParticipantThank you,
Until recently it has been working, I don’t know what has happened that now it doesn’t show me the available stock.
October 14, 2023 at 3:39 pm #504177
Aizaz Imtiaz AwanKeymasterHello,
Try to use a stock progress bar. Go to Theme Settings > Product Archive > Products Styles > Stock progress bar.
https://xtemos.com/docs-topic/products-stock-progress-bar-2/Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register