mickyhulse:
Awesome! Thanks for the help Trinity!!!!
I was able to copy the below code from another template and put it into the tpl_shopping_cart_default.php:
<?php
$one_time = ($show_onetime_charges_description == 'true') ? ('<span>' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br>') : '';
echo $one_time . ((zen_has_product_attributes_values((int) $product['id']) AND $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int) $product['id']);
?>
>
> The above replaced this line:
>
> ```
<?=$product['productsPriceEach']?>
Appears to be working.
Thanks a billion for the help, I greatly appreciate it!
Elemi:
Okay, so moving forward to v1.5.7c - I added this line into my Westminster_New template, and it works - sort of...
I have a lot of attributes, and when it carries the price to the cart, the discounted price shows the base attribute price, not the selected one, in the Price column.... as per the Rose Pot Pourri Blend options in this image 
Which part of the code above do I need to tweak to reflect the actual attribute price being discounted in this column?
The change, captured above is a visual modification, meaning it does not affect the actual price calculated in the cart. There appears to be some other problem with the store whether it is attribute configuration, some database issue, or other price calculation code has been modified. I say this because both at the bottom right and asking the top of the shipping cart is the same price which is the summation of the right side prices.
Suggest beginning an alternate thread so as not to convolute this thread and to also find resolution to your issue.