Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Final Push to Get Store Online !!


tyrant

Recommended Posts

Posted

I folks, I have really enjoyed my time over the last month building a little shop, and learning lots of new stuff. However I am in search of a final bit of help from you guys

  1. I require to add a Button to the Header Bar that links to an external HTML Page. I need it to sit to the left of the Screen. Can anyone provide me with a little guide or indeed list what files i need to edit to get it working !!
  2. I need just a little more eye candy on my store !! Is it easy to have top ten products showing? Does it show this by viewed or purchased?

:rolleyes: So I am away to continue building up a product database :D I look forward to all your responces !

 

 

Ciao

 

 

Mr T. :thumbsup:

 

Note Time of post: So excited about my new webby I cant sleep =) Its like the night before Christmas !! :D

Posted

Finaly guys

 

 

when it comes to the Payment section at the end the customer is faced with TWO options

 

PAYPAL

SECPAY

 

Now sec pay is for Visa Switch / credit cards how do i change that text to reflect that?

Posted

can you be abit more discriptif on the sec pay?

 

 

if you meen to change the txt in the customer side when perchased

 

in catalog/inculdes/languages/english/modules/payment/secpay.php

 

define('MODULE_PAYMENT_SECPAY_TEXT_TITLE', 'put what you want');

around line 13

Vertical Climb watch me loose grip an plumit!!

Posted

Thanks very much mate - it was the customer side of things i was referring to =)

 

you got any clues as to my head button?

 

if you msn me: [email protected] I am happy to show u the site and can understand what i require :D

 

I have also added the top ten products :D So no need to worry about that one.

 

So only need that old button :D

Posted
  1. I require to add a Button to the Header Bar that links to an external HTML Page. I need it to sit to the left of the Screen. Can anyone provide me with a little guide or indeed list what files i need to edit to get it working !!

 

Guys its the Only Question I got left :D

 

Whos up for it :D :-"

Posted
  1. I require to add a Button to the Header Bar that links to an external HTML Page. I need it to sit to the left of the Screen. Can anyone provide me with a little guide or indeed list what files i need to edit to get it working !!

 

Guys its the Only Question I got left :D

 

Whos up for it :D :-"

 

 

HELP ?

Posted

I'm certainly not the expert help you are looking for, but I can point you in the right direction.

 

The editing needs to be done in /catalog/includes/header.php

 

Look for

if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');

 

Immediately following that line begins the tables that make up the header. It's going to be a matter of adding a cell with your button and link such as:

 

<td width=" " align=" " bgcolor=" " etc... ><a href="http.www.yourlink.com"><img border="0" src="/images/yourimage.gif"></a></td>

 

Depending on what you've already done or your skill level it may be a bit of trial and error to find the right position and alignments... so make a backup and make a go of it.

Posted

Thank u so much !!!

 

Thats enough for me to make a go of it - Ill let you know how i get on via PM, Cheers :)

 

Its not all about superstars helping each other out its about numpties like u and me letting people know the little tricks they have found to make there web site work :D

 

Cheers Cheers Cheers :D

 

 

(mohahah im wrecked on cider building websites !!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...