![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 38990
Website URL: http://halloweencostumesfor2012.com URL to Page :http://halloweencostumesfor2012.com/...6200006197377/ the details, not the image, show up in duplicate on the product detail page. <!-- Single Product --> <div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank" rel="nofollow"> </a> </div> </div> <div class="rc"> <h2><a href="[product.url direct='0']" title="[product.name]" target="_blank" rel="nofollow">[product.name]</a></h2><div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank"> [product.image tag='1' direct='1'] </a> </div> </div> <div class="rc"> <h2><a href="[product.url direct='0']" title="[product.name]" target="_blank">[product.name]</a></h2> <p class="desc">[product.description]</p> <div class="prc">[product.currency mode='sign'][product.price]</div> <div class="btns"> <a href="[product.url]" class="dfbutton dforange dflarge" title="Buy this product">Buy</a> </div> </div> <div class="clearingdiv"> </div> </div> <p class="desc">[product.description]</p> <!--<div> [product.each_tag]<?php if($nn>1){echo ', ';}?><a href="[tag.link]"><?php echo str_replace("-"," ",$tag->name);?></a>[product.end] </div> --> <div class="prc">[product.currency mode="sign"][product.price]</div> <div class="btns"> <a href="[product.url]" class="dfbutton dforange dflarge" title="Buy this product" target="_blank" rel="nofollow">Buy</a> </div> </div> <div class="clearingdiv"> </div> </div> <!-- /Single Product --> |
#2
|
||||
|
||||
![]() Hi
That's because you have the same code twice. Try this: HTML Code:
<!-- Single Product --> <div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank" rel="nofollow"> </a> </div> </div> <div class="rc"> <h2> <a href="[product.url direct='0']" title="[product.name]" target="_blank" rel="nofollow">[product.name]</a> </h2> <div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank"> [product.image tag='1' direct='1'] </a> </div> </div> <div class="rc"> <h2> <a href="[product.url direct='0']" title="[product.name]" target="_blank">[product.name]</a> </h2> <p class="desc"> [product.description] </p> <div class="prc"> [product.currency mode='sign'][product.price] </div> <div class="btns"> <a href="[product.url]" class="dfbutton dforange dflarge" title="Buy this product">Buy</a> </div> </div> <div class="clearingdiv"> </div> </div> </div> <div class="clearingdiv"> </div> </div> <!-- /Single Product -->
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() that was it, thank you
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help getting product detail pages to show...URL settings issue? | jenng22 | Problems | 4 | June 18th, 2012 03:37 PM |
Image sizes on Product Detail pages | meperez | Questions | 1 | August 26th, 2011 07:16 PM |
URGENT: product detail pages not directing to merchant website | patagonia | Problems | 2 | June 9th, 2011 12:59 PM |
Video or HTML in Product Detail Pages? | nicole117516 | Questions | 1 | March 30th, 2011 07:39 PM |
how do i make the category and product detail pages use a particular page template | grooves1200 | Questions | 2 | February 27th, 2011 10:12 AM |