![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi Eric,
I have tried to add my custom buttons. However, due to me being a novice, i'm doing something which is messing things up. Below is the code with the default buttons, highlited in red is the code i need to change <!-- Single Product --> <div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank"> [product.image tag='1'] </a> <div class="btns"> <div>[product.currency mode="sign"][product.price]</div> <a href="[product.url]" class="dfbutton dfblue dflarge dfrounded" title="Buy this product" target="_blank">Buy</a> </div> </div> </div> <div class="rc"> <h3><a href="[product.url direct='0']" title="[product.name]" target="_blank">[product.name]</a></h3> <p class="desc">[product.description cut='75 words']</p> <div> </div> </div> <div class="clearingdiv"> </div> </div> <!-- /Single Product --> This is what i have changed it to which messes with the CSS i think. I know what i'm doing is incorrect, but what is it? <!-- Single Product --> <div class="sp"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank"> [product.image tag='1'] </a> <div class="btns"> <div>[product.currency mode="sign"][product.price]</div> <a href="[product.url]"><img src="http://www.freakfish.co.uk/images/button_buy_now_large.jpg" title="Buy this product" target="_blank">Buy</a> </div> </div> </div> <div class="rc"> <h3><a href="[product.url direct='0']" title="[product.name]" target="_blank">[product.name]</a></h3> <p class="desc">[product.description cut='75 words']</p> <div> </div> </div> <div class="clearingdiv"> </div> </div> <!-- /Single Product --> |
#2
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Sorry
<a href="[product.url]"><img src="http://www.rideonsurfshop.co.uk/images/button_buy_now_large.jpg" title="Buy this product" target="_blank">Buy</a> |
#4
|
||||
|
||||
![]() Hi
This should do the trick: HTML Code:
<a href="[product.url]" title="Buy this product"> <img src="http://www.rideonsurfshop.co.uk/images/button_buy_now_large.jpg" alt="Buy this product" target="_blank" /> </a>
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() That worked great
http://rideonsurfshop.co.uk/store/sn...7200197925771/ I'm trying to update the category buttons now. http://rideonsurfshop.co.uk/store/ca.../snorkel-sets/ The detail button is only showing, here's the code. <a href="[product.link]" title="View details of [product.name]"><img src="http://www.rideonsurfshop.co.uk/images/button_details.gif"></a> <a href="[product.url direct='0']" title="Buy [product.name]"<img src="http://www.rideonsurfshop.co.uk/images/button_buy_now_large.gif" alt="Buy this product"></a> My dodgy code again? lol |
#6
|
||||
|
||||
![]() You are missing a closing ">" on the second <a> tag.
__________________
![]() ![]() ![]() ![]() |
#7
|
|||
|
|||
![]() Sorry if im being thick again
Isnt it closed off? <a href="[product.url direct='0']" title="Buy [product.name]"<img src="http://www.rideonsurfshop.co.uk/images/button_buy_now_large.gif" alt="Buy this product"></a> |
#8
|
||||
|
||||
![]() <a href="[product.url direct='0']" title="Buy [product.name]"><img src="http://www.rideonsurfshop.co.uk/images/button_buy_now_large.gif" alt="Buy this product"></a>
__________________
![]() ![]() ![]() ![]() |
#9
|
|||
|
|||
![]() Cheers Eric as ever, most appreciated.
I really admire you, putting up with me sometimes! ![]() Thanks again |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Customizing buy buttons and custom CSS disappears after upgrading to v3? | hexagon85 | Upgrading from V1 to V3 | 10 | March 11th, 2011 11:32 AM |