Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

is there a contribution to add Payal, visa, mastercard, etc. to left column?


boostanddestroy

Recommended Posts

If you mean add the Paypal image to the bottom of the left column, add the following to the bottom of catalog/includes/column_left.php:

		  <tr>
		<td>
<?php
 echo tep_image(DIR_WS_IMAGES . 'paypal_verified.jpg', 'Paypal Verified', 165, 85);
 echo "<br clear=all>";
 echo tep_draw_separator('pixel_trans.gif', '125', '1');
?>
		</td>
	  </tr>

Change the image name if your image is not paypal_verified.jpg, and of course upload your image to your images directory.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

If you mean add the Paypal image to the bottom of the left column, add the following to the bottom of catalog/includes/column_left.php:
		  <tr>
		<td>
<?php
 echo tep_image(DIR_WS_IMAGES . 'paypal_verified.jpg', 'Paypal Verified', 165, 85);
 echo "<br clear=all>";
 echo tep_draw_separator('pixel_trans.gif', '125', '1');
?>
		</td>
	  </tr>

Change the image name if your image is not paypal_verified.jpg, and of course upload your image to your images directory.

 

Regards

Jim

 

 

I added that @ the end before the ?> and I have syntax error :(, what did I do wrong?

Edited by boostanddestroy

noob-

Link to comment
Share on other sites

You didn't follow the instructions

 

add the following to the bottom of catalog/includes/column_left.php:

 

does not mean

 

the end before the ?>

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...