X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Couple of Template edits (https://forum.x-cart.com/showthread.php?t=42477)

ibit-matt 09-30-2008 11:31 AM

Re: Couple of Template edits
 
Right I am trying to move the more details links next to the buy now link.

this is the code for the more details link which is in the /customer/main/products.tpl

Code:

<a href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}" style="TEXT-DECORATION: underline;">{$lng.lbl_see_details}</a>

Where do I move this code so its next to the buy now button

ibit-matt 10-02-2008 02:04 PM

Re: Couple of Template edits
 
Can anyone help please :-)

ibit-matt 10-05-2008 04:42 AM

Re: Couple of Template edits
 
Anyone please :-)

ARW VISIONS 10-05-2008 08:10 AM

Re: Couple of Template edits
 
Open skin1/customer/main/buy_now.tpl.

Find this line.

<td>{include file="submit_wo_js.tpl" value=$lng.lbl_buy_now}</td>
{/if}

Add this after it.

<td style="padding-left: 20px;"><a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}">{$lng.lbl_see_details}</a>
</td>

ibit-matt 10-05-2008 10:17 AM

Re: Couple of Template edits
 
Thank you very much Ashley. How do I go about changing the look of the link so it looks like the by now button?

ARW VISIONS 10-05-2008 10:57 AM

Re: Couple of Template edits
 
create a table around the link with the same images as the buy now button.

ibit-matt 10-08-2008 11:49 AM

Re: Couple of Template edits
 
HI there Ashley I have been trying to get the images to show around the more info link

This is the code I have

Code:

<td></td>
    <td><a href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{$lng.lbl_see_details}</a></td>
    <td></td>


I have been adding some style tags to the td tags to add the images but its not working

can you help me please

ibit-matt 10-18-2008 10:40 AM

Re: Couple of Template edits
 
Can anyone help me please

ibit-matt 10-19-2008 10:06 AM

Re: Couple of Template edits
 
If anyone could help me out with this please I would really appreciate it :-)

ARW VISIONS 10-19-2008 10:09 AM

Re: Couple of Template edits
 
post your URL and I'll take a look.


All times are GMT -8. The time now is 12:12 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.