Without an example it's difficult to understand the pricing issue.
Yes, the price line can be hidden.
Without an example it's difficult to understand the pricing issue.
Yes, the price line can be hidden.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Here's a screenshot of what I'm talking about. There are other items below the first one that have the same price as the tank, but I couldn't squeeze them in.
Here's the problem in your template includes/modules/also_purchased_products.php...
<div class="productbox-bg-left"><div class="productbox-bg-right">
<div class="columnar-product-info"><div class="columnar-product-img"><a href="YOUR WEBSITE HERE"><img src="images/ProSeries.jpg" alt="BF-2005 - 1/2 hp 20 gallon per minute submersible pump 115Volt" title=" BF-2005 - 1/2 hp 20 gallon per minute submersible pump 115Volt " width="100" height="136"></a></div><div class="product-box-name"><a href="http://shop.pumpsandtanks.com/index.php?main_page=product_info&cPath=&products_id=203">BF-2005 - 1/2 hp 20 gallon per minute su...</a></div>
<span class="central-boxes-price">Price: </span>$136.15
<br><div class="detail-button"><a class="detail-link" href="YOUR WEBSITE HERE">Details</a></div>
<div class="clearBoth"></div>
</div>
</div></div>
<div class="productbox-bottom-left"><div class="productbox-bottom-right"></div></div>
</div>
Someone has added the price code incorrectly, if you switch back to the classic template you should see this working correctly.
Solutions...
1. Replace the incorrect pricing code with the correct one.
- the current code finds the secondary product but does not return the secondary product price from the SQL query
2. Replace also_purchased_products.php with the template default.
- formatting may be lost
3. Hide the line of code above.
- although this solves the problem, the correct price may help upsells
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Thanks Twitchtoo; since this is all greek to me, I'll forward it to my Guru in Portugal who speaks PHP.