Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    1. Open {root}/wp-content/plugins/advanced-classifieds-and-directory-pro/public/class-acadp-public.php

    2. Find the line,

    add_rewrite_rule( “$link/promote/([0-9]{1,})/?$”, ‘index.php?page_id=’.$id.’&acadp_action=promote&acadp_order=$matches[1]’, ‘top’ );

    3. Replace it as,

    add_rewrite_rule( “$link/promote/([0-9]{1,})/?$”, ‘index.php?page_id=’.$id.’&acadp_action=promote&acadp_listing=$matches[1]’, ‘top’ );

    4. Save the changes and try now.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem when do checkout to promote listing’ is closed to new replies.