Select a product that you like or a product you use. Design a sales presentation/campaign that introduces an idea for the product, or a better way to promote the product. This section should be a minimum of two pages and include the following six suggestions:
1. How you will hook your listener
2. Identify the customer’s key issues
3. Make the recommendation
4. Stress benefits, not features
5. Make the close
6. Respond to objections
Write a one-page formal business letter to your supervisor explaining your campaign.
Write a one-page office memo to your co-workers outlining the campaign.
Include all three writing pieces in one document. Add a conclusion to your document, summing up what you have learned from this writing process. Make sure to include any challenges you faced and/or surprises you encountered.
NEED IN-TEXT CITATIONS FROM THE FOLLOWING REFERENCES:
REFERENCE:
Beebe, S. A., & Mottet, T. P. (2013). Business and professional communication (2nd ed.). Upper Saddle River, NJ: Pearson.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

