Is there hook code to link to a custom Packages Page from the Listings instead of going straight to checkout?
Hi,
Could you please clarify which action or link should redirect users to the Packages page?
It would be helpful if you could describe the expected behavior in a bit more detail. Once we better understand the desired flow, we’ll be happy to assist.
The ★ Feature link in a user’s listing
Thanks for the details.
If you’re using the Paid Listings extension, that feature icon doesn’t represent a package, it’s a link to purchase the product configured in HivePress > Settings > Listings > Featuring. Essentially, it’s a fixed fee for featuring a single listing.
If you want to redirect that icon to a custom packages page and change the link, you can do this through template customization using a child theme. The template parts you’ll need to override are:
hivepress-paid-listings/templates/listing/edit/page/listing-feature-link.phphivepress-paid-listings/templates/listing/edit/block/listing-feature-link.php
Here’s the documentation on how to override template parts: How to override template parts - HivePress Help Center
Once you’ve overridden the template, you can enter any URL you’d like.
P.S. I’d recommend considering the Memberships extension instead, as it’s the modern replacement for Paid Listings. With Memberships, when vendors feature listings, they actually get to choose from your plans, which gives you much more control and flexibility over your monetization strategy.