hello hivepress
im reviewing my site, and i noticed that instead of having a book now, it has a request to book, instead of a checkout page. can u help me out with that?
hello hivepress
im reviewing my site, and i noticed that instead of having a book now, it has a request to book, instead of a checkout page. can u help me out with that?
Please edit this listing and un-check the Booking Requests option for it.
hello Ihor,
I’ve done that, and it worked but since I tried to change the name it tells me something went wrong when I try to get to the checkout page again to check the order summary for tests i get error
image for reference Screenshot - aa4e14d331fd0fc4b484303138874af8 - Gyazo
edit: i tried to change that back to the original name for no success
Hi,
Please provide more details on what kind of error is displayed because the screenshot is unclear.
Also, please edit this listing (either on the front-end or back-end) and re-save it, setting the Price. This should generate a hidden product for a listing, and the checkout redirect should be ok.
Alternatively, please refresh the permalink structure in Settings/Permalinks (choose any structure with %postname% if the default one is selected) and check if this issue persists.
hey andrii, it displays no particular error, just says “something went wrong”
is there a possibility to remove the option to accept orders manually from the making a listing page
how do i refresh the permalink. please note i have no previous expirience
Hi,
Please make sure you set up payments correctly, you can check this doc How to start accepting payments - HivePress Help Center
Also, this issue may occur for existing listings added before Marketplace; please edit this listing (either on the front-end or back-end) and re-save it, setting the Price. This should generate a hidden product for a listing, and the checkout redirect should be ok.
Regarding booking requests, please use this PHP snippet (How to add custom code snippets - HivePress Help Center):
add_filter(
'hivepress/v1/forms/listing_update',
function( $form ) {
unset($form['fields']['booking_moderated']);
return $form;
},
1000
);
Hey andrii,
I dont have a gateway as of now, but still i used to be able tovsee the order summary without it, i have changed price for it to be regenerated as noted with no success.
I will add this snippet thank you.
Hi,
Please refresh the permalink structure in Settings/Permalinks (choose any structure with %postname% if the default one is selected) and check if this issue persists.
Also, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.
If this issue persists, please send temporary WP access to support@hivepress.io with details for reproducing this issue and we’ll check it. You can create a temporary access link using this plugin Temporary Login Without Password – WordPress plugin | WordPress.org
hello andrii,
ive set up the perma links to be any to a bunch of ways to include the %postname% with ni success
ive also closed the third party cache plugin- it did have an effect. means i was able to access it for 1 time but second time i tested the checkout page and after it failed for me.
Please send temporary WP access to support@hivepress.io with details for reproducing this issue and we’ll check it. You can create a temporary access link using this plugin Temporary Login Without Password – WordPress plugin | WordPress.org
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.