Cannot edit pro-site checkout page

Hi,

In reference of this thread, https://wpmudev.com/forums/topic/why-can-i-not-edit-the-checkout-page#post-760070

I cannot modify my pro-site page. I see it if I go to website.com/prosite, but if I go there from one of my site dashboard to buy an upgrade I am redirected to website.com/prosite/?bid=29 even if pretty permalink is enabled.

I’ve tryed this with my theme disabled, I’ve trashed the page a couple of time to try different combination, didn’t find the solution yet :slight_smile:

Many thanks

Francois

  • Vinod Dalvi
    • WP Unicorn

    Hi Francois,

    I hope you are well today and thank you for your question.

    It seems the content added in the pro site page gets displayed on siteweb/prosite/ but it doesn’t display on the page siteweb/prosite/?bid=67

    To also display the content on the page siteweb/prosite/?bid=67 try changing the code from the following Pro Sites plugin file on line number 1323

    Pro Sites plugin file :

    pro-sites/pro-sites-files/gateways/gateway-paypal-express-pro.php

    Before Editing :

    if ( is_pro_site($blog_id) || $psts->errors->get_error_message('coupon') )
    $content = '';

    After Editing :

    if ( $psts->errors->get_error_message('coupon') )
    $content = '';

    Note: You are making changes in the plugin file and these changes will be overwritten and lost when you update the plugin and you will have to make these again after plugin updation.

    Best Regards,

    Vinod Dalvi

  • François Grenier
    • Site Builder, Child of Zeus

    Hi Vinod,

    Thanks for the answer.

    It did enabled the page to appear (still on bid=67) but I see the modifications I made.

    But,

    Now I have to line of error in my websites dashboard that do not have a pro site plan (does that do get a message to buy a membership not to loose their account)

    Warning: Cannot modify header information – headers already sent by (output started at /home/website/public_html/wp-content/plugins/pro-sites/pro-sites-files/gateways/gateway-paypal-express-pro.php:1) in /home/webautonaume/public_html/wp-includes/option.php on line 750

    Warning: Cannot modify header information – headers already sent by (output started at /home/website/public_html/wp-content/plugins/pro-sites/pro-sites-files/gateways/gateway-paypal-express-pro.php:1) in /home/webautonaume/public_html/wp-includes/option.php on line 751

    Waiting for some news

    Frank

  • Vinod Dalvi
    • WP Unicorn

    Hi Frank,

    I have changed my previous reply so please try doing as stated in my previous reply.

    If still face the issue then please tell me whether you have set wp debug on and share me the screenshots or page links where you are getting these Warning messages and issues so that i can troubleshoot it.

    Regards,

    Vinod Dalvi

  • Vinod Dalvi
    • WP Unicorn

    Hi Frank,

    I still can’t reproduce the warning messages on my test site after making changes.

    I have also tested it on your site but didn’t find it.

    Have you reverted the changes you have made on your site?

    You didn’t answer my question that whether you have set wp debug on?

    The intention of sharing the screenshots was to see where exactly the warning messages are displaying but you have shared only the screenshot of warning messages which didn’t help me.

    Could you please share me the screenshots of whole pages where the warning messages are displaying?

    Regards,

    Vinod Dalvi

  • François Grenier
    • Site Builder, Child of Zeus

    Hi Dalvi,

    I’ve made the changes you asked me, I took the screenshot then I switched back the changes to somthing that ”work”.

    I didn’t know that I should had left my site with shuch errors on.

    And I’ve put the debug at True but it didn’t gave any new information. The errors message (in gray) where on the top of my site dashboard, but I could still work with the site. The other (in where) was taken after proceeding to the checkout with the paypal button, it was the only text line avilable, the page didn’t work.

    Now, I don’t like being told in that way that I didn’t acted as you expected. I’ll enjoy a little more my support experience if you ask me what you need, and be a little more precise about it.

  • Vinod Dalvi
    • WP Unicorn

    Hi Frank,

    I don’t want you to retain the changes if it’s producing issue for it but as i couldn’t reproduce the issue on my test site therefore i want to get more information about so that i can reproduce it and help you to fix it.

    The screenshots of whole pages where the warning messages are displaying will help me a bit to reproduce it so please try to share it if you can.

    Do you have any development site where we can see the issue?

    Regards,

    Vinod Dalvi