• Resolved L3n1n

    (@utipusichka)


    If you have a problem in console: ?admin-ajax.php 404 (Not Found)?

    There is a simple solution:

    – Edit file woo-update-variations-in-cart-ck.php
    – 264 line:

    var baseUrl = document.location.origin;

    – Replace with:

    var baseUrl = '<?php echo bloginfo('url'); ?>';

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘admin-ajax.php 404 (Not Found)’ is closed to new replies.