my site
http://www.miinspirations.com/index.php?main_page=index
On the home page there is a box containing featured products however it refuses to change their prices or images.
I go in and just change the price and it wont update.
Idk if this is a different code or what but i need some help.
If there is any way to get this to change i will be great full.
This is a template a friend emailed to me and he is gone for a month so im trying to figure it out.
i found it in the source code.
<div class="carousel-box">
<a class="prev"></a>
<a class="next"></a>
<div class="inner">
<div class="carousel">
<ul>
<li>
<div class="img">
<a href="index.php?main_page=product_info&cPath=3&products_id=1"><img src="includes/templates/theme475/images/01.jpg" alt="" width="188" height="216" /></a> </div>
<div class="prod-info">
<a href="index.php?main_page=product_info&cPath=3&products_id=1">Double Heart Diamond Accent Pendant in 14k Gold</a> </div>
<div class="wrapper">
<div class="price">
$299.00 </div>
<div class="button">
<a href="index.php?main_page=product_info&cPath=3&products_id=1"><img src="includes/templates/theme475/buttons/english/button_goto_prod_details.gif" alt="" width="40" height="15" /></a> </div>
</div>
</li>
but i dont know where to change what its showing and how its getting it.


Reply With Quote


