HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/roja45quotationsprofree/views/js/roja45quotationspro_order.js
/**
 * roja45quotationspro_order.js.
 *
 * @author    Roja45
 * @copyright 2016 Roja45
 * @license   license.txt
 *
 * 2016 ROJA45 - All rights reserved.
 *
 * DISCLAIMER
 * Changing this file will render any support provided by us null and void.
 */

$(document).ready(function () {
    if (!parseInt(roja45quotationspro_in_cart)) {
        var quote_button = $('#btn_request_quote');
        quote_button.css('margin-right', '10px');
        $('.cart_navigation').append(quote_button);
        quote_button.fadeIn();
    } else {
        if (!roja45quotationspro_allow_modifications) {
            $('.cart_quantity_input').attr('disabled', true);
            $('.cart_quantity_down').hide();
            $('.cart_quantity_up').hide();
            $('.cart_quantity_delete').hide();
            $('.price_discount_delete').hide();
        }
        $('.cart_navigation a.standard-checkout').show();
    }
});