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)
-   -   Call to action via welcome.jpg link (https://forum.x-cart.com/showthread.php?t=34232)

Aqua 09-28-2007 07:44 AM

Call to action via welcome.jpg link
 
I'd like to revise the welcome.jpg graphic and add a special offer (such as a free hat with any order). Then, link the jpg to a checkout page with the item already in the cart.

So here are my quesitons:
[1] In what file do I add the <a href> link to cause the jpg to become a link?
[2] Without the prospect actually going through the product detail page, how can I add a specific item in the link that takes them directly to checkout?
[3] If it's not possible to load an item in the cart without selecting the product detail "Add to cart" perhaps the link could direct them to a special offer.

I've recently heard that conversion is 30% higher when the home page graphic is tied to a special deal that takes the prospect directly to the cart.

Any and all suggestions are welcomed.

Thanks,

Rex

balinor 09-28-2007 07:54 AM

Re: Call to action via welcome.jpg link
 
Use webmaster mod to find where the graphic is, probably customer/main/welcome.tpl

To get an add to cart link, go to the product you want in the admin area and use the 'generate html links' button.

Aqua 09-28-2007 08:18 AM

Re: Call to action via welcome.jpg link
 
I appreciate your help balinor!

Where would I add the <a href="x"></a> url in this code:

<img src="{$ImagesDir}/customer_images/welcome.jpg" width="583" height="262" alt="Sportfishing shirt and wading pant by Aqua Design" />

Thanks,

Rex

balinor 09-28-2007 08:34 AM

Re: Call to action via welcome.jpg link
 
<a href="x"><img src="{$ImagesDir}/customer_images/welcome.jpg" width="583" height="262" alt="Sportfishing shirt and wading pant by Aqua Design" border="0" /></a>

Be sure and add the border="0" part or you'll get a border around the image.

Aqua 09-28-2007 12:43 PM

Re: Call to action via welcome.jpg link
 
Many thanks!


All times are GMT -8. The time now is 11:13 PM.

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