Home Forums WoodMart support forum Display the current month with the help of shortcode

Display the current month with the help of shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82699

    addy
    Participant

    Yes it worked. I have another concern now. Totally different one. Here is goes below.

    Is it possible to display the current month with the help of shortcode?

    #82724

    Artem Temos
    Keymaster

    Hello,

    Unfortunately, there is no such kind of shortcode in our theme or WordPress by default. You may try to find some extra plugin for this purpose.

    Kind Regards

    #82882

    addy
    Participant

    Hello,

    I couldn’t reply in my previous post. So I am writing here. I was told by your colleague to add the following code so that in stock is NOT displayed but out of stock is Displayed.

    .product-image-summary .in-stock{
        display:none;
    }
    .variations_form .woocommerce-variation-availability .stock {
     display:none;
    }

    For single product out of stock is dsiplayed for example – Link 1
    For variation product it doesn’t, for example – link 2

    #82905

    Hello,

    I cannot login your site it requires 2 Factor Authentication code* I insert what I have it does not work. Are you sure the simple product is out of stock? Please provide valid access in private area I will check the code again.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)