How to customize request page

Hi.

I want to customize this request page.

I’ve already implemented hivepress/v1/forms/listing_buy.
But I don’t know this request page’s hook.

please teach me this page’s hook.

Hi,

You can customize this page in two ways:

  1. Overriding template parts How to override template parts - HivePress Help Center

  2. Create a PHP snippet using this hook hivepress/v1/templates/request_view_page

Also, you can view all hooks via this link Home | HivePress Hook Reference

P.S. If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.

Thank you for your help.

I apologize to you.
I can’t find hook.

I want to remove to “make an offer” button.

I can remove to "buy now " button in listing buy.

What name “make an offer” button’s hook?

Hi,

You can use this CSS snippet:


.hp-listing__action--offer {
display: none;
}

However, please note that in this case, requests will not be able to receive offers, and without the buy now button, it will be impossible to buy (in this case, it is easier to disable the Marketplace extension).

P.S. If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.

Thank you.

Please help me more a little.

I’ve written to code that below image.

So I could remove “Buy now” button only vendor in listing buy.

Like the same, I want to remove “Make an Offer” button only subscriber user.

Can I do such?

Hi,

Sorry for the inconvenience, but customization is beyond our support scope - it includes fixing bugs and guidance about the available features Support Policy | HivePress

If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.