Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to replace this line:

    
       return Pektsekye_YMM()->getPluginUrl() . 'ymm_ajax.php';
    

    with:

    
       return '';
    

    in the file:
    wp-content/plugins/ymm-search/Block/Selector.php

    Stanislav

    Thread Starter paratal

    (@paratal)

    public function getSelectedValues()
    {
    $selectedParams = $this->getSelectedParameters();
    if ($selectedParams){
    return $selectedParams;
    }

    $selectedCookie = $this->getSelectedCookie();
    if (count($selectedCookie) > 0 && !empty($selectedCookie[‘vehicle’])){
    return explode(‘,’, $selectedCookie[‘vehicle’]);
    }

    //return null;
    return Pektsekye_YMM()->getPluginUrl() . ‘ymm_ajax.php’;
    }

    when return value change, module, year dropbox active and show make data.
    not working.

    Thread Starter paratal

    (@paratal)

    Failed to load resource: the server responded with a status of 403 ()
    jquery.min.js?ver=3.5.1:2

    GET https://smgspeed.com/beta/wp-content/plugins/ymm-search/ymm_ajax.php?action=ymm_selector_fetch&cId=0&values%5B%5D=Dodge%20Challenger 403
    show this error. when make value select.

    • This reply was modified 5 years, 1 month ago by paratal.
    Thread Starter paratal

    (@paratal)

    Thank You… It is working…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘ymm search not working’ is closed to new replies.