• Resolved steplab

    (@steplab)


    Inside setting if I uncheck “Pay before entering Ad details” : “Check to ask for payment before entering Ad details. Uncheck if you want users to pay for Ads at the end of the process, after images have been uploaded.” and save the settings.

    I expect payment method is showing at the end of Place Ad page, so need to display payment method after preview ad and after ad details so at the end of the process and not at the first step.

    Inside Place Ad page, inside the first step payments method is still showing also if I uncheck the setting.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author AWP Classifieds Team

    (@awpcp)

    Hi @steplab,

    Sorry that you ran into issues here!

    Often times after you change a setting like that, which changes the page output, we find that you need to flush the cache on both sides completely to see the change.

    If you don’t flush the cache after that operation, you’ll be seeing old data on your browser.

    We recommend clearing the server cache, if you have one (which is found either in your hosting settings or on your plugin settings for things like WP Super Cache and W3TC if you have them installed), as well as your client browser cache.

    The best way to get uncached data on your browser is to use a Private browsing window or Incognito mode (depending on your browser). That ensures you’re seeing the latest, correct data.

    Try that and see if it helps. If not, Can you tell me a bit more?
    – What version of WP are you running here?
    – What exact version of AWPCP? (number, please)
    – Have you tried a conflict test? Here is an article about how to test for theme and plugin conflicts with AWPCP, which may help pinpoint the issue: http://awpcp.com/forum/faq/how-to-test-for-plugintheme-conflicts/

    Please let me know.

    Thread Starter steplab

    (@steplab)

    Tried to flush cache etc, but payment term selection is still showing on first page before entering ad details.
    WP 4.9.9
    AWPCP 3.9.5
    I see the option is saved ‘pay-before-place-ad’ as string ‘0’.

    Thread Starter steplab

    (@steplab)

    UNCHECK [ ] “Pay before entering Ad details” : “Check to ask for payment before entering Ad details. Uncheck if you want users to pay for Ads at the end of the process, after images have been uploaded.”

    Inside template \frontend\templates\page-place-ad-order-step.tpl.php
    I see $skip_payment_term_selection is false and ‘pay-before-place-ad’ = ‘0’

    This script:

    
    echo $payments->render_payment_terms_form_field( $transaction, $table, $form_errors );
    

    Must be at the end of the process, so after ad details, not after category on first step.

    Must ask for payment terms AFTER users enter ad details, so at the end of the process.

    Plugin Author AWP Classifieds Team

    (@awpcp)

    Hi @steplab,

    I think we’ll need to check this on our 4.0 release, which is coming soon. Contact us here with a link to the forum thread: http://awpcp.com/contact/

    Thread Starter steplab

    (@steplab)

    I installed the version 4.0, thanks.
    But if I uncheck:
    “Pay before entering Ad details” : “Check to ask for payment before entering Ad details. Uncheck if you want users to pay for Ads at the end of the process, after images have been uploaded.”

    “Place Ad” page is different. But “Payment term selection” instead to go at the end of the Place Ad process after ad details after images upload, is still showing on first step after category.

    I need to display payment term selection AFTER entering Ad details. How to do it?

    Plugin Author AWP Classifieds Team

    (@awpcp)

    Hi @steplab,

    When AWPCP inputs data for an ad, we need to know some info about that ad and what we can do. In order for us to get the most accurate picture, we have to ask about the payment plan (fee plan) first, which is what drives features (for example, fee plans are based on image counts–how many images can we allow them to upload?)

    So we ask about fee plan choice up front, but we get the payment at the end. That’s what the setting supports for now. It’s hard to do it any other way, unfortunately.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Settings “Pay before entering Ad details” issue’ is closed to new replies.