Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ghulam Ali

    (@ghulamali2612)

    This is not answer of my question.

    Let me show you what actually i want

    when customer hit paypal button it is redirection me to thankyou page but that’s not my need i wnat to redirect him to their registration which he receives on the email.

    customer clicked on the paypal button purchased the product after successfull purchasing he/she receives email of the registration link. currently this is happend.

    What i want is

    customer hit paypal button purchased the product after successfull purchasing he/she will be redirected to the registration link which he/she will receives on the email. Without opening email and click on the registration link he will redirected to the registration page after success payment.

    Thread Starter Ghulam Ali

    (@ghulamali2612)

    Hi thank you for your response.

    Actually when customer click on paypal button for payment I have added redirect link to thankyou page. But my client wants when customer pay with paypal then it will redirected to their registration link not thank you page. currently its send registration link via email to customer after successfull payment its fine but I need modification that after payment customer return url will be registration link not thankyou page. I hope you can understand!

    simple solution add this css into your stylesheet
    .entry-meta{
    display: none;
    }

    Forum: Hacks
    In reply to: Get Menus title
    Thread Starter Ghulam Ali

    (@ghulamali2612)

    sorry i forgot to add query this is my query
    SELECT
    wp.ID,
    wp.post_title,
    wp.post_type,
    wp.post_name
    FROM “.$prefix.”posts AS wp
    WHERE wp.post_status = ‘publish’
    AND post_type = ‘nav_menu_item’
    ORDER BY wp.post_type desc”,ARRAY_A

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