I trayed to change the checkout button and i did theat but when i click it do not go to the log in page
NEW
" onclick="location=''" src="../image/chechout.png" width="88" height="25" />
The old button is working fine but the new one is not
OLD
" onclick="location=''" />
How can i use my button with the same action
NEW
" onclick="location=''" src="../image/chechout.png" width="88" height="25" />
The old button is working fine but the new one is not
OLD
" onclick="location=''" />
How can i use my button with the same action
Try the following, based on your posted information
Code: Select all
<a href="<?php echo $checkout; ?>" <img src="catalog/template/default/image/chechout.png" width="88" height="25" /></a>
I tried the exact code that I posted for you and it worked perfectly.
The button will not show for one of several reasons.
The button will not show for one of several reasons.
- you are not using the "default" template. Note that the template name "default" is in the image url
- you have not copied the image file chechout.png to the images directory in your catalog\template\default\image folder
- you have copied the image but the name does not match the misspelling that I copied from your post.
when i put this link i can see the image thats mean that the image location is corect
but when i put the hole link it dosent work or the image dosnt show
"
if you want to c the page:
http://www.fishagift.com/cart/index.php
but when i put the hole link it dosent work or the image dosnt show
"
if you want to c the page:
http://www.fishagift.com/cart/index.php
You've missed a closing angle bracket on the opening anchor tag. The line should read -
Hope this helps.
Fido-X
Code: Select all
<a href="<?php echo $checkout; ?>"><img src="catalog/template/default/image/chechout.png" width="88" height="25" /></a>
Fido-X
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 1 guest