D.Price
1.Retail price (how was this determined? Estimate cost of goods sold and distribution costs, and compare to competitors prices.) Numbers should be estimated (and explained)- Not made up!
2.Middlemen discounts or markups / Wholesale price / Relate to distribution methods – How is the distribution paid for? Be sure to explain price you sell to wholesaler, price to retailer and retail price.
3.Is the retail price a price that consumers are willing to pay? (Relate to per capita income, competition)
———-
Added on 19.04.2016 14:42
The files I have attached are the previous reports and I need my section \”Price\” to be well integrated using those 2 reports I\”ve given you
One more thing.. I have to come up with a new price by putting into consideration the wholesaler .. including price mark ups
and lastly please try to use public sources and not pdfs
Instruction files
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 });

