Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Topic started by: cass on May 04, 2018, 09:26:13 PM

Title: Problem Print ad
Post by: cass on May 04, 2018, 09:26:13 PM

Estimated when sending to print instead of the list to be printed appears the main page for mobile version.

https://www.buscobarato.cl/en-venta/animales/ejemplo-de-anuncio_i1
Title: Re: Problem Print ad
Post by: cass on May 05, 2018, 09:57:03 PM
solved,

in ..../oc-content/plugins/print_ad/index.php   search

$path = osc_base_url() . 'oc-content/plugins/print_ad/';


and replace with

    $path = osc_ajax_plugin_url('print_ad/');


Best regards