Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sleeping_beauty

Archived
  • Posts

    37
  • Joined

  • Last visited

About Sleeping_beauty

  • Birthday 05/26/1979

Profile Information

Sleeping_beauty's Achievements

  1. Just to start, a great contribution and not too difficult for me to install knowing little PHP, it was just a hunt n peck kind of thing, not too bad... I've got to try the sort order change thing in the couple posts before this reply if it is indeed meant to make 'no gift wrap' the top option... but my problem is a little higher in the confirmation page; Delivery Address (Edit) Elizabeth Collins 14 X St City, TX 7960X United States Shipping Method (Edit) Flat Rate (Best Way) HEADING_GIFTWRAP_METHOD (Gift Wrap) I think it should be showing up as Gift Wrap Method no as it is showing with the HEADING_GIFTWRAP_METHOD, but not entirely sure where in the code its gone wonky... Thanks again for the contrib, but before i use it LIVE, i would love for it to be displaying properly :D Many thanks in advance!!
  2. I know exactly how to do this within the context of regular HTML coding, but I'm sure its pretty similar within the cinstraints of php (not really knowing any real coding,yet) but it sounds like what you want is a named anchor. basically you install a little piece of html that reads: <a name="top"></a> at the top of your page. then at the bottom in the footer, or where ever you want it.. you include this html: <a href="www.yoursite.com#top>Go to top of page!</a> This was taken from HTMLgoodies.com : (the link is to the page... scroll down a bit, and I'm sure if you do a little looing around you'd find more to help ;) ) Q. I would like to be able to create clickable buttons at the top of my page to link to different places further down the page. A. Add this link code to your button image: <a href="#link1"><img src="yourbuttonname.gif"></a> Then where you want it to link to, add this anchor code: <a name="link1"></a> When you click the button it will jump down on the same page to the anchor. good Luck
×
×
  • Create New...