Viewing 4 Topics - 46 through 49 (of 49 total)
Author Posts
December 4, 2013 at 7:41 pm 13295
Tareq Hasan Tareq Hasan

So, you will remove all the changes you did in the subscriptions.php and only replace
return __( 'You must purchase a pack before posting', 'wpuf' ); with return apply_filters( 'wpuf_pack_notice', __( 'You must purchase a pack before posting', 'wpuf' ) );

Now, put the 2nd snippet in your themes functions.php. I’ve given you 2 sample sentance in that 2nd snippet for logged in and logged out users. Modify them and insert your own sentence and customisations. Makes sense?

Update: to your last question, you can’t identify the user if they purchased any pack previously.

December 4, 2013 at 7:48 pm 13296
TeeDev TeeDev

Thanks again Tareq and I have already done this and it seems to work! Thanks for your help and sorry for nagging.

Now the final problem I’m noticing is the one I just mentioned. We have 3 packages

FREE – 1 post, 1 day
Standard – 2 posts, 30 days
Premium – 5 posts, 90 days

However, the FREE posts is causing a problem as its only letting people but this package once. Why is this? If they have ordered a package they can’t order it again after?

December 4, 2013 at 7:56 pm 13298
Tareq Hasan Tareq Hasan

Yes, they can only order a free package once. Otherwise users can use the
free package multiple times a day and abuse the package system 😉

December 4, 2013 at 8:02 pm 13302
TeeDev TeeDev

Is there anyway for me to set it so they can reorder a free package only after an existing free package order has expired?

Viewing 4 Topics - 46 through 49 (of 49 total)