Advertisement:

Author Topic: [SOLVED] Post Publishing Make Premium Screen - Hide or Improve  (Read 1276 times)

richieboymx

  • Full Member
  • ***
  • Posts: 110
[SOLVED] Post Publishing Make Premium Screen - Hide or Improve
« on: October 31, 2014, 06:53:04 pm »
Hello to all the community,

I'm looking for any advice, suggestions or tips to achieve any of the following tweaks or improvements. I have enabled validation for all listings (even logged users), so when a new listing is published:

- It takes the user to the "Make Premium" screen, however it doesn't tell the user that the listing has been successfully created and it’s just waiting for validation on their Inbox. This can lead to create duplicate listings, until users check their Inbox (If they don't wish to pay for Premium) and realize they have to validate it first. So...
    a) Is it possible to add a warning and/or visible text to the "Make Premium" page that says something like "Your listing has been created successfully and it's waiting for validation on your email inbox"
    b) Additionally, is it possible to add link or button that says "cancel" or "go back" or "return" so users can go back to the main screen or the last page they were at before publishing the new ad?
    c) Is it possible to delay the email notification sent to Make Premium after xx days and not send it immediately along with the validation email?

If any of the above is not possible or is too complicated, then...

    a) Is it possible to hide or dismiss the Make Premium page after publishing a new Ad? If so, can the email Notification be delayed or sent right after the user has validated the ad?

Thanks in advance. Looking forward for any of your expertise and feedback.  ;D

Regards,

Ricardo A.
« Last Edit: February 24, 2015, 08:39:36 pm by ramutio »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Post Publishing Make Premium Screen - Hide or Improve
« Reply #1 on: October 31, 2014, 07:30:52 pm »
Hi,

You told me on another thread you're using Sofia theme. Given the fact that that "Make Premium" page is not Osclass standard and seems to be added by your theme, you should ask these questions directly to the theme developer.

Regards

richieboymx

  • Full Member
  • ***
  • Posts: 110
Re: Post Publishing Make Premium Screen - Hide or Improve
« Reply #2 on: October 31, 2014, 08:35:22 pm »
Got it, Theme... not Plugin. Thanks.

But how about the email notification sent? ({WEB_TITLE} - Publish option for your ad: {ITEM_TITLE})

Can this be modified to be sent after ad validation, or perhaps delay it a couple of days?

Regards,

Ricardo A.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Post Publishing Make Premium Screen - Hide or Improve
« Reply #3 on: October 31, 2014, 08:44:40 pm »
Better figure out first how the whole mechanism will be, altough I can tell you right now that I can't see any easy solution if you were to need that delay... :(

Regards

richieboymx

  • Full Member
  • ***
  • Posts: 110
Re: Post Publishing Make Premium Screen - Hide or Improve
« Reply #4 on: February 24, 2015, 08:39:13 pm »
I solved this by changing
Code: [Select]
if($premium_fee>0) { to
Code: [Select]
if($premium_fee<0) { on the index.php file; this way the Make Premium screen is not displayed after a user publishes a new ad.