kja
February 12, 2025, 4:41am
1
Hello, it would be great if there were additional settings to upsell features for listing packages based on existing functions within HivePress:
Reviews/Ratings
Opening Hours
Social Links
Messages
Bookings
Requests
Tags
Number of photos per listing
Basically, provide check boxes in the package settings to enable certain features to add value and charge more per package.
This plus the ability to setup automatic renewals for monthly or annual subscriptions would be amazing. Is subscriptions still a consideration?
Aloha Ken !
This is what I am doing. Actually more a hack than anything else.
Read this :
Hello,
I wanted to pass along the context of the packages to my pages, so I could add some extra features is current user has ‘subscribed’ to such or such package.
I saw there was a need for that, in the forum, here and there but no solution provided.
So here it is @mry_darling , @majesticnationinfo
function add_custom_body_class_for_package($classes) {
// Get current user
$current_user = wp_get_current_user();
global $wpdb;
//get package name (if any) for given user connected (user_id…
And this :
Sorry to revive an old post , but I found out my SQL query was not correct. Well, it was correct (or good enough) when I had only two packages (including the free one).
But now I have 3 packages (including the “free” one).
The paying packages are “premium” and “pro”. Pro is better than premium, meaning it gives user access to extra features not available in the premium package.
But the sql query will show in the body tag classes premium-pack pro-pack, even if the user only subscribed to premiu…
Cheers !
andrii
February 13, 2025, 11:33am
4
Hi,
Thank you for your feedback, we will consider adding such features. As for subscriptions, yes, we plan to add this feature in the first or second quarter of this year.
1 Like
kja
February 15, 2025, 8:29pm
5
Thanks for sharing this @condorito.fr !
system
Closed
March 17, 2025, 8:30pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.