+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Add options at the end of adding listing

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248

    Add options at the end of adding listing

    Hello,

    After step upload image, payment, then we have a text saying that your ads have been posted.
    How do I add 2 options at this text step?
    - You can view this listing here: link ( target _blank )
    - You can upgrade this listing to feature: link ( target _blank )

  2. #2
    Have you looked at the email templates?

  3. #3
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Hello Joe, I looked

    Its not in the email template. I think it's in template file and I still need a proper code to pull these url for correspondent listing.

  4. #4
    Basically, you want the same buttons found on a User's "My Listing" account page, shown below?

    Untitled.png
    Last edited by Joe Can; June 18, 2021 at 12:34 PM.

  5. #5
    I took some time to look at the email templates I mentioned above.

    Most of the templates do have links for the user to click to manage their listing, highlighted in red below

    ..............................Flynax Demo - Email Examples..............................

    Example #1:

    - Key: free_active_listing_created
    - Subject: Your ad posted on {site_name}
    - Body:

    Hello {name},

    You have successfully added a new listing to {site_name}; the listing is active and can be
    managed in terms of adding pictures or videos and updating other details.

    You may follow the link below to view the listing details:

    {link}
    .................................................. ..................................................

    Example #2:

    - Key: listing_activated
    - Subject: Your ad activated at {site_name}
    - Body:

    Hello {name},

    Your listing has been activated at {site_name}.
    You may follow the link below to view the listing details:

    {link}
    .................................................. ..................................................

    Example #3:

    - Key: cron_listing_pre_expired
    - Subject: Your listing at {site_name} is about to expire
    - Body:

    Dear {username},

    Your listing will expire in {days} days ({expire_date}).
    Please log in to {site_name} to upgrade your listing plan, or use the link below to upgrade it:

    {renew_link}

    Please follow the link to view your listing details:

    {details_link}
    ______________________________________
    Thank you,
    {site_name} Administration

  6. #6
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Hi Joe,

    Thanks for taking the time. But I didn't mean the email sent to the user. When you in the process of posting a new listing, once u finished the final step, the website will show a screen where it tell you the listing has been posted. I want to ads the option right at that finalize screen. Not in the email.

  7. #7
    It may be a customization from Flynax?

    Why can't the user just go to their "My Listings" page?

  8. #8
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    The answer to that question from memory has already been solved here, try a search but I think on the "your listing has been posted" message they added a link to view the posted listing?
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  9. #9
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Quote Originally Posted by Joe Can View Post
    It may be a customization from Flynax?

    Why can't the user just go to their "My Listings" page?
    It's a suggestive point. Some users would be more persuasive to click on those links and make the upgrade, when they see it right after they finished posting. It's a better chance than hoping they would then go to "My listings" page.

    Quote Originally Posted by Pete Young View Post
    The answer to that question from memory has already been solved here, try a search but I think on the "your listing has been posted" message they added a link to view the posted listing?
    Thank you Pete. I will try it after work

  10. #10
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    I found the file to be in template > controllers > add_listings > step_done.tpl
    All I need is the url to upgrade listing to feature. Rudi, can you help me? I check on email template but all I have is {renew_link}, this variant is used in both renew listing, and renew feature. So I think it's not correct.

    I wanna add something extra here like:
    <a class="link" href="{$upgrade_featured}">Upgrade this listing to featured</a>

+ Reply to Thread