Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • I have the same issue and it started to be yesterday. Trying to add codes but nothing happends.. it seems that template of archive-product it messed because in shop page is not showing footer and “products per page” is not working too..

    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> ‘;
    }

Viewing 2 replies - 31 through 32 (of 32 total)