I am a site owner with very little code writing experience. I know a little html, but that's about it.
I recently had Miva install a dev store with a ready theme and had them install it with all files etc. from the existing store.
The existing store shows the regular price and the sale price. I think I remeber purchasing some kind of module, but I could be wrong, but for years we've been able to show a sale price, which was the price field, and a regular price, which was stored in the cost field. We didn't use the weight field, so we simply used that for the cost (wholesale or what we paid for the item).
On the dev site, that functionality seems to be gone. Anyone have a clue how I can get that back. Someone at Miva who was helping me set it up sent me a little ditty of code that said this should work, but I have no clue where to insert it. She also mentioned that I may need o set up a sales price group>... not sure what that means either.
Here is the code she sent:
<div class="product-price">
Price:
<span id="price-value-additional" style="text-decoration: line-through"></span>
<span id="price-value" class="bold">&mvt:product:formatted_base_price;</span>
<div id="product-discounts">
</div>
</div>
If someone could explain to me where to put the code, and what she means by a sales price group, I'd be very grateful. I asked her, but I think I've already asked too many questions and I sense I've worn out that welcome.
Mike
I recently had Miva install a dev store with a ready theme and had them install it with all files etc. from the existing store.
The existing store shows the regular price and the sale price. I think I remeber purchasing some kind of module, but I could be wrong, but for years we've been able to show a sale price, which was the price field, and a regular price, which was stored in the cost field. We didn't use the weight field, so we simply used that for the cost (wholesale or what we paid for the item).
On the dev site, that functionality seems to be gone. Anyone have a clue how I can get that back. Someone at Miva who was helping me set it up sent me a little ditty of code that said this should work, but I have no clue where to insert it. She also mentioned that I may need o set up a sales price group>... not sure what that means either.
Here is the code she sent:
<div class="product-price">
Price:
<span id="price-value-additional" style="text-decoration: line-through"></span>
<span id="price-value" class="bold">&mvt:product:formatted_base_price;</span>
<div id="product-discounts">
</div>
</div>
If someone could explain to me where to put the code, and what she means by a sales price group, I'd be very grateful. I asked her, but I think I've already asked too many questions and I sense I've worn out that welcome.
Mike
Comment