• Resolved uidb4056

    (@uidb4056)


    Hello, one year a go I’ve asked for a way to programmatically check the status of the plugin https://www.ads-software.com/support/topic/vacation-status/ you gave us an answer “At this time, the plugin does not provide a direct flag or condition that you can use in an if-then-else clause to check the status of the vacation mode

    The problem is that we have configured that when a product is out of stock the text that appears on “add to cart button” are changed to from “Read more” to “Sold” and when the plugin is activated all the products will show “Sold” on the button that is not true and in this case the change of the text has to be deactivated but can’t do it programmatically because can’t check if vacation mode is activated.

    It could be possible if no status can be checked programmatically to add in the settings of the plugin to define the text to show in the “add to card button” ?

    Thanks in advance for your help

    Robert

Viewing 1 replies (of 1 total)
  • Plugin Contributor Saji

    (@gookaani)

    Hey Robert,

    Thank you for reaching out. You need to ask your developer to use the woo_store_vacation_vacation_mode hook and add a flag when the vacation mode is activated. Then, use this flag to conditionally change the “Add to Cart” button text. This way, you will ensure that when vacation mode is active, the button text for out-of-stock products is “Sold”, and when vacation mode is not active, the button text for out-of-stock products is “Read more”.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.