As a new, separate issue to #5261 the request is similar to that issue where an indicator is added to show whether a field has been rewritten. This will aid in helping a site builder understand why a field in the output, isn't acting the way they expect. Having an indicator that a field is rewritten, gives a visual representation of what the field is actually outputting.
Things to do: - Add a class "views-field-rewritten" to the field link if it is rewritten, similar to how an excluded field has the class "views-field-excluded" to allow custom styling on the link based on the fact that the link is rewritten. - Add a span to house any icons that may be used as a visual indicator
Possible ideas for icons:

[file-contract] [cog] [wrench] [exclamation] [pen-fancy] [paint-brush]
IMO the file-contract makes the most sense out of these, but I'm not sold on any one of them.
If I missed anything, feel free to add it.
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout