jQuery(document).ready(function( $ ){

jQuery(“.cart_totals .wc-proceed-to-checkout a.checkout-button.wc-forward.wp-element-button “).text(“WEITER ZUR KASSE”);

setInterval(function() {
jQuery(“.jdgm-rev-widg__summary-text”).text(“Sei der erste der eine Bewertung schreibt”);
jQuery(“.jdgm-widget-actions-wrapper a.jdgm-write-rev-link”).text(“Eine Rezension schreiben”);
jQuery(“h2.jdgm-rev-widg__title”).text(“Kundenbewertungen”);
jQuery(“form.jdgm-form .jdgm-form__title”).text(“Eine Rezension schreiben”);

jQuery(“form.jdgm-form a.jdgm-btn.jdgm-btn–border.jdgm-cancel-rev”).text(“Bewertung abbrechen”);
jQuery(“form.jdgm-form input.jdgm-btn.jdgm-btn–solid.jdgm-submit-rev”).attr(‘value’, ‘Bewertung abschicken’);

// jQuery(‘form.jdgm-form .jdgm-form .jdgm-form__fieldset label[for=”jdgm_review_title_6oxavsmoo”]’).text(“Titel der Bewertung”);

// jQuery(‘form.jdgm-form .jdgm-form .jdgm-form__fieldset label[for=”jdgm_review_body_6oxavsmoo”]’).text(“Rezension”);

// jQuery(“.xoo-wsc-modal .xoo-wsc-footer a.xoo-wsc-ft-btn-cart”).text(‘WARENKORB ANSEHEN’);
// jQuery(“.xoo-wsc-modal .xoo-wsc-footer a.xoo-wsc-ft-btn-continue”).text(‘MIT DEM EINKAUFEN FORTFAHREN’);

// jQuery(“.xoo-wsc-modal .xoo-wsc-footer a.xoo-wsc-ft-btn-checkout”).text(‘die Kasse’);

// jQuery(“.xoo-wsc-modal .xoo-wsc-header span.xoo-wsch-text”).text(‘Ihr Einkaufswagen’);

// jQuery(“.xoo-wsc-modal .xoo-wsc-ft-amt-subtotal span.xoo-wsc-ft-amt-label:first-child”).text(‘Zwischensumme’);

// jQuery(“form.woocommerce-cart-form td.actions button.button.wp-element-button”).text(‘Warenkorb aktualisieren’);

jQuery(“.elementor-widget-wl-recently-viewed-products .woolentor-no-view-product”).text(‘Sie haben noch keines der Produkte angesehen.’);

jQuery(“.woocommerce .e-cart__column .cart_totals h2”).text(‘Einkaufswagen-Gesamtsummen’);
jQuery(“.wc-block-checkout span.wc-block-components-order-summary__button-text”).text(‘Bestellübersicht’);
jQuery(‘.botiga-mstepc-tabs-nav a.botiga-mstepc-tabs-nav-item-link[data-step=”billing-shipping”] span.label’).text(‘Versand auf Rechnung’);

jQuery(‘.botiga-mstepc-tabs-nav a.botiga-mstepc-tabs-nav-item-link[data-step=”login”] span.label’).text(‘Anmeldung’);

jQuery(‘.wc-block-components-totals-item .wc-block-components-totals-item__value em’).text(‘Wird während des Bezahlvorgangs berechnet’);

jQuery(‘.wc-block-checkout__form fieldset#contact-fields .wc-block-components-checkout-step__title’).text(‘Kontaktinformationen’);

jQuery(‘.wc-block-checkout__form fieldset#contact-fields p.wc-block-components-checkout-step__description’).text(‘Wir verwenden diese E-Mail, um Ihnen Details und Updates zu Ihrer Bestellung zu senden.’);

jQuery(‘.wc-block-checkout__form fieldset#shipping-fields p.wc-block-components-checkout-step__description’).text(‘Geben Sie die Adresse ein, an die Ihre Bestellung geliefert werden soll.’);

jQuery(‘.wc-block-checkout__form fieldset#shipping-option .components-notice.is-info .components-notice__content’).text(‘Es sind keine Versandoptionen verfügbar. Bitte überprüfen Sie Ihre Lieferadresse.’);

jQuery(‘.wc-block-checkout__form fieldset#payment-method .wc-block-components-checkout-step__title’).text(‘Zahlungsmöglichkeiten’);

jQuery(‘.wc-block-checkout__form div#order-notes span.wc-block-components-checkbox__label’).text(‘Fügen Sie Ihrer Bestellung eine Notiz hinzu’);

jQuery(‘.botiga-mstepc-wrapper.login .botiga-mstepc-skip-login’).text(‘Login überspringen’);
// jQuery(‘.xoo-wsc-body .xoo-wsc-empty-cart span’).text(‘Ihr Warenkorb ist leer’);
// jQuery(‘.xoo-wsc-body .xoo-wsc-empty-cart a’).text(‘Zurück zum Shop’);
jQuery(‘.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-validation-error p’).text(‘Bitte füllen Sie dieses Feld aus.’);

}, 300);

jQuery(“div#cr_compare_btn1 a”).click(function(){
jQuery(“div#cr_compare1 button.woosc-btn”).click()
return false;
});

});