Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thanks for reaching out to us. We will add a settings panel to customize that on the next version.

    Thanks and regards,
    Team Dualcube

    Hello,

    For now we are marking this support ticket as resolved.

    Thanks and regards,
    Team Dualcube

    Thread Starter jenniferpham099

    (@jenniferpham099)

    Thanks,
    i waiting

    Go to this plugin files, CLASSES folder, open CLASS FRONTEND and change from 24-34 lines:

    subscribe_for_interest_text
    and
    <input type=”button” class=”stock_alert_button” name=”alert_button” value=

    here i have changed to my language:

    <h6 class=”subscribe_for_interest_text”><Gauti pranešimą, kai prekė bus prekyboje:</h6>
    <input type=”text” class=”stock_alert_email” name=”alert_email” value=”‘.$user_email.'” />
    <input type=”button” class=”stock_alert_button” name=”alert_button” value=”Sekti prekę” />
    <input type=”hidden” class=”current_product_id” value=”‘.$product->id.'” />
    <input type=”hidden” class=”current_product_name” value=”‘.$product->post->post_title.'” />
    </div> ‘;
    } else {
    $stock_interest = ‘ <div class=”alert_container”>
    <h6 class=”subscribe_for_interest_text”>Gauti pranešimą, kai prekė bus prekyboje:</h6>
    <input type=”text” class=”stock_alert_email” name=”alert_email” />
    <input type=”button” class=”stock_alert_button” name=”alert_button” value=”Sekti prekę” />
    <input type=”hidden” class=”current_product_id” value=”‘.$product->id.'” />
    <input type=”hidden” class=”current_product_name” value=”‘.$product->post->post_title.'” />
    </div> ‘;
    }

    Hi,

    Thanks for your patience. We have implemented a settings panel for this plugin from which admin can change texts, button style. Hope, this will fulfill your requirement.

    Thanks and Regards,
    Team Dualcube

    Thread Starter jenniferpham099

    (@jenniferpham099)

    thanks, i wish panel list mail.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How change text "Get an alert when the product is in stock:" ?’ is closed to new replies.