|
i deleted the products in question and re-added them… that seems to have done the trick for both the catalog and mini-cart.
still having problems with the images showing in the cart. is line 73 of template/checkout/cart.phtml the culprit? was there a change here in the latest version?
<img src="<?=$this->getItemImageUrl($_item)?>" alt="<?=$this->htmlEscape($this->getItemName($_item))?>" width="75"/>
if so, what do i need to change… or set up differently? (if anything)
also, i noticed the pricing attribute was missing as i was setting up the product… was able to fix it like this:
went to Catalog>Attributes>Manage Attributes>Price…
then highlighted “Simple Product” (appropriate for my situation)
The price tab then showed up under Product Information
|