You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
trying to hack my way through my own checkout progress bar
i have made my images
[IMG]http://www.flickr.com/photos/66294708@N00/188449561[/IMG]
[IMG]http://www.flickr.com/photos/66294708@N00/188449564[/IMG]
[IMG]http://www.flickr.com/photos/66294708@N00/188449563[/IMG]
[IMG]http://www.flickr.com/photos/66294708@N00/188449562[/IMG]
no i just need to know where to insert them within the checkout process to have them show up on the right step of the process
any help would be greatly appreciated.
yes i know ats has a mod, but i want to do my own
someone has the knowledge, someone teach me how to fish
anyone know why my images are not showing up?
Offline
I've just done this.
You need to change the elements:
ste_chkout_pay1.txt
ste_chkout_pay2.txt
ste_chkout_pay3.txt
ste_chkout_pay4.txt
ste_chkout_pay5.txt
To something like:
<table width="100%" align="center" border="0">
<tr valign="top">
<td></td>
<img src="(CGIVAR)images_path(/CGIVAR)/site/pay1.jpg" height="50" width="611" border="0">
</tr>
</table><br>
Obviously putting your own image name and parameters.
Offline