*

cass

  • ***
  • 48 posts
Problem Print ad
« 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

Marked as best answer by frosticek on December 07, 2018, 06:24:45 PM
*

cass

  • ***
  • 48 posts
Re: Problem Print ad
« Reply #1 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